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