poprawione na skrót crtl + alt + b

This commit is contained in:
2025-12-14 15:34:18 +01:00
parent 1c455316fb
commit fd3237f291

View File

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