diff options
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. |