<br><br>Hi,<br><br>I need to catch all the Alt+F8 keypresses in my program,<br>and I do it this way:<br><br><div style="margin-left: 40px;">XGrabKey(display, XKeysymToKeycode(display, F8), Mod1Mask, root_window, True, GrabModeAsync, GrabModeAsync);<br>
</div><br>This works fine if no lock keys (ScrollLock, NumLock,<br>CapsLock or combinations of these) are active.<br><br>Which one is the nicest way to  catch Alt+F8<br>irrespectively of the state of Lock keys?<br><br>u.<br>
<br><br>