poprawione na skrót crtl + alt + b

This commit is contained in:
Rafal Paluch 2025-12-14 15:34:18 +01:00
parent 1c455316fb
commit fd3237f291
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ def start_global_hotkeys():
# Definicja skrótu # Definicja skrótu
hotkey = keyboard.GlobalHotKeys({ hotkey = keyboard.GlobalHotKeys({
'<ctrl>+<alt>+r': on_activate '<ctrl>+<alt>+b': on_activate
}) })
hotkey.start() hotkey.start()