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

basic (607B)


  1. default xkb_types "basic" {
  2. // Fairly standard definitions for
  3. // three of the four required key types.
  4. // The fourth type "KEYPAD" is defined in the "numpad" file.
  5. virtual_modifiers NumLock;
  6. type "ONE_LEVEL" {
  7. modifiers = None;
  8. map[None] = Level1;
  9. level_name[Level1]= "Any";
  10. };
  11. type "TWO_LEVEL" {
  12. modifiers = Shift;
  13. map[Shift] = Level2;
  14. level_name[Level1] = "Base";
  15. level_name[Level2] = "Shift";
  16. };
  17. type "ALPHABETIC" {
  18. modifiers = Shift+Lock;
  19. map[Shift] = Level2;
  20. map[Lock] = Level2;
  21. level_name[Level1] = "Base";
  22. level_name[Level2] = "Caps";
  23. };
  24. };