]> git.sur5r.net Git - i3/i3/blobdiff - docs/userguide
Merge branch 'next' into testcases
[i3/i3] / docs / userguide
index 0d25300a2a932f8195bc4012484ef15f2cbcdfa5..215e4aa02fadd7c853a7f3d8986d0d15e5c4ffc8 100644 (file)
@@ -201,10 +201,10 @@ bind [Modifiers+]keycode command
 *Examples*:
 --------------------------------
 # Fullscreen
-bindsym Mod1+f f
+bind Mod1+f f
 
 # Restart
-bindsym Mod1+Shift+r restart
+bind Mod1+Shift+r restart
 
 # Notebook-specific hotkeys
 bind 214 exec /home/michael/toggle_beamer.sh
@@ -417,14 +417,14 @@ make it floating (or tiling again) use +t+:
 
 *Examples*:
 --------------
-bindsym Mod1+s s
-bindsym Mod1+l d
+bind Mod1+s s
+bind Mod1+l d
 
 # Toggle fullscreen
-bindsym Mod1+f f
+bind Mod1+f f
 
 # Toggle floating/tiling
-bindsym Mod1+space t
+bind Mod1+t t
 --------------
 
 === Focussing/Moving/Snapping clients/containers/screens
@@ -441,19 +441,19 @@ with +m+ when moving and with +s+ when snapping:
 # Focus clients on the left, bottom, top, right:
 bindsym Mod1+j h
 bindsym Mod1+k j
-bindsym Mod1+l k
+bindsym Mod1+j k
 bindsym Mod1+semicolon l
 
 # Move client to the left, bottom, top, right:
 bindsym Mod1+j mh
 bindsym Mod1+k mj
-bindsym Mod1+l mk
+bindsym Mod1+j mk
 bindsym Mod1+semicolon ml
 
 # Snap client to the left, bottom, top, right:
 bindsym Mod1+j sh
 bindsym Mod1+k sj
-bindsym Mod1+l sk
+bindsym Mod1+j sk
 bindsym Mod1+semicolon sl
 
 # Focus container on the left, bottom, top, right: