home *** CD-ROM | disk | FTP | other *** search
/ PC Format (UK) 124 / pcfcd124-a.iso / azerty.kbd < prev    next >
Encoding:
Text File  |  1999-08-05  |  2.5 KB  |  111 lines

  1. $version=5
  2.  
  3. ' VER 4.6.01  Fixes the comma bug partially and numbers bug fully.
  4.  
  5. ' General Azerty layout
  6.  
  7. ' defaultsize for buttons having minus as width and height
  8.  
  9. DefaultSize;32;34
  10. FontSize;18;14;14
  11.  
  12. ' parameters for Key; finger;x;y;width;height; style; keycaption; keycaption.. max 10 items)
  13. '
  14. ' x and y can be 0 which means previous one, or +n which adds n pixels to previous value
  15. '
  16. ' width and heigth can be 0 previous one, or minus and defaultsize is used
  17. '
  18. ' style can contain following keys - normal value is empty
  19. '   n= nipple
  20. '   i= invisible
  21. '   d= dark
  22.  
  23. '1. Rivi
  24. Key;1;1;1;-;-;-;;
  25. Key;1;+1;0;-;-;-;á;1
  26. Key;1;+1;0;-;-;-;á;2
  27. Key;2;+1;0;-;-;-;á;3
  28. Key;3;+1;0;-;-;-;á;4
  29. Key;4;+1;0;-;-;-;á;5
  30. Key;4;+1;0;-;-;-;á;6
  31. Key;5;+1;0;-;-;-;á;7
  32. Key;5;+1;0;-;-;-;á;8
  33. Key;6;+1;0;-;-;-;á;9
  34. Key;7;+1;0;-;-;-;á;0
  35. Key;8;+1;0;-;-;-;;
  36. Key;8;+1;0;-;-;-;;
  37. BackSpaceKey;8;+1;0;66;0;DAS;
  38.  
  39. '2. Rivi
  40. TabKey;1;1;+1;48;-;DS;;
  41. Key;1;+1;0;-;-;-;a;A
  42. Key;2;+1;0;-;-;-;z;Z
  43. Key;3;+1;0;-;-;-;e;E
  44. Key;4;+1;0;-;-;-;r;R
  45. Key;4;+1;0;-;-;-;t;T
  46. Key;5;+1;0;-;-;-;y;Y
  47. Key;5;+1;0;-;-;-;u;U
  48. Key;6;+1;0;-;-;-;i;I
  49. Key;7;+1;0;-;-;-;o;O
  50. Key;8;+1;0;-;-;-;p;P
  51. Key;8;+1;0;-;-;-;;
  52. Key;8;+1;0;-;-;-;;
  53. EnterKey;8;+10;0;40;70;DAS;
  54. 'Key;8;+1;0;50;0;-;\;|
  55.  
  56. '3. Rivi
  57. CapsLockKey;1;1;72;57;-;SD;Caps;
  58. Key;1;+1;0;-;-;-;q;Q
  59. Key;2;+1;0;-;-;-;s;S
  60. Key;3;+1;0;-;-;-;d;D
  61. Key;4;+1;0;-;-;-;f;F
  62. Key;4;+1;0;-;-;-;g;G
  63. Key;5;+1;0;-;-;-;h;H
  64. Key;5;+1;0;-;-;-;j;J
  65. Key;6;+1;0;-;-;-;k;K
  66. Key;7;+1;0;-;-;-;l;L
  67. Key;8;+1;0;-;-;-;m;M
  68. Key;8;+1;0;-;-;-;;
  69. Key;8;+1;0;-;-;-;;
  70.  
  71.  
  72. '4. Rivi
  73. ControlKey;1;1;+1;48;-;DAS;1;Shift
  74. Key;1;+1;0;-;-;-;;
  75. Key;1;+1;0;-;-;-;w;W
  76. Key;2;+1;0;-;-;-;x;X
  77. Key;3;+1;0;-;-;-;c;C
  78. Key;4;+1;0;-;-;-;v;V
  79. Key;4;+1;0;-;-;-;b;B
  80. Key;5;+1;0;-;-;-;n;N
  81. Key;5;+1;0;-;-;-;,;
  82. Key;6;+1;0;-;-;-;á;.
  83. Key;7;+1;0;-;-;-;;
  84. Key;8;+1;0;-;-;-;;
  85. ControlKey;8;+1;0;82;-;DAS;1;Shift
  86.  
  87. '5. Rivi
  88. ControlKey;1;1;+1;48;-;DS;2;Ctrl
  89. ControlKey;9;+36;0;48;-;SD;3;Alt
  90. SpaceKey;9;+1;0;229;-;AS;
  91. ControlKey;9;+1;0;48;-;DS;3;Alt
  92. ControlKey;8;+36;0;48;-;DS;2;Ctrl
  93.  
  94. ' parameters for Control;x;y;width;height;style; index; caption
  95. '
  96. '
  97. ' x and y can be 0 which means previous one, or +n which adds n pixels to previous value
  98. '
  99. ' width and heigth can be 0 previous one, or minus and defaultsize is used
  100. '
  101. ' style can contain following keys - normal value is empty
  102. '   n= nipple
  103. '   i= invisible
  104. '   d= dark
  105. '
  106. ' index is the pointer to Keycaptions of keys, allows e.g. SHIFT functionality
  107.  
  108. 'Control;1;100;100;50;75;S;1;Shift
  109. 'Control;1;100;150;50;75;S;2;Alt
  110.  
  111.