× 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.




Yes, we have 122keyboard in stock and I can send you one.

But I need to qualify.

The old keytronics IBM style 122 which could be put in terminal mode
or PC mode, had some keys(F20 and up and some others)
 which did not map to any X keysym.
Even to use it is a console session I had to do some nasty keymapping.

We now carry the Unicomp 'driverless' keyboard(whatever that means)
All the keys will return a keysym combo.
Play, Record and Cent return weird combos like Ctrl_L-Shift-4 but
those can be handle in .Xdefaults.
Unicomp even has a Win program to program the keys, which we don't use.

It is useful to have because of F13--F24,  the extra pad on the left and
a somewhat different layout on the right.

! uspc.x

xt5250*VT100.Translations: #override\n\
        Alt<Key>a: string("\001") \n\
        ~Shift<Key>Escape: string("\001") \n\
        ~Shift<Key>BackSpace: string("\177") \n\
        Shift <Key>BackSpace: string("\177") \n\
        Shift <Key>Tab: string("\033[Z") \n\
        Alt<Key>c: string("\242") \n\
        Ctrl<Key>2: string("\242") \n\
        Shift <Key>Insert: string("\033\104") \n\
        ~Shift<Key>Control_R: string("\015") \n\
        ~Shift<Key>Pause: string("\033\025\033[Z\033X\033[Z") \n\
        Shift <Key>Delete: string("\033\025\033[Z\033X\033[Z") \n\
        Alt<Key>e: string("\244") \n\
        ~Shift<Key>Return: string("\033X") \n\
        ~Shift<Key>KP_Enter: string("\033X") \n\
        ~Shift<Key>KP_Subtract: string("\033\115") \n\
        ~Shift<Key>KP_Add: string("\030") \n\
        Alt<Key>h: string("\033H") \n\
        Alt<Key>F1: string("\033H") \n\
        Alt<Key>6: string("\254") \n\
        Shift <Key>Control_R: string("\033\116") \n\
        Alt<Key>p: string("\027") \n\
        Shift Ctrl<Key>3: string("\027") \n\
        ~Shift<Key>Print: string("\033\120") \n\
        Alt<Key>r: string("\023") \n\
        Shift Ctrl<Key>4: string("\023") \n\
        ~Shift<Key>Control_L: string("\022") \n\
        ~Shift<Key>Next: string("\002") \n\
        Shift <Key>Down: string("\002") \n\
        ~Shift<Key>Prior: string("\004") \n\
        Shift <Key>Up: string("\004") \n\
        Alt<Key>s: string("\003") \n\
        Shift <Key>Escape: string("\003") \n\
        Alt<Key>t: string("\024") \n\
     <Key>KP_Divide: string("/") \n\
        <Key>KP_0: string("0") \n\
        <Key>KP_1: string("1") \n\
        <Key>KP_2: string("2") \n\
        <Key>KP_3: string("3") \n\
        <Key>KP_4: string("4") \n\
        <Key>KP_5: string("5") \n\
        <Key>KP_6: string("6") \n\
        <Key>KP_7: string("7") \n\
        <Key>KP_8: string("8") \n\
        <Key>KP_9: string("9") \n\
        <Key>KP_Delete: string(".") \n\
     ~Shift <Key>Delete: string("\033\133\063\176") \n\
        Shift  <Key>Delete: string("\033\025\033[Z\033X\033[Z") \n\
        ~Shift <Key>F1: string("\0331") \n\
        ~Shift <Key>F2: string("\0332") \n\
        ~Shift <Key>F3: string("\0333") \n\
        ~Shift <Key>F4: string("\0334") \n\
        ~Shift <Key>F5: string("\0335") \n\
        ~Shift <Key>F6: string("\0336") \n\
        ~Shift <Key>F7: string("\0337") \n\
        ~Shift <Key>F8: string("\0338") \n\
        ~Shift <Key>F9: string("\0339") \n\
        ~Shift <Key>F10: string("\0330") \n\
        ~Shift <Key>F11: string("\033-") \n\
        ~Shift <Key>F12: string("\033=") \n\
        Shift <Key>F1: string("\033!") \n\
        Shift <Key>F2: string("\033@") \n\
        Shift <Key>F3: string("\033#") \n\
        Shift <Key>F4: string("\033$") \n\
        Shift <Key>F5: string("\033%") \n\
        Shift <Key>F6: string("\033^") \n\
        Shift <Key>F7: string("\033&") \n\
        Shift <Key>F8: string("\033*") \n\
        Shift <Key>F9: string("\033(") \n\
        Shift <Key>F10: string("\033)") \n\
        Shift <Key>F11: string("\033_") \n\
        Shift <Key>F12: string("\033+") \n\
        Shift <Key>Tab: string("\033[Z") \n\
        Shift <Key>Left: string("\033\010") \n\
        Shift <Key>Up: string("\002") \n\
        Shift <Key>Down: string("\006") \n\
        Shift <Key>Right: string("\033\025") \n\
        ~Shift <Key>Home: string("\017") \n\
        ~Shift <Key>End: string("") \n\
        Shift <Key>End: string("") \n\
        Shift <Key>Delete: string("") \n\
        Ctrl <Key>Prior: string("") \n\
        Ctrl <Key>Next: string("") \n\
        Ctrl <Key>Home: string("") \n\
        Ctrl <Key>Insert: string("") \n\
        Ctrl <Key>Delete: string("") \n\
        Ctrl <Key>End: string("") \n\
        Ctrl <Key>Up: string("") \n\
        Ctrl <Key>Down: string("") \n\
        Ctrl <Key>Left: string("") \n\
        Ctrl <Key>Right: string("") \n\

! Something I did installed a file which turned off underLine
! and turned on colorULMode in my ~/.Xdefaults.  This, obviously, is not
! very useful for xt5250.  I wish I knew how this works better -JMF

xt5250.VT100*underLine: True
xt5250.VT100*colorULMode: off
xterm*background : white
xterm*foreground : black
tn5250*background : white
tn5250*foreground : black







linux5250-request@xxxxxxxxxxxx on 05/19/2004 12:00:35 PM

Please respond to linux5250@xxxxxxxxxxxx

To:   linux5250@xxxxxxxxxxxx
cc:    (bcc: Phillip Watts/austin/Nlynx)

Subject:  LINUX5250 Digest, Vol 2, Issue 38



Send LINUX5250 mailing list submissions to
     linux5250@xxxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
     http://lists.midrange.com/mailman/listinfo/linux5250
or, via email, send a message with subject or body 'help' to
     linux5250-request@xxxxxxxxxxxx

You can reach the person managing the list at
     linux5250-owner@xxxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of LINUX5250 digest..."


Today's Topics:

   1. looking for testers with 122 key keyboards (James Rich)


----------------------------------------------------------------------

message: 1
date: Tue, 18 May 2004 12:14:18 -0600 (MDT)
from: James Rich <james@xxxxxxxxxxx>
subject: [LINUX5250] looking for testers with 122 key keyboards

Hi again,

I'm looking for people with 122 key keyboards to test out some things with
x5250.  Phillip Watts and Randy Snow both mentioned that they were using
such keyboards.  Could either of you (or anyone else with 122 keys)
contact me offline?  I'm hoping to support 122 keyboards out-of-the-box.

James Rich

Vs lbh guvax bs argjbex frphevgl nf na vzzhar flfgrz, Jvaqbjf vf UVI.
     -- Wbr Cyhgn


------------------------------

_______________________________________________
This is the Linux 5250 Development Project (LINUX5250) digest list
To post a message email: LINUX5250@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/linux5250
or email: LINUX5250-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/linux5250.



End of LINUX5250 Digest, Vol 2, Issue 38
****************************************







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.