From a44a30729e6e2059d9b8f488f5b6b52396e52d3b Mon Sep 17 00:00:00 2001 From: ThomChroma <25664993+ThomChroma@users.noreply.github.com> Date: Sun, 29 Dec 2024 12:16:59 +0100 Subject: [PATCH] Update global keybinds examples (#916) Add a valid window parameter to the out-of-date examples. --- pages/Configuring/Binds.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/Configuring/Binds.md b/pages/Configuring/Binds.md index 8ebcdbb6..601eaf63 100644 --- a/pages/Configuring/Binds.md +++ b/pages/Configuring/Binds.md @@ -304,7 +304,7 @@ Let's take OBS as an example: the "Start/Stop Recording" keybind is set to add ```ini -bind = SUPER, F10, pass, ^(com\.obsproject\.Studio)$ +bind = SUPER, F10, pass, class:^(com\.obsproject\.Studio)$ ``` to your config and you're done. @@ -313,7 +313,7 @@ to your config and you're done. This also means that push-to-talk will work flawlessly with one pass, e.g.: ```ini -bind = , mouse:276, pass, ^(TeamSpeak 3)$ +bind = , mouse:276, pass, class:^(TeamSpeak 3)$ ``` Will pass MOUSE5 to TeamSpeak3. @@ -321,7 +321,7 @@ Will pass MOUSE5 to TeamSpeak3. You may also add shortcuts, where other keys are passed to the window. ```ini -bind = SUPER, F10, sendshortcut, SUPER, F4, ^(com\.obsproject\.Studio)$ +bind = SUPER, F10, sendshortcut, SUPER, F4, class:^(com\.obsproject\.Studio)$ ``` Will send SUPER + F4 to OBS if you press