-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvoice_admin_commands_example.talon
More file actions
21 lines (16 loc) · 1.13 KB
/
voice_admin_commands_example.talon
File metadata and controls
21 lines (16 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Talon voice commands for launching VoiceLauncherBlazor WinForms app
# Snippet Category List(https://github.com/Mark-Phillipson/talon_my_stuff/blob/c087afce166b942be216cdbd01aab98669ae67ab/custom_voice_coding/custom_snippet_category.py#L1-L79)
# Launcher Category List(https://github.com/Mark-Phillipson/talon_my_stuff/blob/c087afce166b942be216cdbd01aab98669ae67ab/custom_voice_coding/custom_snippet_languages.py#L1-L28)
# Exact command mappings requested by user
search list {user.text}:
user.run_application_voice_admin_windows_forms({user.text})
{user.snippet_language} {user.snippet_category}:
user.run_application_voice_admin_windows_forms_language_category({user.snippet_language}, {user.snippet_category})
launch {user.launcher_category}:
user.run_application_voice_admin_windows_forms_launcher({user.launcher_category})
what can I say:
user.run_application_voice_admin_windows_forms_launcher("Talon Search")
what can I say new:
user.launch_talon_voice_command_server()
launch {user.launcher_category} {user.text}:
user.run_application_voice_admin_windows_forms_launcher_with_parameter({user.launcher_category}, {user.text})