Linux Server <[EMAIL PROTECTED]> writes:
> Just curious, How does someone who needs the 'enter' key swaped to a 'field exi'
> key? I also need the right 'Ctrl' to be the 'enter' key. Is this a conrol file
> change, or will I have to recompile with source code changes? I use this
> configuration continuously at work with Client Access.
You should be able to just edit the XTerm file. Add:
<Key>Return: string("\013") \n\
<Key>Control_R: string("\015") \n\
after the first line.
On the Linux console, it's a bit more work, but it's still possible.
P.S. Please fix your line length.
--
Carey Evans http://home.clear.net.nz/pages/c.evans/
"In general, it is best to assume that the network is filled with
malevolent entities that will send in packets designed to have the worst
possible effect." - Internet Engineering Task Force, RFC 1123 (Oct 1989)
+---
| This is the LINUX5250 Mailing List!
| To submit a new message, send your mail to [EMAIL PROTECTED]
| To subscribe to this list send email to [EMAIL PROTECTED]
| To unsubscribe from this list send email to [EMAIL PROTECTED]
| Questions should be directed to the list owner/operator: [EMAIL PROTECTED]
+---