The i3 FAQ has migrated to https://github.com/i3/i3/discussions. All content here is read-only.
Ask Your Question
0

Focus qwertz with jklö (similar to jkl; on querty)

asked 2013-03-02 13:13:05 +0000

IcantReed gravatar image

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.

edit retag flag offensive close merge delete

Comments

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!

mschaefer gravatar imagemschaefer ( 2013-03-12 11:24:06 +0000 )edit

2 answers

Sort by » oldest newest most voted
0

answered 2013-03-13 10:13:40 +0000

Michael gravatar image

The following should work:

bindsym Mod1+odiaeresis

You can use xev(1) to find out the X11 names for keys.

edit flag offensive delete link more
0

answered 2013-03-12 14:57:17 +0000

this post is marked as community wiki

This post is a wiki. Anyone with karma >100 is welcome to improve it.

Now, i was able to fix it by myself. Two things, that i did wrong:

  1. I always was editing /etc/i3/config instead of /home/myuser/.i3/config :-/
  2. You have to change bindsym Mod1+semicolon to bindcode $mod+47 focus right

So now I´m able to focus the windows with Modifier + jklö.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-03-02 13:13:05 +0000

Seen: 476 times

Last updated: Mar 13 '13