Closed artyommironov closed 2 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.
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.