diff options
author | papush! | 2025-07-04 23:21:14 +0200 |
---|---|---|
committer | papush! | 2025-07-04 23:25:07 +0200 |
commit | 0d1f4776521b286cb7c0091ac5bcd659cdc87132 (patch) | |
tree | 5b04bd12c45f6f30c34356241616496c5cb025e2 /README.ans | |
parent | ff5e9f826d6e89f5ab1adb09e959afd5d1e17a5f (diff) |
add multikey binds support
Diffstat (limited to 'README.ans')
-rw-r--r-- | README.ans | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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. |