|
On Fri, 30 Mar 2001, GOMEZ Henri wrote: > Hi, > > A french user ask me about keyboard key to use under xt5250 > for field+ and fieldexit ? > > Thanks for your help I'd try to answer your question, but I don't know what to say: 1) I've never used a French keyboard. 2) I don't use the Linux keyboard maps. If you're feeling adventuresome, you can try the '+' key. It doesn't work like Field + in my experience, but it's what Mike & Jay seem to have designed to work as Field +. In some (newer) versions of tn5250, Ctrl-X is mapped to work as a "real" field+ key. I don't know which versions this is in, however. You can find out by going to the src directory and doing this: $ grep "FIELDPLUS" cursesterm.c { K_FIELDPLUS, "\030" }, /* CTRL X */ return K_FIELDPLUS; $ You can see here that FIELDPLUS is wired to the "\030" (Ctrl-X) key. If you're using one of these newer versions of tn5250, you should be able to edit /usr/local/share/tn5250/XTerm and add a line like this: <Key>KP_Add: string("\030") \n\ Which will make the Keypad's '+' key work as Field+. Maybe that'll get you started? +--- | This is the LINUX5250 Mailing List! | To submit a new message, send your mail to LINUX5250@midrange.com. | To subscribe to this list send email to LINUX5250-SUB@midrange.com. | To unsubscribe from this list send email to LINUX5250-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
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.