logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

everex (3839B)


  1. default xkb_geometry "STEPnote" {
  2. description= "Everex STEPnote";
  3. width= 281;
  4. height= 150;
  5. shape.cornerRadius= 1;
  6. shape "NORM" {
  7. { [17,17] },
  8. { [ 2, 1], [ 15, 15 ] }
  9. };
  10. shape "NARR" {
  11. { [ 15, 17 ] },
  12. { [ 2, 1 ], [ 13, 15 ] }
  13. };
  14. shape "FKEY" {
  15. { [ 15.1, 15.5 ] },
  16. { [ 1, 1 ], [ 14.1, 14.5 ] }
  17. };
  18. shape "ESC" {
  19. { [ 16.4, 15.5 ] },
  20. { [ 1, 1 ], [ 14.1, 14.5 ] }
  21. };
  22. shape "WIDE" { // backspace, tab and Fn
  23. { [ 25, 17 ] },
  24. { [ 2, 1 ], [ 23, 15 ] }
  25. };
  26. shape "RTRN" {
  27. { [ 27.5, 17 ] },
  28. { [ 2, 1 ], [ 25.5, 15 ] }
  29. };
  30. shape "CAPS" {
  31. { [ 30, 17 ] },
  32. { [ 2, 1 ], [ 28, 15 ] }
  33. };
  34. shape "LFSH" {
  35. { [ 38.5, 17 ] },
  36. { [ 2, 1 ], [ 36.5, 15 ] }
  37. };
  38. shape "RTSH" {
  39. { [ 21, 17 ] },
  40. { [ 2, 1 ], [ 19, 15 ] }
  41. };
  42. shape "SPCE" {
  43. { [ 88.8, 17 ] },
  44. { [ 2, 1 ], [ 86.8, 15 ] }
  45. };
  46. shape "WELL" {
  47. { [ 269, 105 ] }
  48. };
  49. shape "LED" {
  50. cornerRadius= 1.5,
  51. { [ 3, 10 ] }
  52. };
  53. section.left= 6;
  54. row.left= 1;
  55. key.shape= "NORM";
  56. key.gap= 0.5;
  57. key.color= "grey20";
  58. labelColor= "white";
  59. baseColor= "grey20";
  60. indicator.top= 20;
  61. indicator.shape= "LED";
  62. indicator.onColor= "green";
  63. indicator.offColor= "green30";
  64. indicator "Power" { left= 40; };
  65. indicator "Battery" { left=101; };
  66. indicator "Suspend" { left=112; };
  67. indicator "HardDrive" { left=123; };
  68. indicator "Floppy" { left=134; };
  69. indicator "KeyPad" { left=145; };
  70. indicator "Num Lock" { left=156; };
  71. indicator "Caps Lock" { left=167; };
  72. indicator "Scroll Lock" { left=178; };
  73. solid "KeyWell" {
  74. top= 35;
  75. left= 6;
  76. shape= "WELL";
  77. color= "grey10";
  78. };
  79. section "Whole" {
  80. top= 35;
  81. row {
  82. top= 0.5;
  83. key.color= "grey30";
  84. key.shape= "FKEY";
  85. keys {
  86. { <ESC>, "ESC" },
  87. <FK01>, <FK02>, <FK03>, <FK04>, <FK05>, <FK06>,
  88. <FK07>, <FK08>, <FK09>, <FK10>, <FK11>, <FK12>,
  89. <NMLK>, <PRSC>, <SCLK>, <PAUS>
  90. };
  91. };
  92. row {
  93. top= 16.5;
  94. keys {
  95. { <TLDE>, "NARR" },
  96. <AE01>, <AE02>, <AE03>, <AE04>, <AE05>, <AE06>,
  97. <AE07>, <AE08>, <AE09>, <AE10>, <AE11>, <AE12>,
  98. { <BKSP>, shape="WIDE", color="grey30" },
  99. { <HOME>, shape="NARR", color="grey30" }
  100. };
  101. };
  102. row {
  103. top= 34;
  104. keys {
  105. { <TAB>, shape="WIDE", color="grey30" },
  106. <AD01>, <AD02>, <AD03>, <AD04>, <AD05>, <AD06>,
  107. <AD07>, <AD08>, <AD09>, <AD10>, <AD11>, <AD12>,
  108. { <BKSL>, "NARR" },
  109. { <PGUP>, shape="NARR", color="grey30" }
  110. };
  111. };
  112. row {
  113. top= 51.5;
  114. keys {
  115. { <CAPS>, shape="CAPS", color="grey30" },
  116. <AC01>, <AC02>, <AC03>, <AC04>, <AC05>,
  117. <AC06>, <AC07>, <AC08>, <AC09>, <AC10>,
  118. <AC11>,
  119. { <RTRN>, shape="RTRN", color="grey30" },
  120. { <PGDN>, shape="NARR", color="grey30" }
  121. };
  122. };
  123. row {
  124. top= 69;
  125. keys {
  126. { <LFSH>, shape="LFSH", color="grey30" },
  127. <AB01>, <AB02>, <AB03>, <AB04>, <AB05>,
  128. <AB06>, <AB07>, <AB08>, <AB09>, <AB10>,
  129. { <RTSH>, shape="RTSH", color="grey30" },
  130. { <UP>, shape="NARR", color="grey30" },
  131. { <END>, shape="NARR", color="grey30" }
  132. };
  133. };
  134. row {
  135. top= 86.5;
  136. key.color= "grey30";
  137. keys {
  138. { <FUNC>, "WIDE" },
  139. <LCTL>, <LALT>,
  140. { <SPCE>, shape="SPCE", 18, color="grey20" },
  141. <RALT>, <INS>, <DELE>,
  142. { <LEFT>, "NARR" }, { <DOWN>, "NARR" },
  143. { <RGHT>, "NARR" }
  144. };
  145. };
  146. solid "FakeKey" {
  147. top= 86.5;
  148. left= 62.1;
  149. shape= "NORM";
  150. color= "grey20";
  151. };
  152. overlay "KPAD" {
  153. <AE07>=<KP7>, <AE08>=<KP8>, <AE09>=<KP9>, <AE10>=<KPMU>,
  154. <AD07>=<KP4>, <AD08>=<KP5>, <AD09>=<KP6>, <AD10>=<KPSU>,
  155. <AC07>=<KP1>, <AC08>=<KP2>, <AC09>=<KP3>, <AC10>=<KPAD>,
  156. <AB07>=<KP0>, <AB09>=<KPDL>, <AB10>=<KPSL>
  157. };
  158. }; // End of "Whole" section
  159. alias <AC00> = <CAPS>;
  160. alias <AA00> = <LCTL>;
  161. };