User Tools

Site Tools


tuner_key_syntax

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tuner_key_syntax [2017/07/20 21:51] tonytuner_key_syntax [2024/08/15 20:18] (current) lalaine
Line 11: Line 11:
 <tagname>//Content goes here...//</tagname> <tagname>//Content goes here...//</tagname>
  
-^Keyboard Modifier ^ HID Code     ^ Element                                           ^ +^Keyboard Modifier ^ MAC Key ^ HID Code     ^ Element                                           ^ 
-|Left Control      | 224          | <Left Control> //chars to be modified// </Left Control> | +|Left Control |%%^%% - Control| 224          | <LCtrl> //chars to be modified// </LCtrl> | 
-|Right Control     | 228          | <Right Control> //chars to be modified// </Right Control> | +|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          | 226          | <Left Alt> //chars to be modified// </Left Alt> | +|Left Alt  |⌘ - Command| 226          | <LAlt> //chars to be modified// </LAlt> | 
-|Right Alt         | 230          | <Right Alt> //chars to be modified// </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         | 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 Alt><Left GUI>g</Left GUI></Left Alt></Left Shift> <Left Shift><Left Alt><Left GUI>g</Left GUI></Left Alt></Left Shift>
  
-==== Extended Keyboard Keys ====+==== KB Tag ==== 
 +Setting the Twiddler to type out code attributes might cause syntax errors due to the brackets in the opening/closing tag, such as < > { } [ ] 
 + 
 +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 "<" and ">" will not be seen as part of the text. 
 +{{https://tgimages.s3.amazonaws.com/twiddler/wiki/T4_KBTag.jpg?560x247|KBTag on Tuner}} 
 +{{https://tgimages.s3.amazonaws.com/twiddler/wiki/T4_KBSyntax.jpg?560x507|KBSyntax on Tuner}} 
 + 
 +==== Complete Special Key Syntax ==== 
 + 
 +^ KEY ^ SYNTAX ^ 
 +| [MODIFIER] Left Ctrl | <LCtrl> </LCtrl>
 +| [MODIFIER] Left Shift | <LShift> </LShift>
 +| [MODIFIER] Left Alt | <LAlt> </LAlt>
 +| [MODIFIER] Left GUI | <LGUI> </LGUI>
 +| [MODIFIER] Right Ctrl | <RCtrl> </RCtrl>
 +| [MODIFIER] Right Shift | <RShift> </RShift>
 +| [MODIFIER] Right Alt | <RAlt> </RAlt>
 +| [MODIFIER] Right GUI | <RGUI> </RGUI>
 +| Return | <Return>
 +| Escape | <Escape>
 +| Backspace | <Backspace>
 +| Tab | <Tab> | 
 +| Non-US# | <Non-US#>
 +| Caps Lock | <CapsLock>
 +| 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 | <PrintScreen>
 +| Scroll Lock | <ScrollLock>
 +| Pause | <Pause>
 +| Insert | <Insert>
 +| Home | <Home>
 +| PageUp | <PageUp>
 +| Delete | <Delete>
 +| End | <End> | 
 +| Page Down | <PageDown>
 +| Right Arrow | <RightArrow>
 +| Left Arrow | <LeftArrow>
 +| Down Arrow | <DownArrow>
 +| UpArrow | <UpArrow>
 +| NumLock | <NumLock>
 +| Application | <Application>
 +| HID Code | <HIDCode //Decimal HID Number//>
 +| Key Pad / | <KP/> | 
 +| Key Pad * | <KP*> | 
 +| Key Pad - | <KP- > | 
 +| Key Pad + | <KP+> | 
 +| Key Pad Enter | <KPEnter>
 +| 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=> | 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
 + 
  
-^Keyboard Modifier ^ HID Code     ^ Element                                           ^ 
-| Return | 40 | <Return> | 
-| Escape | 41 | <Escape> | 
-| Backspace | 42 | <Backspace> | 
-| Tab | 43 | <Tab> | 
-| Non-US# | 50 | <Non-US#> | 
-| Caps Lock | 57 | <CapsLock> | 
-| F1 | 58 | <F1> | 
-| F2 | 59 | <F2> | 
-| F3 | 60 | <F3> | 
-| F4 | 61 | <F4> | 
-| F5 | 62 | <F5> | 
-| F6 | 63 | <F6> | 
-| F7 | 64 | <F7> | 
-| F8 | 65 | <F8> | 
-| F9 | 66 | <F9> | 
-| F10 | 67 | <F10> | 
-| F11 | 68 | <F11> | 
-| F12 | 69 | <F12> | 
-| F13 | 104 | <F13> | 
-| F14 | 105 | <F14> | 
-| F15 | 106 | <F15> | 
-| F16 | 107 | <F16> | 
-| F17 | 108 | <F17> | 
-| F18 | 109 | <F18> | 
-| F19 | 110 | <F19> | 
-| F20 | 111 | <F20> | 
-| F21 | 112 | <F21> | 
-| F22 | 113 | <F22> | 
-| F23 | 114 | <F23> | 
-| F24 | 115 | <F24> | 
-| Print Screen | 70 | <PrintScreen> | 
-| Scroll Lock | 71 | <ScrollLock> | 
-| Pause | 72 | <Pause> | 
-| Insert | 73 | <Insert> | 
-| Home | 74 | <Home> | 
-| PageUp | 75 | <PageUp> | 
-| Delete (Forward) | 76 | <Delete> | 
-| End | 77 | <End> | 
-| Page Down | 78 | <PageDown> | 
-| Right Arrow | 79 | <RightArrow> | 
-| Left Arrow | 80 | <LeftArrow> | 
-| Down Arrow | 81 | <DownArrow> | 
-| UpArrow | 82 | <UpArrow> | 
-| NumLock | 83 | <NumLock> | 
-| Application | 101 | <Application> | 
-| HID Code |  | <keycode number> | 
-| Key Pad / | 84 | <KP/> | 
-| Key Pad * | 85 | <KP*> | 
-| Key Pad - | 86 | <KP-> | 
-| Key Pad + | 87 | <KP+> | 
-| Key Pad Enter | 88 | <KPEnter> | 
-| Key Pad 1 | 89 | <KP1> | 
-| Key Pad 2 | 90 | <KP2> | 
-| Key Pad 3 | 91 | <KP3> | 
-| Key Pad 4 | 92 | <KP4> | 
-| Key Pad 5 | 93 | <KP5> | 
-| Key Pad 6 | 94 | <KP6> | 
-| Key Pad 7 | 95 | <KP7> | 
-| Key Pad 8 | 96 | <KP8> | 
-| Key Pad 9 | 97 | <KP9> | 
-| Key Pad 0 | 98 | <KP0> | 
-| Key Pad . | 99 | <KP.> | 
-| Key Pad = | 103 | <KP=> | 
    
tuner_key_syntax.1500587493.txt.gz · Last modified: 2024/05/03 17:21 (external edit)