mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-02 11:45:57 +01:00
Add documentation for non-consuming binds (#249)
This commit is contained in:
parent
7b2bd4c7d3
commit
8bcf9bfa4a
1 changed files with 3 additions and 2 deletions
|
@ -139,9 +139,10 @@ bindrl=MOD,KEY,exec,amongus
|
|||
Flags:
|
||||
|
||||
```ini
|
||||
l -> locked, aka. works also when an input inhibitor (e.g. a lockscreen) is active
|
||||
r -> release, will trigger on release of a key
|
||||
l -> locked, aka. works also when an input inhibitor (e.g. a lockscreen) is active.
|
||||
r -> release, will trigger on release of a key.
|
||||
e -> repeat, will repeat when held.
|
||||
n -> non-consuming, key/mouse events will be passed to the active window in addition to triggering the dispatcher.
|
||||
m -> mouse, see below
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue