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

iso9995 (429B)


  1. default partial xkb_types "default" {
  2. // A key type which can be used to implement
  3. // an ISO9995-style level-three shift.
  4. virtual_modifiers LevelThree;
  5. type "THREE_LEVEL" {
  6. modifiers = Shift+LevelThree;
  7. map[None] = Level1;
  8. map[Shift] = Level2;
  9. map[LevelThree] = Level3;
  10. map[Shift+LevelThree] = Level3;
  11. level_name[Level1] = "Base";
  12. level_name[Level2] = "Shift";
  13. level_name[Level3] = "Level3";
  14. };
  15. };