This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tuner_key_syntax [2024/05/08 16:31] – [Special Key Syntax] tony | tuner_key_syntax [2024/08/15 20:18] (current) – lalaine | ||
---|---|---|---|
Line 12: | Line 12: | ||
^Keyboard Modifier ^ MAC Key ^ HID Code ^ Element | ^Keyboard Modifier ^ MAC Key ^ HID Code ^ Element | ||
- | |Left Control |%%^%% - Control| 224 | <Left Ctrl> //chars to be modified// </Left Ctrl> | | + | |Left Control |%%^%% - Control| 224 | <LCtrl> //chars to be modified// </LCtrl> | |
- | |Right Control |%%^%% - Control| 228 | <Right Ctrl> //chars to be modified// </Right Ctrl> | | + | |Right Control |%%^%% - Control| 228 | <RCtrl> //chars to be modified// </RCtrl> | |
- | |Left Shift |⇧| 225 | <Left Shift> //chars to be modified// </Left Shift> | | + | |Left Shift |⇧| 225 | <LShift> //chars to be modified// </LShift> | |
- | |Right Shift |⇧| 229 | <Right Shift> //chars to be modified// </Right Shift> | | + | |Right Shift |⇧| 229 | <RShift> //chars to be modified// </RShift> | |
- | |Left Alt |⌘ - Command| 226 | <Left Alt> //chars to be modified// </Left Alt> | | + | |Left Alt |⌘ - Command| 226 | <LAlt> //chars to be modified// </LAlt> | |
- | |Right Alt |⌘ - Command| 230 | <Right Alt> //chars to be modified// </Right Alt> | | + | |Right Alt |⌘ - Command| 230 | <RAlt> //chars to be modified// </RAlt> | |
- | |Left GUI |⌥ - Option| 227 | <Left GUI> //chars to be modified// </Left GUI> | | + | |Left GUI |⌥ - Option| 227 | <LGUI> //chars to be modified// </LGUI> | |
- | |Right GUI || 231 | <Right GUI> //chars to be modified// </Right GUI> | | + | |Right GUI || 231 | <RGUI> //chars to be modified// </RGUI> | |
Line 30: | Line 30: | ||
<Left Shift>< | <Left Shift>< | ||
- | ==== Special Key Syntax ==== | + | ==== 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 | ||
^ KEY ^ SYNTAX ^ | ^ KEY ^ SYNTAX ^ | ||
- | | [MODIFIER] Left Ctrl | < | + | | [MODIFIER] Left Ctrl | < |
- | | [MODIFIER] Left Shift | < | + | | [MODIFIER] Left Shift | < |
- | | [MODIFIER] Left Alt | < | + | | [MODIFIER] Left Alt | < |
- | | [MODIFIER] Left GUI | < | + | | [MODIFIER] Left GUI | < |
- | | [MODIFIER] Right Ctrl | < | + | | [MODIFIER] Right Ctrl | < |
- | | [MODIFIER] Right Shift | < | + | | [MODIFIER] Right Shift | < |
- | | [MODIFIER] Right Alt | <R-Alt></R-Alt> | | + | | [MODIFIER] Right Alt | <RAlt> </RAlt> | |
- | | [MODIFIER] Right GUI | <R-GUI></R-GUI> | | + | | [MODIFIER] Right GUI | <RGUI> </RGUI> | |
| Return | < | | Return | < | ||
| Escape | < | | Escape | < |