summaryrefslogtreecommitdiff
path: root/doc/dwb.1.txt
diff options
context:
space:
mode:
authorportix <none@none>2012-07-02 20:47:40 +0200
committerportix <none@none>2012-07-02 20:47:40 +0200
commitc721737f9d5fa38854d27b8c754991983de0e009 (patch)
treebab383065af7fcdd97e51c1f8e21c0fe5e8e524e /doc/dwb.1.txt
parent93822b6056c9606cc4c10f71e0dcc6d1e1debe2d (diff)
downloaddwb-c721737f9d5fa38854d27b8c754991983de0e009.zip
Drop button modifiers, fixes issue with onscreen keyboards
Diffstat (limited to 'doc/dwb.1.txt')
-rw-r--r--doc/dwb.1.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dwb.1.txt b/doc/dwb.1.txt
index 45649ec4..975eef20 100644
--- a/doc/dwb.1.txt
+++ b/doc/dwb.1.txt
@@ -683,7 +683,7 @@ Shortcut syntax
All printable shortcuts are case sensitive, i.e. aH means press a then press
shift, then press h. Shortcuts can be combined with a modifier, valid modifiers
-are 'Control', 'Mod1', 'Mod4', 'Button1', 'Button2', 'Button3', 'Button4', 'Button5' and 'Shift'
+are 'Control', 'Mod1', 'Mod4' and 'Shift'
where Shift can only be used with non printable keys such as F1, space, Tab, ... .
Non printable keys must be surrounded by @, e.g. "Control @F1@", Shift @space@.
\ and @ itself must be escaped with \.