home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / Wtestowe / OnNet16 / ITALIAN.KYB < prev    next >
Text File  |  1994-07-21  |  2KB  |  124 lines

  1. #
  2. # 19/11/92
  3. #
  4. # Ridefinizione dei tasti della tastiera italiana (Olivetti M400-10)
  5. #
  6. # R.Zini (Strhold Technical Support)
  7. #
  8.  
  9. #
  10. # Non shifted key from \ to i'
  11. #
  12.  
  13. 0,0x29,0x5c
  14. 0,0x02,0x31
  15. 0,0x03,0x32
  16. 0,0x04,0x33
  17. 0,0x05,0x34
  18. 0,0x06,0x35
  19. 0,0x07,0x06
  20. 0,0x08,0x37
  21. 0,0x09,0x38
  22. 0,0x0a,0x39
  23. 0,0x0b,0x30
  24. 0,0x0c,0x2c
  25. 0,0x0d,0xec
  26.  
  27. #
  28. # Shifted key from | to ^
  29. #
  30.  
  31. 1,0x29,0x7c
  32. 1,0x02,0x21
  33. 1,0x03,0x22
  34. 1,0x04,0xa3
  35. 1,0x05,0x24
  36. 1,0x06,0x25
  37. 1,0x07,0x26
  38. 1,0x08,0x2f
  39. 1,0x09,0x28
  40. 1,0x0a,0x29
  41. 1,0x0b,0x3d
  42. 1,0x0c,0x3f
  43. 1,0x0d,0x5e
  44.  
  45. #
  46. # Other accented keys redefinition (non shifted)
  47. #
  48.  
  49. 0,0x1a,0xe8
  50. 0,0x1b,0x2b
  51. 0,0x27,0xf2
  52. 0,0x28,0xe0
  53. 0,0x2b,0xf9
  54. 0,0x33,0x2c
  55. 0,0x34,0x2e
  56. 0,0x35,0x2d
  57.  
  58. #
  59. # The same as above but shifted
  60. #
  61.  
  62. 1,0x1a,0xe9
  63. 1,0x1b,0x2a
  64. 1,0x27,0xe7
  65. 1,0x28,0xb0
  66. 1,0x2b,0xa7
  67. 1,0x33,0x3b
  68. 1,0x34,0x3a
  69. 1,0x35,0x5f
  70.  
  71. #
  72. # Same as above with ALT
  73. #
  74.  
  75. 4,0x1a,0x5b
  76. 4,0x1b,0x5d
  77. 4,0x27,0x40
  78. 4,0x28,0x23
  79.  
  80. #
  81. # Redefinition for 
  82. # < >
  83. # and some numeric keypad's keys
  84. # * / + .
  85. #
  86.  
  87. 0,0x56,0x3c
  88. 1,0x56,0x3e
  89. 0,0x37,0x2a
  90. 0,0x4a,0x2f
  91. 0,0x4e,0x2b
  92.  
  93. #
  94. # Ridefinizione del tasto . del tastierino numerico. Quando NUMLOCK e'
  95. # attivo, deve produrre il carattere . (0x2e) mentre se NUMLOCK e'
  96. # disattivo, deve produrre il tasto DEL (0x7f). A tale scopo, si e'
  97. # ottenuto il codice 0x987f nella maniera seguente :
  98. #
  99. # 0x9000 +      Code affected by lock in normal state
  100. # 0x0800 +      Code affected bu NUMLOCK
  101. # 0x007f =      ASCII code for DEL
  102. # --------
  103. # 0x987f
  104. #
  105.  
  106. 0,0x53,0x987f
  107.  
  108. #
  109. # Esempio (non effettivo) di ridefinizione del tasto F10 (normalmente usato
  110. # per l'escape al command mode di telnet) come sequenza (F10 del vt220) .
  111. # Il nuovo tasto di escape e' dato da CTRL-ALT-F1.
  112. #
  113.  
  114. #0,0x44,0x0315
  115. #6,0x3b,0x70a
  116.  
  117. #
  118. # Esempio (non effettivo) di ridefinizione del tasto ALT-F1 per la
  119. # visualizzazione della stringa "ls -l | more"
  120. #
  121.  
  122. #4,0x3b,"ls -l|more"
  123.