Focus qwertz with jklö (similar to jkl; on querty)
I just installed i3 and i´m quite excited. I´m trying to use jklö for navigating between the different tiles with my quertz-keyboard. (similar to jkl; on querty) So far, jkl are working well but I don´t get it working to be able to focus right with Mod1+ö.
I tried different things in /etc/i3/config:
Changing bindsym Mod1+semicolon
to bindsym Mod1+ö
did not work as well as changing it to bind Mod1+47
(found out keycode 47 via xev as described in the userguide.
Can anybody tell me how it´s possible to use the umlaut ö for focusing tiles.
Thank you in advance for your efforts.
In your question you write 'bind' for keycodes, but it must be 'bindcode'. If this typo is also in your config, this should solve the issue. I'm using exactly that, namely 'bindcode $mod+47' to move focus right and here it is working!