2

I have a setup where my keyboard-layout won't work in i3 using Synergy (Swedish). When I switch from i3 to Mate there's no problem with the keyboard (still using Synergy).

Synergy server
Windows 10 64bit. Swedish language

Synergy client
Ubuntu Mate 64bit. Swedish language running i3. The swedish special characters like å ä ö won't work.

terdon
  • 234,489
  • 66
  • 447
  • 667

1 Answers1

0

There is probably an i3 way of setting the right keyboard layout but, since I've never used i3, I can't help with that. A more generic approach is to use setxkbmap:

setxkbmap se

You can either run the command manually, or add it to i3's startup file. Alternatively, you could also put it in ~/.profile.

terdon
  • 234,489
  • 66
  • 447
  • 667