[xmonad] Configure eating of keys based on window class

Brandon Allbery allbery.b at gmail.com
Mon Feb 16 15:12:08 UTC 2015


On Mon, Feb 16, 2015 at 9:53 AM, Jiří Maršíček <jiri.marsicek at gmail.com>
wrote:

> Now as I am thinking about it - maybe it might be enough just to change
> the Super_L modifier to something else that Windows do not recognize. Is it
> possible to change the keycode of the Win Key to something unused (by using
> xmodmap) and then define it as meta key in xmonad?


Keycodes are hardcoded in the X server and can't be changed by clients. It
may be possible to remap it at the kernel level (the mapping from hardware
keys to "raw" keys that the X server sees.

Citrix is likewise handling key events at a level that xmonad can't
intercept, it sounds like.

-- 
brandon s allbery kf8nh                               sine nomine associates
allbery.b at gmail.com                                  ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/xmonad/attachments/20150216/d62b7e3c/attachment.html>


More information about the xmonad mailing list