From 5fb12d10894e4927e1ed3aa45835cbca7f1065cf Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Sun, 28 Aug 2022 17:06:28 +0200 Subject: [PATCH] better bind demos --- pages/Configuring/Advanced-config.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pages/Configuring/Advanced-config.md b/pages/Configuring/Advanced-config.md index 8670c89..5d4e853 100644 --- a/pages/Configuring/Advanced-config.md +++ b/pages/Configuring/Advanced-config.md @@ -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.