On Sun, 07 Jul 2013 05:29:03 +0200 lee <[email protected]> wrote: > Hi, > > what might be the reason for the following key bindings in the config to > be ignored: > > > bind $mod+periodcentered workspace next > bind $mod+Shift+abovedot workspace prev > > > $mod is AltGr, and I have > > > keycode 61 = minus underscore minus underscore periodcentered abovedot > periodcentered > > > in my xmodmap. I can type these symbols just fine, as if i3 is totally > ignoring these key bindings.
I'd try with: „ bindsym $mod+minus workspace next bindsym $mod+Shift+minus workspace prev ” in this case. As a side note, I don't think using AltGr as a modifier is a good idea… Regards -- Mateusz Poszwa
