Intermec CN51 Intermec Terminal Emulator (ITE) User Guide - Page 132

Creating a Remapping Macro, Nesting Macros

Page 132 highlights

Chapter 3 - Customizing Your Configuration Creating a Remapping Macro 1 Using any text editor, add the macro=="string" Macro command to the end of the remap.cfg file, where: • "macro" is the command you enter in remap.cfg. • "key" is the 4-digit hexadecimal key or keys you are remapping. • "string" is the new action for the key or keys. The string can be a text string, ASCII mnemonic, or other 2-byte hexadecimal code. Enclose the entire string in quotation marks. 2 At the end of the macro, type runmacro=, where key is the 4-digit hexadecimal code that identifies the keys that activate the macro. 3 Save the file name as remap.cfg for the macros to work. 4 Append the new remap to the original hex file. 5 Copy remap.cfg to the ITE folder on the mobile computer. Example: Assign the * key to activate a macro which remaps the 1-9 keys and the 0 key to F1F9 and F10 respectively. macro== macro== macro== macro== macro== macro== macro== macro== macro== macro== runmacro= Normally, if the user presses the 1 key the value of "1" is sent to the host. Using this macro, if the user presses the * key and then the "1" key the F1 AID key is sent to the host. Nesting Macros Macros do not nest. The right-most argument is processed as key strokes and not scanned for macro values. For example: // swap "3" and "5" keys remap=="5" // map "3" key to a "5" key remap=="3" // map "5" key to a "3" key The "3" key produces a "5" key. If nesting was allowed, the "5" key is recognized as a macro that produces the "3" key and the "3" key is recognized as a "5" key that produces the "7" key, and so forth. 120 Intermec Terminal Emulator (ITE) User Guide

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • 192
  • 193
  • 194
  • 195
  • 196
  • 197
  • 198
  • 199
  • 200
  • 201
  • 202
  • 203
  • 204
  • 205
  • 206
  • 207
  • 208
  • 209
  • 210
  • 211
  • 212
  • 213
  • 214
  • 215
  • 216
  • 217
  • 218
  • 219
  • 220

Chapter 3 — Customizing Your Configuration
120
Intermec Terminal Emulator (ITE) User Guide
Creating a Remapping Macro
1
Using any text editor, add the
macro=<key>="string"
Macro command to
the end of the remap.cfg file, where:
“macro” is the command you enter in remap.cfg.
“key” is the 4-digit hexadecimal key or keys you are remapping.
“string” is the new action for the key or keys. The string can be a text string,
ASCII mnemonic, or other 2-byte hexadecimal code. Enclose the entire string
in quotation marks.
2
At the end of the macro, type
runmacro=<key>,
where key
is the 4-digit
hexadecimal code that identifies the keys that activate the macro.
3
Save the file name as remap.cfg for the macros to work.
4
Append the new remap to the original hex file.
5
Copy remap.cfg to the ITE folder on the mobile computer.
Example:
Assign the * key to activate a macro which remaps the 1-9 keys and the 0 key to F1-
F9 and F10 respectively.
macro=<0031>=<1031>
macro=<0032>=<1032>
macro=<0033>=<1033>
macro=<0034>=<1034>
macro=<0035>=<1035>
macro=<0036>=<1036>
macro=<0037>=<1037>
macro=<0038>=<1038>
macro=<0039>=<1039>
macro=<0030>=<1061>
runmacro=<002a>
Normally, if the user presses the 1 key the value of “1” is sent to the host. Using this
macro, if the user presses the * key and then the “1” key the F1 AID key is sent to the
host.
Nesting Macros
Macros do not nest. The right-most argument is processed as key strokes and not
scanned for macro values. For example:
// swap "3" and "5" keys
remap=<0033>="5"
// map "3" key to a "5" key
remap=<0035>="3"
// map "5" key to a "3" key
The “3” key produces a “5” key. If nesting was allowed, the “5” key is recognized as a
macro that produces the “3” key and the “3” key is recognized as a “5” key that
produces the “7” key, and so forth.