summaryrefslogtreecommitdiff
path: root/README.ans
diff options
context:
space:
mode:
authorpapush!2025-07-04 23:21:14 +0200
committerpapush!2025-07-04 23:25:07 +0200
commit0d1f4776521b286cb7c0091ac5bcd659cdc87132 (patch)
tree5b04bd12c45f6f30c34356241616496c5cb025e2 /README.ans
parentff5e9f826d6e89f5ab1adb09e959afd5d1e17a5f (diff)
add multikey binds support
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.