home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / windows / openloo / 3264 < prev    next >
Encoding:
Text File  |  1992-07-28  |  2.4 KB  |  58 lines

  1. Newsgroups: comp.windows.open-look
  2. Path: sparky!uunet!sun-barr!cs.utexas.edu!lgc.com!rice!lgc!ita!tpaquette
  3. From: tpaquette@ita.lgc.com (Trevor Paquette)
  4. Subject: xterm key translations being ignored?
  5. Message-ID: <TPAQUETTE.92Jul28165734@gumby.ita.lgc.com>
  6. Sender: usenet@lgc.com
  7. Nntp-Posting-Host: gumby.ita.lgc.com
  8. Organization: Landmark/ITA Inverse Theory and Applications
  9. Date: Tue, 28 Jul 1992 22:57:34 GMT
  10. Lines: 46
  11.  
  12.  
  13.   Why does OpenWindows 3.0 seem to ignore the following key translations?
  14.  We are using mwm as a window manager.
  15.  
  16. xterm*VT100.Translations: #override \
  17.     <Key>KP_1:      string("^[[KP1~") \n\               *
  18.     <Key>KP_2:      string("^[[KP2~") \n\               ^[[OB
  19.     <Key>KP_3:      string("^[[KP3~") \n\               *
  20.     <Key>KP_4:      string("^[[KP4~") \n\               ^[[OD
  21.     <Key>KP_5:      string("^[[KP5~") \n\               *
  22.     <Key>KP_6:      string("^[[KP6~") \n\               ^[[OC
  23.     <Key>KP_7:      string("^[[KP7~") \n\               *
  24.     <Key>KP_8:      string("^[[KP8~") \n\               ^[[OA
  25.     <Key>KP_9:      string("^[[KP9~") \n\               *
  26.     <Key>KP_0:      string("^[[KP0~") \n\               ^[[2~
  27.     <Key>KP_Divide:      string("^[[KP/~") \n\               *
  28.     <Key>KP_Multiply: string("^[[KP*~") \n\               *
  29.     <Key>KP_Subtract: string("^[[KP-~") \n\
  30.     <Key>KP_Add:      string("^[[KP+~") \n\
  31.     <Key>KP_Enter:      string("^[[KPM~") \n\
  32.     <Key>KP_Decimal:  string("^[[KP.~") \n\              ^?
  33.     <Key>KP_Equal:      string("^[[KPN~") \n\               *
  34.     <Key>F1:      string("^[[F1~")  \n\
  35.     <Key>F2:      string("^[[F2~")  \n\
  36.     <Key>F3:      string("^[[F3~")  \n\
  37.     <Key>F4:      string("^[[F4~")  \n\
  38.     <Key>F5:      string("^[[F5~")  \n\
  39.     <Key>F6:      string("^[[F6~")  \n\
  40.     <Key>F7:      string("^[[F7~")  \n\
  41.     <Key>F8:      string("^[[F8~")  \n\
  42.     <Key>F9:      string("^[[F9~")  \n\
  43.     <Key>F10:      string("^[[F10~") \n\
  44.     <Key>F11:      string("^[[F11~") \n\              *
  45.     <Key>F12:      string("^[[F12~")                   *
  46.  
  47.   The end column shows what is actually being sent.
  48.    * means NOTHING is being sent
  49.    a string shows the strings that is being sent
  50.    and a blank means the key sends what the table told it to send.
  51.  
  52.   What gives here? are we doing something wrong? are we missing something?
  53. --
  54. Name : Trevor Paquette       | Landmark/ITA             |   _\___ Fahrvergnugen
  55. Email: tpaquette@ita.lgc.com | Calgary, Alberta, Canada |  /     \____         
  56. Visitor from CyberSpace      | (403) 269-4669           | / G60       \        
  57. Renegade of Virtual Reality  | #include <disclaimer.h>  | \-O------O--/        
  58.