Are global hotkeys in a C# Mono project possible on Linux? -
so i'm creating screenshotting app linux/windows using mono , c#, , while there's extensive documentation on how global key combinations windows - there's next none linux.
is possible global key listening in c# - have write in c, , if so, can point me documented bit of code doing (i have no c experience @ all).
an example of hitting 'ctrl + print screen' when application not in focus, prompt application method.
is possible?
thanks in advance.
different desktop environment / window managers in linux handle keyboard shortcuts differently. different distros can have varying configuration file locations.
you'll have choose targets you'll support, , work there.
Comments
Post a Comment