Talon syntax

From wikinotes

Documentation

talon files (docs) https://talonvoice.com/docs/#talon-files
talon files (wiki) https://talon.wiki/unofficial_talon_docs/

Example

# ~/.talon/user/**/*.talon
os: linux  # mac, linux
-
vim:                          # voice command for word 'vim'
  user.system_command('vim')  # run command
  key(ctrl-t)                 # insert keys 'ctrl-t'
  insert('foo bar baz')       # insert characters 'foo bar baz'

Context Matching

App Matching

running list # list all apps (so know what can be matched)