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

level2 (274B)


  1. // These partial variants assign Shift to various XKB keycodes.
  2. // The Less/Greater key (while pressed) chooses the second shift level.
  3. partial modifier_keys
  4. xkb_symbols "lsgt_switch" {
  5. key <LSGT> {
  6. type[Group1]="ONE_LEVEL",
  7. symbols[Group1] = [ Shift_L ]
  8. };
  9. };