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

nokia (1264B)


  1. // Zoomed 3x because of text size
  2. default xkb_geometry "nokiarx51" {
  3. description= "Nokia RX-51";
  4. width= 273; // 13x6mm + 2x1.5mm border + 2x5mm border
  5. height= 54; // 3x5mm + 2x1.5mm border
  6. shape.cornerRadius= 1.5;
  7. shape "NORM" { { [18,15] } };
  8. shape "SPCE" { { [36,15] } };
  9. shape "FRAME" { cornerRadius= 2.5, { [243,54] } };
  10. solid "FRAME" {
  11. shape= "FRAME";
  12. color= "white";
  13. top= 0;
  14. left= 15;
  15. };
  16. section.left= 15;
  17. row.left= 4.5;
  18. key.shape= "NORM";
  19. key.gap= 0;
  20. section "Keys" {
  21. top= 0;
  22. row {
  23. top= 4.5;
  24. keys { { <LCTL>, "NORM", color="grey20" },
  25. <AD01>, <AD02>, <AD03>, <AD04>, <AD05>,
  26. <AD06>, <AD07>, <AD08>, <AD09>, <AD10>, <AB08>,
  27. { <BKSP>, "NORM", color="grey20" }
  28. };
  29. };
  30. row {
  31. top= 19.5;
  32. keys { { <RALT>, "NORM", color="grey20" },
  33. <AC01>, <AC02>, <AC03>, <AC04>, <AC05>,
  34. <AC06>, <AC07>, <AC08>, <AC09>, <AB09>, <UP>,
  35. { <RTRN>, "NORM", color="grey20" }
  36. };
  37. };
  38. row {
  39. top= 34.5;
  40. keys { { <LFSH>, "NORM", color="grey20" },
  41. <AB01>, <AB02>, <AB03>, <AB04>, <AB05>, <AB06>, <AB07>,
  42. { <SPCE>, "SPCE", color="white" },
  43. <LEFT>, <DOWN>, <RGHT>
  44. };
  45. };
  46. }; // End of "Keys" section
  47. }; // End of "rx51" geometry