mirror of
https://github.com/swaywm/sway.git
synced 2024-11-13 05:54:11 +01:00
man: add --inhibited and --no-repeat to bindsym and bindcode usage
This commit is contained in:
parent
65b1a6964c
commit
6a1c176d14
@ -389,8 +389,8 @@ runtime.
|
|||||||
for_window <criteria> move container to output <output>
|
for_window <criteria> move container to output <output>
|
||||||
|
|
||||||
*bindsym* [--whole-window] [--border] [--exclude-titlebar] [--release] [--locked] \
|
*bindsym* [--whole-window] [--border] [--exclude-titlebar] [--release] [--locked] \
|
||||||
[--to-code] [--input-device=<device>] [--no-warn] [--no-repeat] [Group<1-4>+]<key combo> \
|
[--to-code] [--input-device=<device>] [--no-warn] [--no-repeat] [--inhibited] \
|
||||||
<command>
|
[Group<1-4>+]<key combo> <command>
|
||||||
Binds _key combo_ to execute the sway command _command_ when pressed. You
|
Binds _key combo_ to execute the sway command _command_ when pressed. You
|
||||||
may use XKB key names here (*wev*(1) is a good tool for discovering these).
|
may use XKB key names here (*wev*(1) is a good tool for discovering these).
|
||||||
With the flag _--release_, the command is executed when the key combo is
|
With the flag _--release_, the command is executed when the key combo is
|
||||||
@ -454,7 +454,8 @@ runtime.
|
|||||||
```
|
```
|
||||||
|
|
||||||
*bindcode* [--whole-window] [--border] [--exclude-titlebar] [--release] \
|
*bindcode* [--whole-window] [--border] [--exclude-titlebar] [--release] \
|
||||||
[--locked] [--input-device=<device>] [--no-warn] [Group<1-4>+]<code> <command>
|
[--locked] [--input-device=<device>] [--no-warn] [--no-repeat] [--inhibited] \
|
||||||
|
[Group<1-4>+]<code> <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.
|
||||||
|
|
||||||
*bindswitch* [--locked] [--no-warn] [--reload] <switch>:<state> <command>
|
*bindswitch* [--locked] [--no-warn] [--reload] <switch>:<state> <command>
|
||||||
|
Loading…
Reference in New Issue
Block a user