Jump Desktop 7.1.2 supports sending customizable key strokes to the remote computer after each barcode or magnetic stripe swipe. You can also embed special keys like tabs, carriage returns and function keys by using macros (see below).
To customize the key
- Connect to remote computer and then tap the settings icon in the top menu bar (you may need to tap the top middle menu bar icon to reveal the full menu bar).
- Scroll down to the Linea / Infinea row and tap it.
- In the After MSR and After Barcode settings, enter the text you want to send after each Magnetic Swipe Reader or Barcode scan.
Sending Special Keys
Use the macros listed in the table below to send special keys to the remote computer. Consecutive macros can be concatenated using the pipe (|) symbol for better clarity - Jump Desktop will ignore the | when sending keys.
Examples
To send a TAB key to the remote computer after each barcode scan:
After Barcode: KEY_TAB
Send a CR to the remoter computer after each MSR swipe:
After MSR: KEY_RETURN
Send a TAB and CR to the remote computer after each barcode scan:
After Barcode: KEY_TAB|KEY_RETURN
Send a F1 key followed by text 'abc' and then the enter key to the remote computer after each barcode scan:
After Barcode: KEY_F1|abc|KEY_RETURN
The full list of Macros is as follows
Macro |
Key Sequence |
KEY_BACKSPACE |
Backspace / delete |
KEY_TAB |
Tab |
KEY_RETURN | CR / Return |
KEY_PAUSE | Pause |
KEY_ESCAPE | Esc |
KEY_DELETE | Forward delete |
KEY_HOME | Home |
KEY_LEFT | Left arrow |
KEY_RIGHT |
Right arrow |
KEY_UP |
Up arrow |
KEY_DOWN |
Down arrow |
KEY_PAGE_UP | Page up |
KEY_PAGE_DOWN | Page down |
KEY_END | End |
KEY_BREAK | Break |
KEY_F1, KEY_F2, ... KEY_F20 |
F1, F2, ... F20 |
KEY_SHIFT_L | Shift modifier |
KEY_CONTROL_L | Ctrl modifier |
KEY_ALT_L | Alt modifier |
KEY_WIN_L | Win modifier |
KEY_COMMAND_L | Cmd modifier |
|| | | (the pipe character) |
Comments
0 comments
Please sign in to leave a comment.