User's Guide

Enter Setup
209
** Exit Setup
B5 Insert key strokes
Syntax=B5nnssxx (nn: The number of keys pressed (without key modifiers); ss: the key modifier from the table below; xx:
the key number from the “Unicode Key Maps” in Appendix.)
Insertakeystrokeorcombinationofkeystrokes.Keystrokesaredependentonyourkeyboard(seethe“UnicodeKeyMaps” in
Appendix). This command can only be used with USB HIDKeyboard.
Key Modifiers
No Key Modifier 00
Shift Left 01
Shift Right 02
Alt Left 04
Alt Right 08
Control Left 10
Control Right 20
B5example,Insertingan“abc”onaU.S.stylekeyboard.
Command string: B503001F01320030F100
B5isthe”inserted keycommand,
03is numberofkeysinserted(without thekeymodifier),
00is NoKeyModifier
1Fisthe“a”key.
01 is Shift Left
32 is the “b” key
00 is No Key Modifier
30 is the “c” key
F1 is sending all characters
00 is the hex for a Nul
The Datais output as abc12345678