mirror of
https://github.com/swaywm/sway.git
synced 2024-11-21 23:41:27 +00:00
Added --no-repeat, see #5132
parent
311df091b5
commit
641a607ead
|
@ -1,7 +1,7 @@
|
|||
### Format
|
||||
|
||||
bindsym [--release] [--locked] [<Modifiers>+]<Keysyms> <command>
|
||||
bindcode [--release] [--locked] [<Modifiers>+]<Keycodes> <command>
|
||||
bindsym [--release] [--locked] [--no-repeat] [<Modifiers>+]<Keysyms> <command>
|
||||
bindcode [--release] [--locked] [--no-repeat] [<Modifiers>+]<Keycodes> <command>
|
||||
|
||||
`<Modifiers>` is a (possibly empty) `+` separated list of modifier bit flag names.
|
||||
(`Shift`=`0x01`, `Lock`=`0x02`, `Ctrl`=`0x04`, `Mod1`=`Alt`=`0x08`, `Mod2`=`0x10`, `Mod3`=`0x20`, `Mod4`=`0x40`, `Mod5`=`0x80`). These names should not be confused with the keys whose
|
||||
|
|
Loading…
Reference in a new issue