From fd3237f2910d2f50afaf570c7278dab1d6dd63ec Mon Sep 17 00:00:00 2001 From: Rafal Paluch Date: Sun, 14 Dec 2025 15:34:18 +0100 Subject: [PATCH] =?UTF-8?q?poprawione=20na=20skr=C3=B3t=20crtl=20+=20alt?= =?UTF-8?q?=20+=20b?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- voskpl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voskpl.py b/voskpl.py index 55d2c28..56322c5 100755 --- a/voskpl.py +++ b/voskpl.py @@ -109,7 +109,7 @@ def start_global_hotkeys(): # Definicja skrótu hotkey = keyboard.GlobalHotKeys({ - '++r': on_activate + '++b': on_activate }) hotkey.start()