home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser 2002 January / STC_CD_01_2002.iso / CALAMUS / 2000L_DE / SYSTEM / KEYTAB_N.INI < prev    next >
INI File  |  2001-02-09  |  2KB  |  81 lines

  1. # KEYTAB.INI - Norwegian
  2. # ----------
  3. #
  4. # This file has been designed for Norwegian keyboards
  5. # by ╪ystein Per Moltubakk (oysteinper@c2i.net)
  6. #
  7. #
  8. # This is the configuration file for the keyboard layout
  9. # which can be redefined as you like it.
  10. # This file has to be in the Calamus folder 'system'.
  11. # Important: For keyboards other than German origin this file is 
  12. # always required even if there are no definitions entered.
  13. # Otherwise the German keyboard layout will be enabled.
  14. #
  15. # Syntax Description:
  16. # Comments start with # and end at the end of a line.
  17. # The file is separated in several paragraphs, 
  18. # the names of which can be found in brackets, e.g. [normal].
  19. # Only one key value is allowed per line.
  20. # All values have to be given as Hexadecimal values.
  21.  
  22. [settings]
  23. # When the value DEZIMAL in the [settings] area is set to 1,
  24. # the ASCIIVALUE is expected to be a decimal value, otherwise
  25. # a hexadecimal value is expected.
  26. # The KEYBOARDSCANCODE will always be expected as a Hex value,
  27. # like it is given by the KEYGET.EXE.
  28.  
  29. DEZIMAL=1
  30.  
  31.  
  32. [normal]
  33. # Here you find the key definitions for normal key strokes:
  34. # Syntax: KEYBOARDSCANCODE = ASCIIVALUE (HEX)
  35. # e.g. 0x10=146                   ->  ^ = ╞
  36. # This means: Pressing the Key [^] will give you the character ╞ = ASCII 146.
  37. # Please find the scancodes of the according keys with KEYGET.EXE
  38. 0x28=145 #µ
  39. 0x27=148 #÷
  40. 0x1a=134 #σ
  41.  
  42. [shift]
  43. # Here you find the key definitions for Key + Shift:
  44. # Syntax: KEYBOARDSCANCODE = ASCIIVALUE (HEX)
  45. 0x4=221       # Paragraph
  46. 0x29=248      # Grad
  47. 0x28=146 #╞
  48. 0x27=153 #╓
  49. 0x1a=143 #┼
  50.  
  51.  
  52. [alternate]
  53. # Here you find the key definitions for Key + Alternate:
  54. # Syntax: KEYBOARDSCANCODE = ASCIIVALUE (HEX) 
  55. 0x3=253       # Exp2
  56. 0x4=254       # Exp3
  57. 0x32=230      # my
  58.  
  59. [control]
  60. # Here you find the key definitions for Key + Control (Ctrl / Strg):
  61. # Syntax: KEYBOARDSCANCODE = ASCIIVALUE (HEX) 
  62.  
  63.  
  64. [normal_deadchar]
  65. # Here are the key definitions for dead chars:
  66. # Syntax: KEYBOARDSCANCODE + KEYBOARDSCANCODE = ASCIIVALUE (HEX) 
  67. # e.g. 0x29+0x1e=0x83 ->  ^ + a = Γ
  68.  
  69.  
  70. [shift_deadchar]
  71. # Here are the key definitions for dead chars + Shift:
  72. # Syntax: KEYBOARDSCANCODE + KEYBOARDSCANCODE = ASCIIVALUE (HEX)
  73.  
  74.  
  75. [normal_deadchar_shift]
  76. # Syntax: normal DEADCHARSCANCODE + Shifted KEYBOARDSCANCODE = ASCIIVALUE 
  77.  
  78.  
  79. [shift_deadchar_shift]
  80. # Syntax: shifted DEADCHARSCANCODE + Shifted KEYBOARDSCANCODE = ASCIIVALUE  
  81.