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

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