Skip to content

Commit

Permalink
Hack on spoken form
Browse files Browse the repository at this point in the history
  • Loading branch information
pokey committed Jul 7, 2022
1 parent 69f6d5f commit e05c437
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cursorless-talon/src/cursorless_command_to_spoken_form.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def return_func(argument: str):


def cursorless_command_to_spoken_form(command: dict):
return command["spokenForm"]
action_list_name, action_spoken_form = lookup_action(command["action"])
targets_spoken_form = targets_processor_map[action_list_name](command["targets"])
return f"{action_spoken_form} {targets_spoken_form}"
Expand Down

0 comments on commit e05c437

Please sign in to comment.