User Tools

Site Tools


tuner_key_syntax

This is an old revision of the document!


Twiddler Tags

All tag names are surrounded by angle brackets: <>

Modifier Element

Modifiers are keys that do not send an HID code when pressed on their own but modify another character when pressed together. An example of this is Control-C to copy text. “Control” pressed on its own will do nothing. “Control” and “c” pressed will copy a selection to the clipboard.

Each Modifier Element consists of a start tag and end tag, with the content to be modified inserted in between.

<tagname>Content goes here…</tagname>

Keyboard Modifier HID Code Element
Left Control 224 <Left Control> chars to be modified </Left Control>
Right Control 228 <Right Control> chars to be modified </Right Control>
Left Shift 225 <Left Shift> chars to be modified </Left Shift>
Right Shift 229 <Right Shift> chars to be modified </Right Shift>
Left Alt 226 <Left Alt> chars to be modified </Left Alt>
Right Alt 230 <Right Alt> chars to be modified </Right Alt>
Left GUI 227 <Left GUI> chars to be modified </Left GUI>
Right GUI 231 <Right GUI> chars to be modified </Right GUI>

Nesting Modifiers

Modifiers can be nested. Just make sure to close the inner tags first and move to the outer tags.

Shift-Alt-GUI-g would be entered like this:

<Left Shift><Left Alt><Left GUI>g</Left GUI></Left Alt></Left Shift>

tuner_key_syntax.1500586452.txt.gz · Last modified: 2024/05/03 17:21 (external edit)