Fixes: #585 This commit fixes the problem of i3 wrongly grabbing/interpreting (!) some key bindings. Basically, when you have, say, "bindsym Mod1+4 workspace 4", but you also have "bindsym Mod1+semicolon focus right" (both are default), and your keyboard layout has semicolon on Mode_switch + 4, the "workspace 4" keybinding was shadowed by the "focus right" keybinding, because that also resolves to semicolon. So, from now on, i3 will only consider column 0 and 1 for normal bindings and column 2 and 3 for bindings using Mode_switch (columns as seen in xmodmap -pke).
Description
No description provided
Languages
C
58.6%
Perl
29%
Raku
9.4%
Ruby
1.2%
Shell
0.7%
Other
1.1%