How to insert a TAB character?

Since CafeTran hijacks the TAB key for cycling between input panes, I'd like to create a macro to insert a TAB character. How can I achieve this?

Hey Hans,

Get rid of the Type-Keystroke Action.

Put a tab into the Insert-Text Action (or you can use the tab token ‘\t’ - no quotes).

Done.

-Chris

Yeah, the Type-Keystroke was a relict from the first attempt.

About your solution: wow, that simple ;).

Thanks Chris!

You can also use the %Tab% text token (see the Text Tokens section of the documentation), which may be more obvious unless you are used to \n, \r, \t characters.