Hi,

I need to catch all the Alt+F8 keypresses in my program,
and I do it this way:

XGrabKey(display, XKeysymToKeycode(display, F8), Mod1Mask, root_window,
True, GrabModeAsync, GrabModeAsync);

This works fine if no lock keys (ScrollLock, NumLock,
CapsLock or combinations of these) are active.

Which one is the nicest way to catch Alt+F8
irrespectively of the state of Lock keys?

u.
_______________________________________________
xorg mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/xorg

Reply via email to