doc: add [--no-repeat] to bindcode

This commit is contained in:
Shaked Flur 2023-06-08 22:27:43 +01:00
parent 52060049d1
commit 1454f98100

View file

@ -454,7 +454,7 @@ runtime.
``` ```
*bindcode* [--whole-window] [--border] [--exclude-titlebar] [--release] \ *bindcode* [--whole-window] [--border] [--exclude-titlebar] [--release] \
[--locked] [--input-device=<device>] [--no-warn] [--inhibited] [Group<1-4>+]<code> \ [--locked] [--input-device=<device>] [--no-warn] [--no-repeat] [--inhibited] [Group<1-4>+]<code> \
<command> <command>
is also available for binding with key/button codes instead of key/button names. is also available for binding with key/button codes instead of key/button names.