Skip to content

Commit e05c437

Browse files
committed
Hack on spoken form
1 parent 69f6d5f commit e05c437

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cursorless-talon/src/cursorless_command_to_spoken_form.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def return_func(argument: str):
3535

3636

3737
def cursorless_command_to_spoken_form(command: dict):
38+
return command["spokenForm"]
3839
action_list_name, action_spoken_form = lookup_action(command["action"])
3940
targets_spoken_form = targets_processor_map[action_list_name](command["targets"])
4041
return f"{action_spoken_form} {targets_spoken_form}"

0 commit comments

Comments
 (0)