APPENDIX “A” Programming Combination or Multiple Keystrokes
Pedal Function Programming Guidelines
--------------------------------------------------
To program your own pedal functions use the following programming
guidelines.
The foot pedals can be used to emulate keyboard characters being pressed in an
application, including shortcut key sequences, etc.
To emulate keyboard character sequences follow the programming instructions
below.
Each pedal function represent one or more characters. To specify a single
keyboard character, use the character itself. For example, to represent the letter
A, use "A". (Note: Omit the quotation marks.) If you want to represent more
than one character, append each additional character to the one preceding it. To
represent the letters A, B, and C, use "ABC". Note: Case is important for
shortcut keys - most shortcut keys use lower case characters.
The plus sign (+), caret (^), percent sign (%), tilde (~), and parentheses ( ) have
special meanings. To specify one of these characters, enclose it within braces.
For example, to specify the plus sign, use {+}. Brackets ([ ]) have no special
meaning, but you must enclose them in braces as well, because in other
applications, brackets do have a special meaning that may be significant when
dynamic data exchange (DDE) occurs. To send brace characters, use {{} and
{}}.
To specify keys combined with any combination of the SHIFT, CTRL, and ALT
keys, precede the regular key code with one or more of the following codes:
Key Code
--------------------------------SHIFT +
CTRL (CONTROL) ^
ALT %
To specify that any combination of SHIFT, CTRL, and ALT should be held
down while several other keys are pressed, enclose the code for those keys in