]> git.sur5r.net Git - i3/i3/commitdiff
Fix errors in i3.config.keycodes (bindsym -> bindcode)
authorDavid Coppa <dcoppa@gmail.com>
Thu, 17 May 2012 10:31:36 +0000 (12:31 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 18 May 2012 07:14:22 +0000 (09:14 +0200)
i3.config.keycodes

index 8f170514271bacfbd0c00acb48230e2a1fc89a2e..e360fff9c2a2987ba9dcfb2a8a538eba9dee6c98 100644 (file)
@@ -120,10 +120,10 @@ mode "resize" {
         bindcode 47 resize grow width 10 px or 10 ppt
 
         # same bindings, but for the arrow keys
-        bindsym 113 resize shrink width 10 px or 10 ppt
-        bindsym 116 resize grow height 10 px or 10 ppt
-        bindsym 111 resize shrink height 10 px or 10 ppt
-        bindsym 114 resize grow width 10 px or 10 ppt
+        bindcode 113 resize shrink width 10 px or 10 ppt
+        bindcode 116 resize grow height 10 px or 10 ppt
+        bindcode 111 resize shrink height 10 px or 10 ppt
+        bindcode 114 resize grow width 10 px or 10 ppt
 
         # back to normal: Enter or Escape
         bindcode 36 mode "default"