× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



worked nice, thanks again

-----Original Message-----
From: linux5250-admin@midrange.com On Behalf Of Scott Klement
Sent: 14 November 2001 20:41
To: 'linux5250@midrange.com'
Subject: RE: [LINUX5250] complete list of key values




On Wed, 14 Nov 2001, MULLOR JIMENEZ PEDRO wrote:

> and... when you say "{ K_BACKTAB, "kB" }" on cursesterm.c and then i
> make an 'man terminfo' on my linux console and i see that the code for
> backtab (tough it appears to be 'kcbt' on terminfo) is ** kcbt

Yes, "kB" is the termcap entry, not the terminfo entry.  They amount to
the same thing, but termcap and terminfo don't always use the same
codes to represent the capabilities.   'man termcap' should tell you what
the "kB" stands for, and 'man terminfo' should tell you what the equiv
code is in terminfo.

> My question is : how to configure the us5250.map to send that caracter
> (/perform the backtab) to the terminal (i already made my way to the
> Field_Exit and Reset keys via \xxx codes) ?

I don't know much about us5250.map, since I'm not really a Linux user.
But, I think you could do something like this...

Look for the line that starts with "keycode 15 = Tab".   In the next
column, it should say "Meta_Tab".   Change it from "Meta_Tab" to "F25"
so it looks like this:

    keycode  15 = Tab              F25

Now, go down to the bottom area.  Insert a line right after where it
says "string F24" that looks like this:

string F25 = "\033[Z"   (or whatever your string for back-tab should be)


Is this the "right" way to do it?  I don't know... but it'll work... :)

_______________________________________________
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 thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.