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

jp (763B)


  1. // JIS symbol mapping for Apple Aluminium
  2. // (Damien Ciabrini <damien.ciabrini@gmail.com>)
  3. //
  4. // The JIS version of the Aluminium Keyboard is made of
  5. // QWERTY-like map for the latin part
  6. // PC98-like map for the kana part
  7. // EISU and KANA keys found on other Apple keyboards
  8. default partial alphanumeric_keys
  9. xkb_symbols "usmac" {
  10. name[Group1] = "Japan - Macintosh, US map";
  11. include "jp(common)"
  12. key <JPCM> { [ KP_Separator ] };
  13. key <AE13> { [ yen, bar ] };
  14. replace key <AE10> { [ 0 ] };
  15. replace key <AB11> { [ underscore ] };
  16. replace key <CAPS> { [ Caps_Lock ] };
  17. };
  18. partial alphanumeric_keys
  19. xkb_symbols "mac" {
  20. name[Group1] = "Japan - Macintosh";
  21. include "jp(kana)"
  22. replace key <CAPS> { [ Caps_Lock ] };
  23. };