home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 April A
/
Pcwk4a98.iso
/
Wtestowe
/
OnNet16
/
ITALIAN.KYB
< prev
next >
Wrap
Text File
|
1994-07-21
|
2KB
|
124 lines
#
# 19/11/92
#
# Ridefinizione dei tasti della tastiera italiana (Olivetti M400-10)
#
# R.Zini (Strhold Technical Support)
#
#
# Non shifted key from \ to i'
#
0,0x29,0x5c
0,0x02,0x31
0,0x03,0x32
0,0x04,0x33
0,0x05,0x34
0,0x06,0x35
0,0x07,0x06
0,0x08,0x37
0,0x09,0x38
0,0x0a,0x39
0,0x0b,0x30
0,0x0c,0x2c
0,0x0d,0xec
#
# Shifted key from | to ^
#
1,0x29,0x7c
1,0x02,0x21
1,0x03,0x22
1,0x04,0xa3
1,0x05,0x24
1,0x06,0x25
1,0x07,0x26
1,0x08,0x2f
1,0x09,0x28
1,0x0a,0x29
1,0x0b,0x3d
1,0x0c,0x3f
1,0x0d,0x5e
#
# Other accented keys redefinition (non shifted)
#
#
0,0x1a,0xe8
0,0x1b,0x2b
0,0x27,0xf2
0,0x28,0xe0
0,0x2b,0xf9
0,0x33,0x2c
0,0x34,0x2e
0,0x35,0x2d
#
# The same as above but shifted
#
1,0x1a,0xe9
1,0x1b,0x2a
1,0x27,0xe7
1,0x28,0xb0
1,0x2b,0xa7
1,0x33,0x3b
1,0x34,0x3a
1,0x35,0x5f
#
# Same as above with ALT
#
4,0x1a,0x5b
4,0x1b,0x5d
4,0x27,0x40
4,0x28,0x23
#
# Redefinition for
# < >
# and some numeric keypad's keys
# * / + .
#
0,0x56,0x3c
1,0x56,0x3e
0,0x37,0x2a
0,0x4a,0x2f
0,0x4e,0x2b
#
# Ridefinizione del tasto . del tastierino numerico. Quando NUMLOCK e'
# attivo, deve produrre il carattere . (0x2e) mentre se NUMLOCK e'
# disattivo, deve produrre il tasto DEL (0x7f). A tale scopo, si e'
# ottenuto il codice 0x987f nella maniera seguente :
#
# 0x9000 + Code affected by lock in normal state
# 0x0800 + Code affected bu NUMLOCK
# 0x007f = ASCII code for DEL
# --------
# 0x987f
#
0,0x53,0x987f
#
# Esempio (non effettivo) di ridefinizione del tasto F10 (normalmente usato
# per l'escape al command mode di telnet) come sequenza (F10 del vt220) .
# Il nuovo tasto di escape e' dato da CTRL-ALT-F1.
#
#0,0x44,0x0315
#6,0x3b,0x70a
#
# Esempio (non effettivo) di ridefinizione del tasto ALT-F1 per la
# visualizzazione della stringa "ls -l | more"
#
#4,0x3b,"ls -l|more"