Browse Source

Also bind codes in case of exotic keyboard setting

Alois Mahdal 9 years ago
parent
commit
4259bf4bd5
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      dotfiles/i3/config

+ 2
- 0
dotfiles/i3/config View File

@@ -205,6 +205,8 @@ bindsym $mod+Shift+p        exec "tac .dmenu_history | uniq | saturnin dmenu | t
205 205
 
206 206
 bindsym $mod+n              exec "saturnin kb next"
207 207
 bindsym $mod+Shift+n        exec "saturnin kb home"
208
+bindcode $mod+57            exec "saturnin kb next"
209
+bindcode $mod+Shift+57      exec "saturnin kb home"
208 210
 
209 211
 bindsym XF86AudioRaiseVolume exec "saturnin au up"
210 212
 bindsym XF86AudioLowerVolume exec "saturnin au down"