mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-07 14:05:59 +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:
|
Flags:
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
l -> locked, aka. works also when an input inhibitor (e.g. a lockscreen) is active
|
l -> locked, aka. works also when an input inhibitor (e.g. a lockscreen) is active.
|
||||||
r -> release, will trigger on release of a key
|
r -> release, will trigger on release of a key.
|
||||||
e -> repeat, will repeat when held.
|
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
|
m -> mouse, see below
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue