]> icculus.org git repositories - dana/openbox.git/commit
make the modifier key code a lot better...
authorDana Jansens <danakj@orodu.net>
Fri, 4 May 2007 01:10:03 +0000 (01:10 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 4 May 2007 01:10:03 +0000 (01:10 +0000)
commit7e946f68d9f8ec7c880664b437edbbaa5d49ac10
treedf9979455e26627815642071bd4bc43bcc721db8
parent5784f11132cb2ee64af23695867aca9f4ebe0b9b
make the modifier key code a lot better...
1) it can handle more user cases.
2) it can handle binding more modifier keys with their keysym names like Hyper and Super. W is a shortcut for Super, cuz the windows key is generally bound to it.
3) if you change your keymap bindings and reconfigure openbox it will learn your changes.
and i dunno.. its just nice and stuff now.. you can actually read it I think..
Makefile.am
openbox/event.c
openbox/grab.c
openbox/modkeys.c [new file with mode: 0644]
openbox/modkeys.h [new file with mode: 0644]
openbox/openbox.c
openbox/translate.c