]> git.sur5r.net Git - i3/i3/commitdiff
Update userguide (#2647)
authorfred777 <a-v-a-t-a-r@gmx.net>
Sat, 21 Jan 2017 12:21:32 +0000 (13:21 +0100)
committerMichael Stapelberg <stapelberg@users.noreply.github.com>
Sat, 21 Jan 2017 12:21:32 +0000 (04:21 -0800)
key identifier Esc is invalid, use Escape instead

docs/userguide

index 6dc2241b4d411c48ea2c14c8a32382160ab26d01..d15aed731b14099cc46ce09ea82359341af491e1 100644 (file)
@@ -479,7 +479,7 @@ mode <name>
 
 *Example*:
 ------------------------------------------------------------------------
-# Press $mod+o followed by either f, t, Esc or Return to launch firefox,
+# Press $mod+o followed by either f, t, Escape or Return to launch firefox,
 # thunderbird or return to the default mode, respectively.
 set $mode_launcher Launch: [f]irefox [t]hunderbird
 bindsym $mod+o mode "$mode_launcher"
@@ -488,7 +488,7 @@ mode "$mode_launcher" {
     bindsym f exec firefox
     bindsym t exec thunderbird
 
-    bindsym Esc mode "default"
+    bindsym Escape mode "default"
     bindsym Return mode "default"
 }
 ------------------------------------------------------------------------