Hi Brian,

If you do a "man tn5250", you'll see a line that looks like this:
       FieldExit    C-k, M-x

That means that FieldExit can either be Ctrl-K or ESC K  (because we use
ESC for Meta)

In ASCII, Ctrl-A thru Ctrl-Z have a value of 1 - 26 (decimal).  Since K
is the 11th letter of the alphabet, it'd be decimal 11, which is octal
13  (1 * 8 + 3 = 11)




On Fri, 16 Aug 2002, Brian Hill wrote:

> I have re-mapped my right control key (Control_R) to be an "Enter" key
> and now I'd like to re-map my Enter key to be a field exit.  I did this
> with the control key by adding the line:
>
> <Key>Control_R: string("\015") \n\
>
> in the XTerm file.  What is the octal value for field exit?  For that
> matter, how do I find out what the octal value is for any keystroke?
>
> Thanks in advance...
>
> _______________________________________________
> This is the Linux 5250 Development Project (LINUX5250) mailing list
> To post a message email: [EMAIL PROTECTED]
> To subscribe, unsubscribe, or change list options,
> visit: http://lists.midrange.com/cgi-bin/listinfo/linux5250
> or email: [EMAIL PROTECTED]
> Before posting, please take a moment to review the archives
> at http://archive.midrange.com/linux5250.
>

_______________________________________________
This is the Linux 5250 Development Project (LINUX5250) mailing list
To post a message email: [EMAIL PROTECTED]
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/cgi-bin/listinfo/linux5250
or email: [EMAIL PROTECTED]
Before posting, please take a moment to review the archives
at http://archive.midrange.com/linux5250.

Reply via email to