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

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