user.plugin.macro.macro.py

Modules

Actions

user.macro_append_command(words: list[str])

Appends a command to the current macro; called when a voice command is uttered while recording a macro.

user.macro_copy(name: str)

Copied the specified macro to the clipboard as a Talon command.

user.macro_list()

List all saved macros.

user.macro_list_close()

Closed the saved macros list.

user.macro_play(name: str)

Execute the commands in the last recorded macro.

user.macro_record()

Begin recording a new voice command macro.

user.macro_save(name: str)

Save the macro.

user.macro_stop()

Stop recording the macro.

Lists

user.saved_macros

list of macros that have been saved with the 'macro save' command