dropdown
This directory handles legacy voice commands for navigating dropdown menus in Talon.
Currently, the primary function of this directory is to manage the deprecation of older dropdown-related voice triggers and guide users toward modern, updated commands.
How It Works
The functionality is defined in a single configuration file:
- dropdown.talon: Maps legacy spoken phrases to deprecation warnings.
When a user speaks one of the old commands, Talon intercepts the input and calls the user.deprecate_command action to alert the user that the command has been retired and suggests the modern alternative:
- "drop down
<number_small>" is deprecated in favor of "choose". - "drop down up
<number_small>" is deprecated in favor of "choose up".