dotfiles/talon/community/community-cursorless-0.4.0/modes/wake_up.talon
2024-11-16 20:27:38 -07:00

18 lines
394 B
Text

#defines the commands that sleep/wake Talon
mode: all
-
^welcome back$:
user.mouse_wake()
user.history_enable()
user.talon_mode()
^sleep all$:
user.switcher_hide_running()
user.history_disable()
user.homophones_hide()
user.help_hide()
user.mouse_sleep()
speech.disable()
user.engine_sleep()
^talon sleep$: speech.disable()
^talon wake$: speech.enable()