AltGr not working after upgrade to v4.11
I use AltGr (the right Alt key) as modifier. But after the upgrade to v.4.11 it's not working correctly anymore. Some bindings are still working like $mod+Return or $mod+Left but bindings with alphanumeric symbols like $mod+h or $mod+1 are not working anymore. In the change-log I read following:
Keyboard binding handling has been made more correct, for details see: [github]/i3/i3/commit/bf3cd41b5ddf1e757515ab5fbf811be56e5f69cc
But I can't find a way to get AltGr work again as modifier.
xmodmap -pm:
shift Shift_L (0x32), Shift_R (0x3e)
lock
control Control_L (0x25), Control_R (0x69)
mod1 Alt_L (0x40), Meta_L (0xcd)
mod2 Num_Lock (0x4d)
mod3 Escape (0x9), Escape (0x42)
mod4 Super_L (0x85), Super_R (0x86), Super_L (0xce), Hyper_L (0xcf)
mod5 ISO_Level3_Shift (0x5c), Mode_switch (0xcb)
.config/i3/config
set $mod Mod5
bindsym $mod+h focus left
bindsym $mod+j focus down
bindsym $mod+k focus up
bindsym $mod+l focus right
you should open a bug report in the github page.