mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 20:55:59 +01:00
binds: add ignoreMods flag
This commit is contained in:
parent
164dd2c880
commit
236fd69244
1 changed files with 1 additions and 0 deletions
|
@ -145,6 +145,7 @@ 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.
|
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
|
||||||
t -> transparent, cannot be shadowed by other binds.
|
t -> transparent, cannot be shadowed by other binds.
|
||||||
|
i -> ignore mods, will ignore modifiers.
|
||||||
```
|
```
|
||||||
|
|
||||||
Example Usage:
|
Example Usage:
|
||||||
|
|
Loading…
Reference in a new issue