This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tuner_key_syntax [2018/04/09 14:26] – [Modifier Element] tony | tuner_key_syntax [2024/08/15 20:18] (current) – lalaine | ||
---|---|---|---|
Line 11: | Line 11: | ||
< | < | ||
- | ^Keyboard Modifier ^ HID Code ^ Element | + | ^Keyboard Modifier |
- | |Left Control | + | |Left Control |
- | |Right Control | + | |Right Control |
- | |Left Shift | 225 | <Left Shift> //chars to be modified// </Left Shift> | | + | |Left Shift |⇧| 225 | <LShift> //chars to be modified// </LShift> | |
- | |Right Shift | + | |Right Shift |⇧| 229 | <RShift> //chars to be modified// </RShift> | |
- | |Left Alt | 226 | <Left Alt> //chars to be modified// </Left Alt> | | + | |Left Alt |⌘ - Command| 226 | <LAlt> //chars to be modified// </LAlt> | |
- | |Right Alt | + | |Right Alt |⌘ - Command| 230 | <RAlt> //chars to be modified// </RAlt> | |
- | |Left GUI | 227 | <Left GUI> //chars to be modified// </Left GUI> | | + | |Left GUI |⌥ - Option| 227 | <LGUI> //chars to be modified// </LGUI> | |
- | |Right GUI | + | |Right GUI || 231 | <RGUI> //chars to be modified// </RGUI> | |
Line 29: | Line 29: | ||
<Left Shift>< | <Left Shift>< | ||
+ | |||
+ | ==== KB Tag ==== | ||
+ | Setting the Twiddler to type out code attributes might cause syntax errors due to the brackets in the opening/ | ||
+ | |||
+ | The KB Tag setting in the Tuner avoids that problem by allowing you to select a delimiter for your keyboard. | ||
+ | |||
+ | For instance, if you want to type out a code attribute with an opening tag like <p> and an ending tag like </p> on your Twiddler, you will have to change the KB Tag delimiter to something other than KB TAG <...> - otherwise those brackets "<" | ||
+ | {{https:// | ||
+ | {{https:// | ||
+ | |||
+ | ==== Complete Special Key Syntax ==== | ||
+ | |||
+ | ^ KEY ^ SYNTAX ^ | ||
+ | | [MODIFIER] Left Ctrl | < | ||
+ | | [MODIFIER] Left Shift | < | ||
+ | | [MODIFIER] Left Alt | < | ||
+ | | [MODIFIER] Left GUI | < | ||
+ | | [MODIFIER] Right Ctrl | < | ||
+ | | [MODIFIER] Right Shift | < | ||
+ | | [MODIFIER] Right Alt | < | ||
+ | | [MODIFIER] Right GUI | < | ||
+ | | Return | < | ||
+ | | Escape | < | ||
+ | | Backspace | < | ||
+ | | Tab | <Tab> | | ||
+ | | Non-US# | < | ||
+ | | Caps Lock | < | ||
+ | | F1 | <F1> | | ||
+ | | F2 | <F2> | | ||
+ | | F3 | <F3> | | ||
+ | | F4 | <F4> | | ||
+ | | F5 | <F5> | | ||
+ | | F6 | <F6> | | ||
+ | | F7 | <F7> | | ||
+ | | F8 | <F8> | | ||
+ | | F9 | <F9> | | ||
+ | | F10 | <F10> | | ||
+ | | F11 | <F11> | | ||
+ | | F12 | <F12> | | ||
+ | | F13 | <F13> | | ||
+ | | F14 | <F14> | | ||
+ | | F15 | <F15> | | ||
+ | | F16 | <F16> | | ||
+ | | F17 | <F17> | | ||
+ | | F18 | <F18> | | ||
+ | | F19 | <F19> | | ||
+ | | F20 | <F20> | | ||
+ | | F21 | <F21> | | ||
+ | | F22 | <F22> | | ||
+ | | F23 | <F23> | | ||
+ | | F24 | <F24> | | ||
+ | | Print Screen | < | ||
+ | | Scroll Lock | < | ||
+ | | Pause | < | ||
+ | | Insert | < | ||
+ | | Home | < | ||
+ | | PageUp | < | ||
+ | | Delete | < | ||
+ | | End | <End> | | ||
+ | | Page Down | < | ||
+ | | Right Arrow | < | ||
+ | | Left Arrow | < | ||
+ | | Down Arrow | < | ||
+ | | UpArrow | < | ||
+ | | NumLock | < | ||
+ | | Application | < | ||
+ | | HID Code | <HIDCode //Decimal HID Number//> | ||
+ | | Key Pad / | <KP/> | | ||
+ | | Key Pad * | <KP*> | | ||
+ | | Key Pad - | <KP- > | | ||
+ | | Key Pad + | <KP+> | | ||
+ | | Key Pad Enter | < | ||
+ | | Key Pad 1 | <KP1> | | ||
+ | | Key Pad 2 | <KP2> | | ||
+ | | Key Pad 3 | <KP3> | | ||
+ | | Key Pad 4 | <KP4> | | ||
+ | | Key Pad 5 | <KP5> | | ||
+ | | Key Pad 6 | <KP6> | | ||
+ | | Key Pad 7 | <KP7> | | ||
+ | | Key Pad 8 | <KP8> | | ||
+ | | Key Pad 9 | <KP9> | | ||
+ | | Key Pad 0 | <KP0> | | ||
+ | | Key Pad . | <KP.> | | ||
+ | | Key Pad = | <KP=> | | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||