1

I use i3 window manager and I'm trying to activate Alt Gr as compose key to be able to type accented letters. Any idea how to do this?

graham
  • 10,436
slwr
  • 121
  • The answer from this question also applies here: https://askubuntu.com/questions/934878/i3-german-umlaute-on-on-english-keyboard?answertab=votes#tab-top – Dominik Harz May 07 '19 at 11:26

1 Answers1

1

I used xmodmap. Add the following to ~/.Xmodmap:

keycode 108 = Alt_R
keysym Alt_R = Multi_key
fosslinux
  • 3,831
slwr
  • 121