Worksoft Community

Unix Input action

Unix Input action

 

"Terminating Key" parameter for the "Input" action has support for the following strings values.

This should allow you to do an "Input" action and to specify Enter for the Terminating Key instead of adding the "Press Host Key" action to throw Enter at the emulator after every Input.

These are all valid to use in the "Press Host Key" action as well.

 

Enter

Tab

Esc   

Down

Up

Left

Right   

F1

F2

F3

F4

F5

F6

F7

F8

F9

F10

F11

F12   

Shift-F1

Shift-F2

Shift-F3

Shift-F4

Shift-F5

Shift-F6

Shift-F7

Shift-F8

Shift-F9

Shift-F10

Shift-F11

Shift-F12   

PF1

PF2

PF3

PF4

PageUp

PageDown

 

You can also use the number (example: use 800 for the ComposeKey) for any of the keys in the following extended list:

 

ComposeKey  = 800   ' Compose terminal key (VT emulation)

F1Key       = 801   ' F1 terminal key (VT emulation)

F2Key       = 802   ' F2 terminal key (VT emulation)

F3Key       = 803   ' F3 terminal key (VT emulation)

F4Key       = 804   ' F4 terminal key (VT emulation)

F5Key       = 805   ' F5 terminal key (VT emulation)

HoldScreenClearKey = 806 ' Hold screen clear terminal key (VT emulation)

HoldScreenSetKey = 807 ' Hold screen set terminal key (VT emulation)

PrintScreenKey = 808 ' Print screen terminal key (VT emulation)

SendNullKey = 809   ' Send NULL terminal key (VT emulation)

Udk6Key     = 810   ' UDK 6 terminal key (VT emulation)

Udk7Key     = 811   ' UDK 7 terminal key (VT emulation)

Udk8Key     = 812   ' UDK 8 terminal key (VT emulation)

Udk9Key     = 813   ' UDK 9 terminal key (VT emulation)

Udk10Key    = 814   ' UDK 10 terminal key (VT emulation)

Udk11Key    = 815   ' UDK 11 terminal key (VT emulation)

Udk12Key    = 816   ' UDK 12 terminal key (VT emulation)

Udk13Key    = 817   ' UDK 13 terminal key (VT emulation)

Udk14Key    = 818   ' UDK 14 terminal key (VT emulation)

Udk15Key    = 819   ' UDK 15 terminal key (VT emulation)

Udk16Key    = 820   ' UDK 16 terminal key (VT emulation)

Udk17Key    = 821   ' UDK 17 terminal key (VT emulation)

Udk18Key    = 822   ' UDK 18 terminal key (VT emulation)

Udk19Key    = 823   ' UDK 19 terminal key (VT emulation)

Udk20Key    = 824   ' UDK 20 terminal key (VT emulation)

ShiftDownKey = 825  ' Shift cursor down terminal key (VT emulation)

ShiftLeftKey = 826  ' Shift cursor left terminal key (VT emulation)

ShiftRightKey = 827 ' Shift cursor right terminal key (VT emulation)

ShiftUpKey  = 828   ' Shift cursor up terminal key (VT emulation)

0Key        = 830   ' Keypad 0 terminal key (VT emulation)

1Key        = 831   ' Keypad 1 terminal key (VT emulation)

2Key        = 832   ' Keypad 2 terminal key (VT emulation)

3Key        = 833   ' Keypad 3 terminal key (VT emulation)

4Key        = 834   ' Keypad 4 terminal key (VT emulation)

5Key        = 835   ' Keypad 5 terminal key (VT emulation)

6Key        = 836   ' Keypad 6 terminal key (VT emulation)

7Key        = 837   ' Keypad 7 terminal key (VT emulation)

8Key        = 838   ' Keypad 8 terminal key (VT emulation)

9Key        = 839   ' Keypad 9 terminal key (VT emulation)

BackArrowKey = 840  ' Back arrow (delete) terminal key (VT emulation)

BreakKey    = 841   ' Break terminal key (VT emulation)

CommaKey    = 842   ' Keypad comma terminal key (VT emulation)

DecimalKey  = 843   ' Keypad decimal terminal key (VT emulation)

DisconnectKey = 844 ' Disconnect terminal key (VT emulation)

DownKey     = 845   ' Cursor down terminal key (VT emulation)

EnterKey    = 846   ' Enter terminal key (VT emulation)

EscKey      = 847   ' Escape terminal key (VT emulation)

F6Key       = 848   ' F6 terminal key (VT emulation)

F7Key       = 849   ' F7 terminal key (VT emulation)

F8Key       = 850   ' F8 terminal key (VT emulation)

F9Key       = 851   ' F9 terminal key (VT emulation)

F10Key      = 852   ' F10 terminal key (VT emulation)

F11Key      = 853   ' F11 terminal key (VT emulation)

F12Key      = 854   ' F12 terminal key (VT emulation)

F13Key      = 855   ' F13 terminal key (VT emulation)

F14Key      = 856   ' F14 terminal key (VT emulation)

F15Key      = 857   ' F15 terminal key (VT emulation)

F16Key      = 858   ' F16 terminal key (VT emulation)

F17Key      = 859   ' F17 terminal key (VT emulation)

F18Key      = 860   ' F18 terminal key (VT emulation)

F19Key      = 861   ' F19 terminal key (VT emulation)

F20Key      = 862   ' F20 terminal key (VT emulation)

FindKey     = 863   ' Find terminal key (VT emulation)

HoldScreenKey = 864 ' Hold screen terminal key (VT emulation)

InsertHereKey = 865 ' Insert here terminal key (VT emulation)

LeftKey     = 866   ' Cursor left terminal key (VT emulation)

MinusKey    = 867   ' Keypad minus terminal key (VT emulation)

NextScreenKey = 868 ' Next screen terminal key (VT emulation)

NotBackArrowKey = 869 ' Not back arrow (backspace) terminal key (VT emulation)

PF1Key      = 870   ' PF1 terminal key (VT emulation)

PF2Key      = 871   ' PF2 terminal key (VT emulation)

PF3Key      = 872   ' PF3 terminal key (VT emulation)

PF4Key      = 873   ' PF4 terminal key (VT emulation)

PrevScreenKey = 874 ' Prev screen terminal key (VT emulation)

RemoveKey   = 875   ' Remove terminal key (VT emulation)

ReturnKey   = 876   ' Return terminal key (VT emulation)

RightKey    = 877   ' Cursor right terminal key (VT emulation)

ScrollDownKey = 878 ' Scroll down terminal key (VT emulation)

ScrollUpKey = 879   ' Scroll up terminal key (VT emulation)

SelectKey   = 880   ' Select terminal key (VT emulation)

SendAnswerbackKey = 881 ' Send answerback terminal key (VT emulation)

TabKey      = 882   ' Tab terminal key (VT emulation)

UpKey       = 883   ' Cursor up terminal key (VT emulation)

UTF8F1Key   = 1700  ' VT-UTF8 F1 Key

UTF8F2Key   = 1701  ' VT-UTF8 F2 Key

UTF8F3Key   = 1702  ' VT-UTF8 F3 Key

UTF8F4Key   = 1703  ' VT-UTF8 F4 Key

UTF8F5Key   = 1704  ' VT-UTF8 F5 Key

UTF8F6Key   = 1705  ' VT-UTF8 F6 Key

UTF8F7Key   = 1706  ' VT-UTF8 F7 Key

UTF8F8Key   = 1707  ' VT-UTF8 F8 Key

UTF8F9Key   = 1708  ' VT-UTF8 F9 Key

UTF8F10Key  = 1709  ' VT-UTF8 F10 Key

UTF8F11Key  = 1710  ' VT-UTF8 F11 Key

UTF8F12Key  = 1711  ' VT-UTF8 F12 Key

UTF8HomeKey = 1712  ' VT-UTF8 Home Key

UTF8EndKey  = 1713  ' VT-UTF8 End Key

UTF8InsertKey = 1714 ' VT-UTF8 Insert Key

UTF8DeleteKey = 1715 ' VT-UTF8 Delete Key

UTF8PageUpKey = 1716 ' VT-UTF8 Page Up Key

UTF8PageDownKey = 1717 ' VT-UTF8 Page Down Key

UTF8StartFirmwareKey = 1718 ' VT-UTF8 Start Firmware Key

UTF8ResetSystemKey = 1719 ' VT-UTF8 Reset System Key

UTF8InvokeServiceKey = 1720 ' VT-UTF8 Invoke Service Key

UTF8InvokePowerKey = 1721 ' VT-UTF8 Invoke Power Key

UTF8PowerAcknowledgementKey = 1722 ' VT-UTF8 Power Acknowledgement Key

UTF8ExitWithUIKey = 1723 ' VT-UTF8 Exit With UI Key

UTF8ExitWithoutUIKey = 1724 ' VT-UTF8 Exit Without UI Key

ShiftF1Key  = 1814  ' VT Shift F1 terminal Key

ShiftF2Key  = 1815  ' VT Shift F2 terminal Key

ShiftF3Key  = 1816  ' VT Shift F3 terminal Key

ShiftF4Key  = 1817  ' VT Shift F4 terminal Key

ShiftF5Key  = 1818  ' VT Shift F5 terminal Key

ShiftF6Key  = 1819  ' VT Shift F6 terminal Key

ShiftF7Key  = 1820  ' VT Shift F7 terminal Key

ShiftF8Key  = 1821  ' VT Shift F8 terminal Key

ShiftF9Key  = 1822  ' VT Shift F9 terminal Key

ShiftF10Key = 1823  ' VT Shift F10 terminal Key

ShiftF11Key = 1824  ' VT Shift F11 terminal Key

ShiftF12Key = 1825  ' VT Shift F12 terminal Key

ShiftF13Key = 1826  ' VT Shift F13 terminal Key

ShiftF14Key = 1827  ' VT Shift F14 terminal Key

ShiftF15Key = 1828  ' VT Shift F15 terminal Key

ShiftF16Key = 1829  ' VT Shift F16 terminal Key

ShiftF17Key = 1830  ' VT Shift F17 terminal Key

ShiftF18Key = 1831  ' VT Shift F18 terminal Key

ShiftF19Key = 1832  ' VT Shift F19 terminal Key

ShiftF20Key = 1833  ' VT Shift F20 terminal Key

 

Recent Comments

Leave the first comment for this page.
©2009-2011 Worksoft, Inc.
Powered by Community Server (Non-Commercial Edition), by Telligent Systems