You may have read my earlier question about remapping my keyboard at a low level in Java and I did find a solution - mostly.
I have the very well-known WinAPI function: BOOL WINAPI RegisterHotKey( __in_optHWND hWnd, __inint id, __inUINT fsModifiers,
Is there a way in Mono.Net to get and set the Num/Caps/Scroll-loc开发者_Go百科k status platform independent (Linux and Windows)?