Explorar el Código

Remove 'n' keybindings for keyboard switching (keep code-57)

Code 57 normally means N, so this layout started (rightfully, I admit)
generating conflict errors.  Assigning key is probably more reliable,
though, so we'll keeo that one.
Alois Mahdal hace 9 años
padre
commit
52ec458991
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1
    2
      dotfiles/i3/config

+ 1
- 2
dotfiles/i3/config Ver fichero

@@ -252,8 +252,7 @@ bindsym $mod+Shift+p        exec "bmo menu run_hist"
252 252
 
253 253
 bindsym $mod+t              exec "acclive"
254 254
 
255
-bindsym $mod+n              exec "bmo kb next"
256
-bindsym $mod+Shift+n        exec "bmo kb home"
255
+# Note: 57 translates to 'N' so these are basically $mod+n abd $mod+Shift+n
257 256
 bindcode $mod+57            exec "bmo kb next"
258 257
 bindcode $mod+Shift+57      exec "bmo kb home"
259 258