|
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: LINUX5250@midrange.com > To subscribe, unsubscribe, or change list options, > visit: http://lists.midrange.com/cgi-bin/listinfo/linux5250 > or email: LINUX5250-request@midrange.com > Before posting, please take a moment to review the archives > at http://archive.midrange.com/linux5250. >
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.