|
1 | 1 | # plugin |
2 | 2 |
|
3 | | -The plugin folder has several other subfolders containing various commands: |
| 3 | +The plugin folder has several other subfolders containing various commands and features: |
4 | 4 |
|
5 | | -- `cancel` contains commands to make talon ignore a command |
| 5 | +- `are_you_sure` lets you require confirmation before executing an action, which can be useful for potentially destructive commands like shutting down your computer or exiting Talon. |
| 6 | +- `breaking_changes_notice` notifies the user if the breaking changes file has been updated. |
| 7 | +- `cancel` contains commands to make Talon ignore a command |
6 | 8 | - `command_history` has commands to see previous commands |
7 | 9 | - `datetimeinsert` has commands to automatically write the current date and time |
8 | 10 | - `desktops` has commands to navigate between the different computer desktops |
9 | 11 | - `draft_editor` has some of the commands to open and use a built-in pop-up text editor |
10 | 12 | - `dropdown` has commands to select an option from a dropdown menu |
| 13 | +- `gamepad` has default bindings for using a gamepad device to do tasks like clicking, scrolling and moving your cursor. |
| 14 | +- `listening_timeout` has a setting for turning off speech recognition if Talon does not detect any commands for the specified number of minutes. |
11 | 15 | - `macro` has commands to use macros |
12 | 16 | - `media` has commands for video and volume control |
13 | 17 | - `microphone_selection` has commands for selecting a microphone to use |
14 | 18 | - `mode_indicator` does not have commands, but has settings for enabling a graphical mode indicator |
15 | 19 | - `mouse` has commands to click, drag, scroll, and use an eye tracker |
| 20 | +- `new_user_message` shows a message intended for new users. |
16 | 21 | - `repeater` has commands for repeating other commands, described briefly in the top level [README](https://github.com/talonhub/community?tab=readme-ov-file#repeating-commands) |
17 | 22 | - `screenshot` has commands for taking screenshots |
18 | 23 | - `symbols` has commands for inserting certain symbols, like pairs of parentheses or quotation marks |
19 | 24 | - `talon_draft_window` has the rest of the commands for using the draft editor window |
20 | | -- `talon_helpers` has commands helpful for debugging, opening the talon directory, and getting updates |
| 25 | +- `talon_helpers` has commands helpful for debugging, opening the Talon directory, and getting updates |
21 | 26 | - `text_navigation` has commands for navigating the cursor in text |
| 27 | +- `then` has a command that does nothing, which is sometimes useful for command chaining. |
0 commit comments