better bind demos

This commit is contained in:
vaxerski 2022-08-28 17:06:28 +02:00
parent fbcbac800f
commit 5fb12d1089
1 changed files with 9 additions and 0 deletions

View File

@ -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.