home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / database / oracle / 2532 < prev    next >
Encoding:
Text File  |  1992-12-16  |  1.5 KB  |  41 lines

  1. Newsgroups: comp.databases.oracle
  2. Path: sparky!uunet!mcsun!sunic!sics.se!eua.ericsson.se!euas37c07!euajhs
  3. From: euajhs@eua.ericsson.se (Jonas Hansson)
  4. Subject: Re: mapping keyboard in xterm
  5. Message-ID: <1992Dec16.193243.967@eua.ericsson.se>
  6. Sender: news@eua.ericsson.se
  7. Nntp-Posting-Host: euas37c07.eua.ericsson.se
  8. Reply-To: euajhs@eua.ericsson.se
  9. Organization: Ellemtel Telecom Systems Labs, Stockholm, Sweden
  10. References: <1992Dec15.135039.8523@eua.ericsson.se>
  11. Date: Wed, 16 Dec 1992 19:32:43 GMT
  12. Lines: 27
  13.  
  14. Thanks everybody who send me mail about this problem. After reading the answers,
  15. i decided to load this resource when connecting oracle with xterm.
  16.  
  17. XTerm*VT100.Translations: #override \
  18.         @Num_Lock<Key>KP_0: string(0)\n\
  19.         @Num_Lock<Key>KP_1: string(1)\n\
  20.         @Num_Lock<Key>KP_2: string(2)\n\
  21.         @Num_Lock<Key>KP_3: string(3)\n\
  22.         @Num_Lock<Key>KP_4: string(4)\n\
  23.         @Num_Lock<Key>KP_5: string(5)\n\
  24.         @Num_Lock<Key>KP_6: string(6)\n\
  25.         @Num_Lock<Key>KP_7: string(7)\n\
  26.         @Num_Lock<Key>KP_8: string(8)\n\
  27.         @Num_Lock<Key>KP_9: string(9)\n\
  28.         @Num_Lock<Key>KP_Add: string(+)\n\
  29.         @Num_Lock<Key>KP_Decimal: string(.)\n\
  30.         @Num_Lock<Key>KP_Divide: string(/)\n\
  31.         @Num_Lock<Key>KP_Enter: string(\015)\n\
  32.         @Num_Lock<Key>KP_Equal: string(=)\n\
  33.         @Num_Lock<Key>KP_Multiply: string(*)\n\
  34.         @Num_Lock<Key>KP_Subtract: string(-)\n\
  35.  
  36. Now it's easy to toggle numeric keypad on/off and using oracle function keys
  37. whitout problem.
  38.  
  39. /Jonas Hansson
  40.  
  41.