Documentation

#T+

T+

Syntax: #T+ classname|id type

Enable execution of all settings with the specified classname. Or, if an ID is specified, the setting with the given name is enabled or disabled. In case of name conflicts, you can specify the type of setting (alias, trigger, macro, button, path, variable, status, class, menu, event, module) to search for. This command preforms expansion on its arguments. If an ID is unavaliabe for the setting you wish to target, you should surround it with quotes.

If no target is found a class will NOT be created and enabled. To create a class, use the #CLASS command instead.

If "key" is specified for the type, then any class folder that has the matching keyword will be enabled. (added in v3.01)

Examples:

#T+ autosplit
turn on the settings in the autosplit class.
#TRIGGER {^By what name do you wish to be known~?} {#CH} {AutoLog} {prompt|nocr}
#T- "^By what name do you wish to be known~~?"
#T+ "^By what name do you wish to be known~~?"
turn off then on the trigger that was just created.

Add comment

Login or register to post comments