Hi N4pkins,
Thanks for the information. While you will be using the Send String option when mapping a key, the string will not be sent literally.
There is a common element to each string that PowerTerm is sending. It is "^[". This is commonly referred to as an escape character. In SecureCRT, this sequence would be represented in your string as "\033" which is the decimal representation of an ASCII escape character.
The rest of the string would be entered literally, so F1 would be mapped to send "\033[11~".
Does this help you map the F1 - F4 keys to send the escape sequence that your remote application expects?
|