mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-04 20:45:58 +01:00
better bind demos
This commit is contained in:
parent
fbcbac800f
commit
5fb12d1089
1 changed files with 9 additions and 0 deletions
|
@ -381,6 +381,15 @@ bind = SUPER,F10,pass,^(com\.obsproject\.Studio)$
|
|||
```
|
||||
to your config and you're done.
|
||||
|
||||
`pass` will pass the PRESS and RELEASE events by itself, no need for a `bindr`.
|
||||
This also means that push-to-talk will work flawlessly with one pass, e.g.:
|
||||
|
||||
```
|
||||
bind=,mouse:276,pass,^(TeamSpeak 3)$
|
||||
```
|
||||
|
||||
Will pass MOUSE5 to TeamSpeak3.
|
||||
|
||||
{{< hint type=important >}}
|
||||
XWayland is a bit wonky. Make sure that what you're passing is a "global Xorg keybind",
|
||||
otherwise passing from a different XWayland app may not work.
|
||||
|
|
Loading…
Reference in a new issue