summaryrefslogtreecommitdiff
path: root/README.ans
diff options
context:
space:
mode:
Diffstat (limited to 'README.ans')
-rw-r--r--README.ans9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.ans b/README.ans
index 932f2f4..fbe214c 100644
--- a/README.ans
+++ b/README.ans
@@ -57,11 +57,12 @@ preference:
The bindings file expects one binding per line of the form:
-"<code> <press|release> <cmd>"
+"<code>[+<code>...] <press|release> <cmd>"
where <code> is the key code which can be seen by running shibari with
-the "-t" option, <press|release> specifies wether the binding should
-be run when the key is pressed or released and <cmd> is a command
-string that will be run by /bin/sh when the binding is activated.
+the "-t" option or a combination of such codes, <press|release>
+specifies wether the binding should be run when the key/combination is
+pressed or released and <cmd> is a command string that will be run by
+/bin/sh when the binding is activated.
Empty lines and anything after a "#" is ignored.