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

si (590B)


  1. default partial alphanumeric_keys
  2. xkb_symbols "basic" {
  3. include "rs(latin)"
  4. name[Group1]="Slovenian";
  5. key <TLDE> { type[Group1]="TWO_LEVEL", [ cedilla, diaeresis ] };
  6. };
  7. partial alphanumeric_keys
  8. xkb_symbols "us" {
  9. include "rs(latinyz)"
  10. name[Group1]= "Slovenian (US)";
  11. key <TLDE> { type[Group1]="TWO_LEVEL", [ cedilla, diaeresis ] };
  12. };
  13. partial alphanumeric_keys
  14. xkb_symbols "alternatequotes" {
  15. include "rs(latinalternatequotes)"
  16. name[Group1]= "Slovenian (with guillemets)";
  17. key <TLDE> { type[Group1]="TWO_LEVEL", [ cedilla, diaeresis ] };
  18. };