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

olpc (762B)


  1. // OLPC's mechanical keyboard moves several keys to the AA row. make
  2. // them easier to write symbol files naturally.
  3. // see http://wiki.laptop.org/go/OLPC_English_Non-membrane_Keyboard
  4. // and http://wiki.laptop.org/go/OLPC_Spanish_Non-membrane_Keyboard
  5. default
  6. xkb_keycodes "olpc" {
  7. alias <AE00> = <TLDE>; // many OLPC keyboards don't put tilde there
  8. alias <AC12> = <BKSL>; // on model olpc, physical position of BKSL
  9. };
  10. default
  11. xkb_keycodes "olpcm" {
  12. alias <AE00> = <TLDE>; // many OLPC keyboards don't put tilde there
  13. alias <AA02> = <BKSL>; // on model olpcm, new physical position of BKSL
  14. alias <AA06> = <AE12>; // on model olpcm, new physical position of =+
  15. alias <AA07> = <AC11>; // on model olpcm, new physical position of '"
  16. };