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

pc (340B)


  1. default partial xkb_compatibility "pc" {
  2. // Sets the "Alt" virtual modifier.
  3. virtual_modifiers Alt;
  4. setMods.clearLocks= True;
  5. interpret Alt_L+Any {
  6. virtualModifier= Alt;
  7. action = SetMods(modifiers=modMapMods);
  8. };
  9. interpret Alt_R+Any {
  10. virtualModifier= Alt;
  11. action = SetMods(modifiers=modMapMods);
  12. };
  13. };