don't strip the xkey event states, and make the menus work with non-US stuff. github/xkb origin/xkb xkb
authorDana Jansens <danakj@orodu.net>
Thu, 11 Feb 2010 14:46:16 +0000 (09:46 -0500)
committerDana Jansens <danakj@orodu.net>
Thu, 11 Feb 2010 14:46:16 +0000 (09:46 -0500)
commitab78ee418524597b198dcac2619107fed250985e
treefdb333c674033721ebc31fc604f41bd172f5a103
parent94b028e289d9b417b67478955eaa797daf5d7288
don't strip the xkey event states, and make the menus work with non-US stuff.

xkb needs to read the state in the event to translate it into a character properly.
menus have to respond to keypress events to work with non-US keyboard stuff,
  so make that happen but still exec stuff on keyrelease
openbox/actions/cyclewindows.c
openbox/actions/desktop.c
openbox/actions/directionalwindows.c
openbox/actions/execute.c
openbox/event.c
openbox/keyboard.c
openbox/menuframe.c
openbox/moveresize.c
openbox/prompt.c