>
>
>If you tell me what you're trying to accomplish, I can give you specifics
>of what needs to be changed...
>
Well for now all I want to do is change the Field Exit to be the enter
key on the numeric pad;  this is how it is in client access.  Its a lot
slower to hit ctrl-k instead of enter while doing data entry.

It looks like that key has an ASCII value of 0x0D, but I would have to
verify it.  If that is the correct value I could change the line to read

{ 0x0D,   K_FIELDEXIT },   /* Numeric enter */

Yes?

Thanks for your help.

--
Steven Kurylo




_______________________________________________
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