Update userguide (#2647)

key identifier Esc is invalid, use Escape instead
This commit is contained in:
fred777 2017-01-21 13:21:32 +01:00 committed by Michael Stapelberg
parent 367811be2d
commit f356439a8d
1 changed files with 2 additions and 2 deletions

View File

@ -479,7 +479,7 @@ mode <name>
*Example*: *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. # thunderbird or return to the default mode, respectively.
set $mode_launcher Launch: [f]irefox [t]hunderbird set $mode_launcher Launch: [f]irefox [t]hunderbird
bindsym $mod+o mode "$mode_launcher" bindsym $mod+o mode "$mode_launcher"
@ -488,7 +488,7 @@ mode "$mode_launcher" {
bindsym f exec firefox bindsym f exec firefox
bindsym t exec thunderbird bindsym t exec thunderbird
bindsym Esc mode "default" bindsym Escape mode "default"
bindsym Return mode "default" bindsym Return mode "default"
} }
------------------------------------------------------------------------ ------------------------------------------------------------------------