voice_control / app_safari.talon
1# Safari2os: mac3app.bundle: com.apple.Safari4-5close tab:6 # help: Close the current browser tab7 key(cmd-w)8go back:9 # help: Go back to the previous webpage10 # TODO: close/unfocus sub-UI?11 key(cmd-[)12go forward:13 # help: Return to the webpage you went back from14 key(cmd-])15new tab:16 # help: Open a new browser tab17 key(cmd-t)18search now:19 # help: Press the return/enter key20 key(enter)21zoom in:22 # help: Zoom in23 key(cmd-=)24zoom out:25 # help: Zoom out26 key(cmd--)