Browse Source

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 9 years ago
parent
commit
52ec458991
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      dotfiles/i3/config

+ 1
- 2
dotfiles/i3/config View File

@@ -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