Skip to content

Commit

Permalink
refactor: consistent symbol between hotkeys
Browse files Browse the repository at this point in the history
  • Loading branch information
jtara1 committed Apr 22, 2024
1 parent f2aa25a commit a67e577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dictation/src/dictation_hotkeys/hotkeys.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def main():
toggle_dictation_hotkey = [
keyboard.Key.ctrl,
keyboard.Key.shift,
keyboard.KeyCode.from_char(']')
keyboard.KeyCode.from_char('}')
]

toggle_hotkey = keyboard.HotKey(
Expand Down

0 comments on commit a67e577

Please sign in to comment.