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