OXIESEC PANEL
- Current Dir:
/
/
usr
/
share
/
X11
/
xkb
/
keycodes
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
10/21/2019 03:48:37 PM
rwxr-xr-x
📄
README
416 bytes
10/25/2018 11:17:01 AM
rw-r--r--
📄
aliases
2.13 KB
10/25/2018 11:17:01 AM
rw-r--r--
📄
amiga
3.32 KB
10/25/2018 11:17:01 AM
rw-r--r--
📄
ataritt
1.8 KB
10/25/2018 11:17:01 AM
rw-r--r--
📁
digital_vndr
-
10/21/2019 03:48:59 PM
rwxr-xr-x
📄
empty
68 bytes
10/25/2018 11:17:01 AM
rw-r--r--
📄
evdev
8.56 KB
10/25/2018 11:17:01 AM
rw-r--r--
📄
fujitsu
3.63 KB
10/25/2018 11:17:01 AM
rw-r--r--
📄
hp
4.85 KB
10/25/2018 11:17:01 AM
rw-r--r--
📄
ibm
3.07 KB
10/25/2018 11:17:01 AM
rw-r--r--
📄
jolla
283 bytes
10/25/2018 11:17:01 AM
rw-r--r--
📄
macintosh
4.49 KB
10/25/2018 11:17:01 AM
rw-r--r--
📄
olpc
762 bytes
10/25/2018 11:17:01 AM
rw-r--r--
📁
sgi_vndr
-
10/21/2019 03:48:59 PM
rwxr-xr-x
📄
sony
2.88 KB
10/25/2018 11:17:01 AM
rw-r--r--
📄
sun
4.96 KB
10/25/2018 11:17:01 AM
rw-r--r--
📄
xfree86
8.43 KB
10/25/2018 11:17:01 AM
rw-r--r--
📄
xfree98
3.13 KB
10/25/2018 11:17:01 AM
rw-r--r--
Editing: olpc
Close
// OLPC's mechanical keyboard moves several keys to the AA row. make // them easier to write symbol files naturally. // see http://wiki.laptop.org/go/OLPC_English_Non-membrane_Keyboard // and http://wiki.laptop.org/go/OLPC_Spanish_Non-membrane_Keyboard default xkb_keycodes "olpc" { alias <AE00> = <TLDE>; // many OLPC keyboards don't put tilde there alias <AC12> = <BKSL>; // on model olpc, physical position of BKSL }; default xkb_keycodes "olpcm" { alias <AE00> = <TLDE>; // many OLPC keyboards don't put tilde there alias <AA02> = <BKSL>; // on model olpcm, new physical position of BKSL alias <AA06> = <AE12>; // on model olpcm, new physical position of =+ alias <AA07> = <AC11>; // on model olpcm, new physical position of '" };