S or /

voice_control / voiceover.talon

1# VoiceOver2os: mac3-45voiceover activate | voiceover press:6    # help: Perform the default action for the current item7    key(ctrl-alt-space)8voiceover interact | voiceover drill in:9    # help: Interact with an area or group10    key(ctrl-alt-shift-down)11voiceover read all:12    # help: Read the entire text13    key(ctrl-alt-a)14voiceover next heading:15    # help: Move to the next heading16    key(ctrl-alt-cmd-h)17voiceover next link:18    # help: Move to the next link19    key(ctrl-alt-cmd-l)20voiceover previous heading:21    # help: Move to the previous heading22    key(ctrl-alt-shift-cmd-h)23voiceover previous link:24    # help: Move to the previous link25    key(ctrl-alt-shift-cmd-l)26voiceover find [text]:27    # help: Open Voiceover's text search28    key(ctrl-alt-f)29voiceover find [text] backward:30    # help: Move the text search backward31    key(ctrl-alt-shift-g)32voiceover find [text] forward:33    # help: Move the text search forward34    key(ctrl-alt-g)35voiceover select next item:36    # help: Select the next item37    key(ctrl-alt-right)38voiceover select previous item:39    # help: Select the previous item40    key(ctrl-alt-left)41voiceover actions:42    # help: Open the Voiceover action menu for the current item43    key(ctrl-alt-cmd-space)44voiceover applications:45    # help: Open the Voiceover application chooser46    key(ctrl-alt-fn-f1)47    sleep(0.2)48    key(ctrl-alt-fn-f1)49voiceover commands:50    # help: Open the Voiceover command help menu51    key(ctrl-alt-h)52    sleep(0.2)53    key(ctrl-alt-h)54voiceover contextual menu:55    # help: Perform a secondary click on the current item56    key(ctrl-alt-shift-m)57voiceover [show] item chooser:58    # help: Open the Voiceover item chooser59    key(ctrl-alt-i)60voiceover notification menu:61    # help: Open the Voiceover notification menu62    key(ctrl-alt-n)63voiceover rotor:64    # help: Open the Voiceover rotor for navigation65    key(ctrl-alt-u)66voiceover verbosity [rotor]:67    # help: Open the Voiceover verbosity rotor for changing the verbosity level68    key(ctrl-alt-v)69voiceover help:70    # help: Hear the help tag for the current item if one is available71    key(ctrl-alt-shift-h)72voiceover hint | voiceover give me a hint:73    # help: Hear the hint for the current item if one is available74    key(ctrl-alt-shift-n)75voiceover describe image:76    # help: Describe the current image77    key(ctrl-alt-shift-l)78voiceover where am i | voiceover orientation:79    # help: Describe the current item80    key(ctrl-alt-fn-f3)81voiceover stop interacting | voiceover stop interact | voiceover drill out:82    # help: Exit an area or group83    key(ctrl-alt-shift-up)