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

dell (20245B)


  1. //
  2. //Copyright 1996, 1998 The Open Group
  3. //
  4. //Permission to use, copy, modify, distribute, and sell this software and its
  5. //documentation for any purpose is hereby granted without fee, provided that
  6. //the above copyright notice appear in all copies and that both that
  7. //copyright notice and this permission notice appear in supporting
  8. //documentation.
  9. //
  10. //The above copyright notice and this permission notice shall be
  11. //included in all copies or substantial portions of the Software.
  12. //
  13. //THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  14. //EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  15. //MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  16. //IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
  17. //OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
  18. //ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  19. //OTHER DEALINGS IN THE SOFTWARE.
  20. //
  21. //Except as contained in this notice, the name of The Open Group shall
  22. //not be used in advertising or otherwise to promote the sale, use or
  23. //other dealings in this Software without prior written authorization
  24. //from The Open Group.
  25. //
  26. default xkb_geometry "dell101" {
  27. description= "Dell 101";
  28. width= 470;
  29. height= 210;
  30. shape.cornerRadius= 1;
  31. shape "NORM" { { [ 18,18] }, { [2,1], [ 16,16] } };
  32. shape "BKSP" { { [ 38,18] }, { [2,1], [ 36,16] } };
  33. shape "TABK" { { [ 28,18] }, { [2,1], [ 26,16] } };
  34. shape "BKSL" { { [ 28,18] }, { [2,1], [ 26,16] } };
  35. shape "RTRN" { { [ 42,18] }, { [2,1], [ 40,16] } };
  36. shape "CAPS" { { [ 33,18] }, { [ 28,18] }, { [2,1], [ 26,16] } };
  37. shape "LFSH" { { [ 42,18] }, { [2,1], [ 40,16] } };
  38. shape "RTSH" { { [ 52,18] }, { [2,1], [ 50,16] } };
  39. shape "MODK" { { [ 27,18] }, { [2,1], [ 25,16] } };
  40. shape "SPCE" { { [133,18] }, { [2,1], [131,16] } };
  41. shape "KP0" { { [ 37,18] }, { [2,1], [ 35,16] } };
  42. shape "KPAD" { { [ 18,37] }, { [2,1], [ 16,35] } };
  43. shape "LEDS" { cornerRadius= 0, { [ 75 ,20 ] } };
  44. shape "LED" { cornerRadius= 0, { [ 5, 1 ] } };
  45. solid "LedPanel" {
  46. shape= "LEDS";
  47. top= 52;
  48. left= 377;
  49. color= "grey10";
  50. };
  51. indicator.onColor= "green";
  52. indicator.offColor= "green30";
  53. indicator.top= 67;
  54. indicator.shape= "LED";
  55. indicator "Num Lock" { left= 382; };
  56. indicator "Caps Lock" { left= 407; };
  57. indicator "Scroll Lock" { left= 433; };
  58. text.top= 55;
  59. text.color= "black";
  60. text "NumLockLabel" { left= 378; text="Num\nLock"; };
  61. text "CapsLockLabel" { left= 403; text="Caps\nLock"; };
  62. text "ScrollLockLabel" { left= 428; text="Scroll\nLock"; };
  63. section.left= 19;
  64. row.left= 1;
  65. key.shape= "NORM";
  66. key.gap= 1;
  67. section "Function" {
  68. top= 52;
  69. row {
  70. top= 1;
  71. keys { { <ESC>, color="grey20" },
  72. { <FK01>, 20 }, <FK02>, <FK03>, <FK04>,
  73. { <FK05>, 11 }, <FK06>, <FK07>, <FK08>,
  74. { <FK09>, 11 }, <FK10>, <FK11>, <FK12>,
  75. { <PRSC>, 8 }, <SCLK>, <PAUS>
  76. };
  77. };
  78. }; // End of "Function" section
  79. section "Alpha" {
  80. top= 91;
  81. row {
  82. top= 1;
  83. keys { <TLDE>, <AE01>, <AE02>, <AE03>, <AE04>,
  84. <AE05>, <AE06>, <AE07>, <AE08>, <AE09>,
  85. <AE10>, <AE11>, <AE12>,
  86. { <BKSP>, "BKSP", color="grey20" }
  87. };
  88. };
  89. row {
  90. top= 20;
  91. keys { { <TAB>, "TABK", color="grey20" },
  92. <AD01>, <AD02>, <AD03>, <AD04>, <AD05>,
  93. <AD06>, <AD07>, <AD08>, <AD09>, <AD10>,
  94. <AD11>, <AD12>, { <BKSL>, "BKSL" }
  95. };
  96. };
  97. row {
  98. top= 39;
  99. keys { { <CAPS>, "CAPS", color="grey20" },
  100. <AC01>, <AC02>, <AC03>, <AC04>, <AC05>,
  101. <AC06>, <AC07>, <AC08>, <AC09>, <AC10>,
  102. <AC11>, { <RTRN>, "RTRN", color="grey20" }
  103. };
  104. };
  105. row {
  106. top= 58;
  107. keys { { <LFSH>, "LFSH", color="grey20" },
  108. <AB01>, <AB02>, <AB03>, <AB04>, <AB05>,
  109. <AB06>, <AB07>, <AB08>, <AB09>, <AB10>,
  110. { <RTSH>, "RTSH", color="grey20" }
  111. };
  112. };
  113. row {
  114. top= 77;
  115. key.shape= "MODK";
  116. key.color= "grey20";
  117. keys { <LCTL>, { <LALT>, 21 },
  118. { <SPCE>, "SPCE", color="white" },
  119. <RALT>, { <RCTL>, 21 }
  120. };
  121. };
  122. }; // End of "Alpha" section
  123. section "Editing" {
  124. top= 91;
  125. left= 312;
  126. key.color= "grey20";
  127. row {
  128. top= 1;
  129. keys { <INS>, <HOME>, <PGUP> };
  130. };
  131. row {
  132. top= 20;
  133. keys { <DELE>, <END>, <PGDN> };
  134. };
  135. row {
  136. top= 58;
  137. left= 20;
  138. keys { <UP> };
  139. };
  140. row {
  141. top= 77;
  142. keys { <LEFT>, <DOWN>, <RGHT> };
  143. };
  144. }; // End of "Editing" section
  145. section "Keypad" {
  146. top= 91;
  147. left= 376;
  148. row {
  149. top= 1;
  150. key.color= "grey20";
  151. keys { <NMLK>, <KPDV>, <KPMU>, <KPSU> };
  152. };
  153. row {
  154. top= 20;
  155. keys { <KP7>, <KP8>, <KP9>, { <KPAD>, "KPAD", color="grey20" } };
  156. };
  157. row {
  158. top= 39;
  159. keys { <KP4>, <KP5>, <KP6> };
  160. };
  161. row {
  162. top= 58;
  163. keys { <KP1>, <KP2>, <KP3>, { <KPEN>, "KPAD", color="grey20" } };
  164. };
  165. row {
  166. top= 77;
  167. keys { { <KP0>, "KP0" }, <KPDL> };
  168. };
  169. }; // End of "Keypad" section
  170. alias <AC00> = <CAPS>;
  171. alias <AA00> = <LCTL>;
  172. }; // End of "default" geometry
  173. xkb_geometry "dell65" {
  174. };
  175. xkb_geometry "dell65x" {
  176. description= "Dell 101";
  177. width= 470;
  178. height= 210;
  179. color="grey10";
  180. shape.cornerRadius= 1;
  181. shape "NORM" { { [ 18,18] }, { [2,1], [ 16,16] } };
  182. shape "BKSP" { { [ 38,18] }, { [2,1], [ 36,16] } };
  183. shape "TABK" { { [ 28,18] }, { [2,1], [ 26,16] } };
  184. shape "BKSL" { { [ 28,18] }, { [2,1], [ 26,16] } };
  185. shape "RTRN" { { [ 42,18] }, { [2,1], [ 40,16] } };
  186. shape "CAPS" { { [ 33,18] }, { [ 28,18] }, { [2,1], [ 26,16] } };
  187. shape "LFSH" { { [ 42,18] }, { [2,1], [ 40,16] } };
  188. shape "RTSH" { { [ 52,18] }, { [2,1], [ 50,16] } };
  189. shape "MODK" { { [ 27,18] }, { [2,1], [ 25,16] } };
  190. shape "SPCE" { { [133,18] }, { [2,1], [131,16] } };
  191. shape "KP0" { { [ 37,18] }, { [2,1], [ 35,16] } };
  192. shape "KPAD" { { [ 18,37] }, { [2,1], [ 16,35] } };
  193. shape "LEDS" { cornerRadius= 0, { [ 75 ,20 ] } };
  194. shape "LED" { cornerRadius= 0, { [ 5, 1 ] } };
  195. solid "LedPanel" {
  196. shape= "LEDS";
  197. top= 52;
  198. left= 377;
  199. color= "grey10";
  200. };
  201. shape "BACKGROUND" { cornerRadius=5, { [ 470, 210 ] } };
  202. solid "Background" {
  203. shape= "BACKGROUND";
  204. top= 0;
  205. left= 0;
  206. color= "grey10";
  207. };
  208. indicator.onColor= "green";
  209. indicator.offColor= "green30";
  210. indicator.top= 67;
  211. indicator.shape= "LED";
  212. indicator "Num Lock" { left= 382; };
  213. indicator "Caps Lock" { left= 407; };
  214. indicator "Scroll Lock" { left= 433; };
  215. text.top= 55;
  216. text.color= "black";
  217. text "NumLockLabel" { left= 378; text="Num\nLock"; };
  218. text "CapsLockLabel" { left= 403; text="Caps\nLock"; };
  219. text "ScrollLockLabel" { left= 428; text="Scroll\nLock"; };
  220. section.left= 19;
  221. row.left= 1;
  222. key.shape= "NORM";
  223. key.gap= 1;
  224. section "Function" {
  225. top= 52;
  226. row {
  227. top= 1;
  228. keys { { <ESC>, color="grey20" },
  229. { <FK01>, 20 }, <FK02>, <FK03>, <FK04>,
  230. { <FK05>, 11 }, <FK06>, <FK07>, <FK08>,
  231. { <FK09>, 11 }, <FK10>, <FK11>, <FK12>,
  232. { <PRSC>, 8 }, <SCLK>, <PAUS>
  233. };
  234. };
  235. }; // End of "Function" section
  236. section "Alpha" {
  237. top= 91;
  238. row {
  239. top= 1;
  240. keys { <TLDE>, <AE01>, <AE02>, <AE03>, <AE04>,
  241. <AE05>, <AE06>, <AE07>, <AE08>, <AE09>,
  242. <AE10>, <AE11>, <AE12>,
  243. { <BKSP>, "BKSP", color="grey20" }
  244. };
  245. };
  246. row {
  247. top= 20;
  248. keys { { <TAB>, "TABK", color="grey20" },
  249. <AD01>, <AD02>, <AD03>, <AD04>, <AD05>,
  250. <AD06>, <AD07>, <AD08>, <AD09>, <AD10>,
  251. <AD11>, <AD12>, { <BKSL>, "BKSL" }
  252. };
  253. };
  254. row {
  255. top= 39;
  256. keys { { <CAPS>, "CAPS", color="grey20" },
  257. <AC01>, <AC02>, <AC03>, <AC04>, <AC05>,
  258. <AC06>, <AC07>, <AC08>, <AC09>, <AC10>,
  259. <AC11>, { <RTRN>, "RTRN", color="grey20" }
  260. };
  261. };
  262. row {
  263. top= 58;
  264. keys { { <LFSH>, "LFSH", color="grey20" },
  265. <AB01>, <AB02>, <AB03>, <AB04>, <AB05>,
  266. <AB06>, <AB07>, <AB08>, <AB09>, <AB10>,
  267. { <RTSH>, "RTSH", color="grey20" }
  268. };
  269. };
  270. row {
  271. top= 77;
  272. key.shape= "MODK";
  273. key.color= "grey20";
  274. keys { <LCTL>, { <LALT>, 21 },
  275. { <SPCE>, "SPCE", color="white" },
  276. <RALT>, { <RCTL>, 21 }
  277. };
  278. };
  279. }; // End of "Alpha" section
  280. section "Editing" {
  281. top= 91;
  282. left= 312;
  283. key.color= "grey20";
  284. row {
  285. top= 1;
  286. keys { <INS>, <HOME>, <PGUP> };
  287. };
  288. row {
  289. top= 20;
  290. keys { <DELE>, <END>, <PGDN> };
  291. };
  292. row {
  293. top= 58;
  294. left= 20;
  295. keys { <UP> };
  296. };
  297. row {
  298. top= 77;
  299. keys { <LEFT>, <DOWN>, <RGHT> };
  300. };
  301. }; // End of "Editing" section
  302. section "Keypad" {
  303. top= 91;
  304. left= 376;
  305. row {
  306. top= 1;
  307. key.color= "grey20";
  308. keys { <NMLK>, <KPDV>, <KPMU>, <KPSU> };
  309. };
  310. row {
  311. top= 20;
  312. keys { <KP7>, <KP8>, <KP9>, { <KPAD>, "KPAD", color="grey20" } };
  313. };
  314. row {
  315. top= 39;
  316. keys { <KP4>, <KP5>, <KP6> };
  317. };
  318. row {
  319. top= 58;
  320. keys { <KP1>, <KP2>, <KP3>, { <KPEN>, "KPAD", color="grey20" } };
  321. };
  322. row {
  323. top= 77;
  324. keys { { <KP0>, "KP0" }, <KPDL> };
  325. };
  326. }; // End of "Keypad" section
  327. alias <AC00> = <CAPS>;
  328. alias <AA00> = <LCTL>;
  329. };
  330. //
  331. // Dell Precision M65 laptop
  332. //
  333. xkb_geometry "dellm65" {
  334. description= "Dell Precision M65 laptop";
  335. width= 308;
  336. height= 152;
  337. baseColor = "grey20";
  338. labelColor = "white";
  339. shape "BACKGROUND" { cornerRadius = 3, { [ 308, 152 ] } };
  340. shape "BACKGROUND2" { cornerRadius = 2, { [ 7, 22 ],
  341. [ 171, 22 ],
  342. [ 171, 10 ],
  343. [ 301, 10 ],
  344. [ 301, 148 ],
  345. [ 244, 148 ],
  346. [ 244, 132 ],
  347. [ 7, 132] } };
  348. solid "Background" {
  349. shape = "BACKGROUND";
  350. top = 0;
  351. left = 0;
  352. color = "grey20";
  353. };
  354. solid "Background2" {
  355. shape = "BACKGROUND2";
  356. top = 0;
  357. left = 0;
  358. color = "black";
  359. };
  360. shape "LEDS" { cornerRadius = 4, { [ 26, 8 ] } };
  361. shape "LED" { cornerRadius = 0, { [ 4, 4 ] } };
  362. solid "LedPanel" {
  363. shape = "LEDS";
  364. top = 8;
  365. left = 69;
  366. color = "grey20";
  367. };
  368. indicator.onColor= "green";
  369. indicator.offColor= "gray20";
  370. indicator.top= 10;
  371. indicator.shape= "LED";
  372. indicator "Num Lock" { left= 72; };
  373. indicator "Caps Lock" { left= 80; };
  374. indicator "Scroll Lock" { left= 88; };
  375. shape "MEDIA" { cornerRadius = 5, { [ 2, 2], [ 12, 12 ] } };
  376. shape "POWER" { cornerRadius = 7, { [ 14, 14 ] } };
  377. section "Media" {
  378. top = 5;
  379. left = 102;
  380. width = 60;
  381. height = 14;
  382. key.color="grey30";
  383. key.shape = "MEDIA";
  384. row {
  385. top = 0;
  386. keys {
  387. <I2E>, <I30>, <I20>, { <I04>, shape = "POWER", gap = 3 }
  388. };
  389. };
  390. };
  391. shape "FKEY" { cornerRadius = 1, { [ 18, 12 ] }, { [ 1, 1 ], [ 17, 10 ] } };
  392. section "Function" {
  393. top = 12;
  394. left = 8;
  395. width = 290;
  396. height = 24;
  397. key.color = "grey80";
  398. key.shape = "FKEY";
  399. key.gap = 0;
  400. row {
  401. top = 0;
  402. keys { { <MENU>, 165 }, <PRSC>, <NMLK>, <PAUS>,
  403. { <INS>, 1 }, <HOME>, <PGUP> };
  404. };
  405. row {
  406. top = 12;
  407. keys { <ESC>, { <FK01>, 1 }, <FK02>, <FK03>, <FK04>,
  408. { <FK05>, 1 }, <FK06>, <FK07>, <FK08>,
  409. { <FK09>, 1 }, <FK10>, <FK11>, <FK12>,
  410. { <DELE>, 1 }, <END>, <PGDN> };
  411. };
  412. };
  413. shape "AKEY" { cornerRadius = 1, { [ 19, 19 ] }, { [ 2, 1 ], [ 17, 15 ] } };
  414. shape "BKSP" { cornerRadius = 1, { [ 44, 19 ] }, { [ 2, 1 ], [ 42, 15 ] } };
  415. shape "TABK" { cornerRadius = 1, { [ 31, 19 ] }, { [ 2, 1 ], [ 29, 15 ] } };
  416. shape "BKSL" { cornerRadius = 1, { [ 31, 19 ] }, { [ 2, 1 ], [ 29, 15 ] } };
  417. shape "CAPS" { cornerRadius = 1, { [ 34, 19 ] }, { [ 2, 1 ], [ 32, 15 ] } };
  418. shape "RTRN" { cornerRadius = 1, { [ 47, 19 ] }, { [ 2, 1 ], [ 45, 15 ] } };
  419. shape "LFSH" { cornerRadius = 1, { [ 44, 19 ] }, { [ 2, 1 ], [ 42, 15 ] } };
  420. shape "RTSH" { cornerRadius = 1, { [ 56, 19 ] }, { [ 2, 1 ], [ 54, 15 ] } };
  421. shape "LCTL" { cornerRadius = 1, { [ 31, 19 ] }, { [ 2, 1 ], [ 29, 15 ] } };
  422. shape "LALT" { cornerRadius = 1, { [ 25, 19 ] }, { [ 2, 1 ], [ 23, 15 ] } };
  423. shape "RCTL" { cornerRadius = 1, { [ 25, 19 ] }, { [ 2, 1 ], [ 23, 15 ] } };
  424. shape "SPCE" { cornerRadius = 1, { [ 96, 19 ] }, { [ 2, 1 ], [ 94, 15 ] } };
  425. section "Alpha" {
  426. top = 36;
  427. left = 8;
  428. width = 290;
  429. height = 21;
  430. key.color = "grey80";
  431. key.shape = "AKEY";
  432. key.gap = 0;
  433. row {
  434. top = 1;
  435. keys { <TLDE>, <AE01>, <AE02>, <AE03>, <AE04>,
  436. <AE05>, <AE06>, <AE07>, <AE08>, <AE09>,
  437. <AE10>, <AE11>, <AE12>, { <BKSP>, 1, "BKSP" } };
  438. };
  439. row {
  440. top = 20;
  441. keys { { <TAB>, "TABK" },
  442. { <AD01>, 1 }, <AD02>, <AD03>, <AD04>, <AD05>,
  443. <AD06>, <AD07>, <AD08>, <AD09>, <AD10>,
  444. <AD11>, <AD12>, { <BKSL>, 1, "BKSL" } };
  445. };
  446. row {
  447. top = 39;
  448. keys { { <CAPS>, "CAPS" },
  449. { <AC01>, 1 }, <AC02>, <AC03>, <AC04>, <AC05>,
  450. <AC06>, <AC07>, <AC08>, <AC09>, <AC10>,
  451. <AC11>, { <RTRN>, 1, "RTRN" } };
  452. };
  453. row {
  454. top = 58;
  455. keys { { <LFSH>, "LFSH" },
  456. { <AB01>, 1 }, <AB02>, <AB03>, <AB04>, <AB05>,
  457. <AB06>, <AB07>, <AB08>, <AB09>, <AB10>,
  458. { <RTSH>, 1, "RTSH" } };
  459. };
  460. row {
  461. top = 77;
  462. keys { { <LCTL>, "LCTL" }, { <LWIN>, 20 }, { <LALT>, "LALT" },
  463. { <SPCE>, "SPCE" }, <RALT>, { <RCTL>, "RCTL" } };
  464. };
  465. };
  466. shape "SKEY" { cornerRadius = 1, { [ 18, 17 ] }, { [ 2, 1 ], [ 16, 13 ] } };
  467. section "Arrows" {
  468. top = 113;
  469. left = 243;
  470. width = 54;
  471. height = 36;
  472. key.color = "grey80";
  473. key.shape = "SKEY";
  474. row {
  475. top = 0;
  476. left = 20;
  477. keys { <UP> };
  478. };
  479. row {
  480. top = 17;
  481. left = 2;
  482. keys { <LEFT>, <DOWN>, <RGHT> };
  483. };
  484. };
  485. shape "STIK" { cornerRadius = 4, { [ 7, 7 ] } };
  486. solid "STIK" {
  487. priority = 255;
  488. color = "blue";
  489. shape = "STIK";
  490. top = 90;
  491. left = 135;
  492. };
  493. };
  494. xkb_geometry "latitude" {
  495. description="Dell Latitude";
  496. width=304.2; height=219.1;
  497. baseColor="grey"; labelColor="white";
  498. alias <AC00> =<CAPS>;
  499. alias <AA00> =<LCTL>;
  500. shape "EXTERNAL" {corner=3,
  501. {[0,0], [302,0], [302,154], [174,154], [174,198], [166,216], [107,216], [100,198], [100,154], [0,154]}};
  502. solid "external" {shape="EXTERNAL"; top=1.1; left=1.1; color="grey10"; priority=10;};
  503. shape "INTERNAL" {corner=3,
  504. {[0,13], [162.2,13], [162.2,0], [286,0], [286,138], [230,138], [230,124], [163,124], [163,138], [96,138], [96,124], [0,124]}};
  505. solid "internal" {shape="INTERNAL"; top=7; left=8.5; color="black"; priority=20;};
  506. shape "TOUCHPAD" {corner=2, {[68,40]}};
  507. solid "touchpad" {shape="TOUCHPAD"; top=153; left=104; color="grey20"; priority=20;};
  508. shape "TOUCHPADBUTTONS" {corner=1,
  509. {[0,0], [33.5,0], [33.5,16], [6,16]},
  510. {[34.5,0], [68,0], [61, 16], [34.5,16]}};
  511. solid "touchleft" {shape="TOUCHPADBUTTONS"; top=198; left=104; color="grey20"; priority=20;};
  512. shape "NIPPLE" {corner=3, {[7.5,7.5]}};
  513. solid "nipple" {shape="NIPPLE"; top=87; left=134; color="blue"; priority=200;};
  514. shape "NIPPLEBUTTONS" {corner=2, {[32.5,13]}, {[33.5,0],[66,13]}};
  515. solid "nipplebuttons" {shape="NIPPLEBUTTONS"; top=131; left=105; color="grey20"; priority=20;};
  516. shape "FILLINGS" {corner=1.5, {[19,15]}, {[38,0],[55,15]}};
  517. solid "fillings" {shape="FILLINGS"; top=112; left=238; color="grey"; priority=200;};
  518. shape "FUNC" {corner=1.5, {[16.3,12]}, {[2,0.5], [14,10]}};
  519. shape "ESC" {corner=1.5, {[18,12]}, {[2,0.5], [16,10]}};
  520. shape "BKSP" {corner=1.5, {[36.5,18]}, {[3,0.5], [33.5,14]}};
  521. section "Function" {key.color="grey"; priority=100; top=9; left=10; width=290; height=28;
  522. row {top=0; left=161.1; keys {{<MENU>,"FUNC",1.1}, {<PRSC>,"FUNC",1.1}, {<NMLK>,"FUNC",1.1},
  523. {<PAUS>,"FUNC",1.1}, {<INS>,"FUNC",2.5}, {<HOME>,"FUNC",1.1}, {<PGUP>,"FUNC",1.1}};};
  524. row {top=12.5; left=0; keys {{<ESC>,"ESC",0},
  525. {<FK01>,"FUNC",2.7}, {<FK02>,"FUNC",1.1}, {<FK03>,"FUNC",1.1}, {<FK04>,"FUNC",1.1},
  526. {<FK05>,"FUNC",2.5}, {<FK06>,"FUNC",1.1}, {<FK07>,"FUNC",1.1}, {<FK08>,"FUNC",1.1},
  527. {<FK09>,"FUNC",2.5}, {<FK10>,"FUNC",1.1}, {<FK11>,"FUNC",1.1}, {<FK12>,"FUNC",1.1},
  528. {<DELE>,"FUNC",2.5}, {<END>, "FUNC",1.1}, {<PGDN>,"FUNC",1.1}};};
  529. }; // End of "Function" section
  530. shape "NORM" {corner=1.5, {[18,18]}, {[3,0.5], [14.8,14]}};
  531. shape "TABK" {corner=1.5, {[28,18]}, {[3,0.5], [25,14]}};
  532. shape "CAPS" {corner=1.5, {[32,18]}, {[3,0.5], [22,14]}};
  533. shape "LFSH" {corner=1.5, {[23,18]}, {[3,0.5], [20,14]}};
  534. shape "RTSH" {corner=1.5, {[50,18]}, {[3,1], [47,14]}};
  535. shape "RTRN" {corner=1.5, {[0,0],[26.5,0],[26.5,37],[4,37],[4,18],[0,18]},
  536. {[3,0.5], [23.5,0.5], [23.5,33], [7,33], [7,14], [3,14]}};
  537. shape "SPCE" {corner=1.5,{[95,18]}, {[3,0.5],[92,14]}};
  538. shape "LCTL" {corner=1.5, {[27,18]}, {[3,0.5],[24,14]}};
  539. shape "LALT" {corner=1.5, {[22,18]}, {[3,0.5],[19,14]}};
  540. shape "WIN" {corner=1.5, {[18,18]}, {[3,0.5],[15,14]}};
  541. section "Alpha" {key.color="grey"; priority=100; top=36; left=10; width=290; height=18;
  542. row {top=0; left=0; keys {{<TLDE>, "NORM", 0}, {<AE01>, "NORM", 1}, {<AE02>, "NORM", 1}, {<AE03>, "NORM", 1},
  543. {<AE04>, "NORM", 1}, {<AE05>, "NORM", 1}, {<AE06>, "NORM", 1}, {<AE07>, "NORM", 1}, {<AE08>, "NORM", 1},
  544. {<AE09>, "NORM", 1}, {<AE10>, "NORM", 1}, {<AE11>, "NORM", 1}, {<AE12>, "NORM", 1}, {<BKSP>, "BKSP", 1}};};
  545. row {top=19; left=0; keys {{<TAB>, "TABK", 0}, {<AD01>, "NORM", 1}, {<AD02>, "NORM", 1}, {<AD03>, "NORM", 1},
  546. {<AD04>, "NORM", 1}, {<AD05>, "NORM", 1}, {<AD06>, "NORM", 1}, {<AD07>, "NORM", 1}, {<AD08>, "NORM", 1},
  547. {<AD09>, "NORM", 1}, {<AD10>, "NORM", 1}, {<AD11>, "NORM", 1}, {<AD12>, "NORM", 1}, {<RTRN>, "RTRN", 1}};};
  548. row {top=38; left=0; keys {{<CAPS>, "CAPS", 0}, {<AC01>, "NORM", 1}, {<AC02>, "NORM", 1}, {<AC03>, "NORM", 1},
  549. {<AC04>, "NORM", 1}, {<AC05>, "NORM", 1}, {<AC06>, "NORM", 1}, {<AC07>, "NORM", 1}, {<AC08>, "NORM", 1},
  550. {<AC09>, "NORM", 1}, {<AC10>, "NORM", 1}, {<AC11>, "NORM", 1}, {<AC12>, "NORM", 1}};};
  551. // TODO There's a weird <> key here, check it out:
  552. row {top=57; left=0; keys {{<LFSH>, "LFSH", 0}, {<AB01>, "NORM", 1}, {<AB02>, "NORM", 1}, {<AB03>, "NORM", 1},
  553. {<AB04>, "NORM", 1}, {<AB05>, "NORM", 1}, {<AB06>, "NORM", 1}, {<AB07>, "NORM", 1}, {<AB08>, "NORM", 1},
  554. {<AB09>, "NORM", 1}, {<AB10>, "NORM", 1}, {<AB11>, "NORM", 1}, {<RTSH>, "RTSH", 1}};};
  555. row {top=76; left=0; keys {{<LCTL>, "LCTL", 0}, {<FN>, "WIN", 1},{<LWIN>, "WIN", 1}, {<LALT>, "LALT", 1},
  556. {<SPCE>, "SPCE", 1}, {<RALT>, "WIN", 1},{<RCTL>, "LALT", 1}};};
  557. }; // End of "Alpha" section
  558. shape "ARROW" {corner=1.5, {[17,15]}, {[2,0.5],[15,13]}};
  559. section "Arrows" {key.color="grey"; priority=110; top=112; left=240; width=43; height=31;
  560. row {top=0; left=18; keys {{<UP>, "ARROW", 0}};};
  561. row {top=16; left=0; keys {{<LEFT>, "ARROW", 0}, {<DOWN>, "ARROW", 1}, {<RGHT>, "ARROW", 1}};};
  562. }; // End of "Arrows" section
  563. shape "LEDS" {corner=3, {[25,7]}};
  564. solid "leds" {shape="LEDS"; top=5.7; left=69; color="grey"; priority=10;};
  565. shape "LED" {corner=0, {[0,1.5], [3,4.5]}, {[0.5,1.5], [1,0] , [2,0], [2.5,1.5]}};
  566. indicator.onColor="green";
  567. indicator.offColor="grey";
  568. indicator.top=7;
  569. indicator.shape="LED";
  570. indicator.priority=200;
  571. indicator "Num Lock" {left=72;};
  572. indicator "Caps Lock" {left=80;};
  573. indicator "Scroll Lock" {left=88;};
  574. text "LATITUDE" {left=10; top=7; text="L A T I T U D E | D620";};
  575. shape "ROUND" {corner=5, {[10,10]}};
  576. shape "POWER" {corner=7, {[15,15]}};
  577. section "Topbuttons" {key.color="grey"; priority=110; top=2; left=100;
  578. row {top=2; left=0; keys {{<VLUP>, "ROUND", 0}, {<VLDN>, "ROUND", 3}, {<MUTE>, "ROUND", 3}};};
  579. row {top=0; left=45; keys {{<POWR>, "POWER", 0}};};
  580. }; // End of "TopButtons" section
  581. };