c00kiemon5ter / monsterwm

tiny but monstrous tiling window manager
https://github.com/c00kiemon5ter/monsterwm
Other
335 stars 44 forks source link

Shortcuts doesn't work using dvorak keymap #27

Closed artyommironov closed 2 years ago

artyommironov commented 10 years ago

Keymap config: ~ $ localectl System Locale: LANG=en_US.UTF-8 VC Keymap: dvorak X11 Layout: us,ru X11 Model: pc104 X11 Variant: dvp, X11 Options: grp:alt_space_toggle,ctrl:nocaps

In config.h: static Key keys[] = { { MOD4, XK_d, spawn, {.com = menucmd}},

If I press Super_L+d dmenu doesn't start, Super_L+e doesn't work either. Note that "e" on dvorak keymap is "d" on qwerty. However if i press Super_L+e+d it starts. Same behavior with other keys. dwm doesn't have this issue.