D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
lib
/
leapp
/
el8userspace
/
usr
/
share
/
X11
/
xkb
/
compat
/
Filename :
olpc
back
Copy
// // Map the OLPC game keys to virtual modifiers. // // Created by Bernardo Innocenti <bernie@codewiz.org> // default xkb_compatibility "olpc" { include "complete" virtual_modifiers Square,Cross,Triangle,Circle; interpret KP_Home+Any { //useModMapMods= level1; virtualModifier= Square; action = SetMods(modifiers=modMapMods); }; interpret KP_Home { action = SetMods(modifiers=Square); }; interpret KP_Next+Any { //useModMapMods= level1; virtualModifier= Cross; action = SetMods(modifiers=modMapMods); }; interpret KP_Next { action = SetMods(modifiers=Cross); }; interpret KP_End+Any { //useModMapMods= level1; virtualModifier= Circle; action = SetMods(modifiers=modMapMods); }; interpret KP_End { action = SetMods(modifiers=Circle); }; interpret KP_Prior+Any { //useModMapMods= level1; virtualModifier= Triangle; action = SetMods(modifiers=modMapMods); }; interpret KP_Prior { action = SetMods(modifiers=Triangle); }; };
Name
Size
Last Modified
Owner
Permissions
Actions
README
1.672
KB
October 19 2019 8:52:38
root
0644
accessx
1.095
KB
October 19 2019 8:52:38
root
0644
basic
1.029
KB
October 19 2019 8:52:38
root
0644
caps
0.495
KB
October 19 2019 8:52:38
root
0644
complete
0.223
KB
October 19 2019 8:52:38
root
0644
iso9995
1.605
KB
October 19 2019 8:52:38
root
0644
japan
0.963
KB
October 19 2019 8:52:38
root
0644
ledcaps
0.458
KB
October 19 2019 8:52:38
root
0644
lednum
0.455
KB
October 19 2019 8:52:38
root
0644
ledscroll
0.475
KB
October 19 2019 8:52:38
root
0644
level5
1.363
KB
October 19 2019 8:52:38
root
0644
misc
2.66
KB
October 19 2019 8:52:38
root
0644
mousekeys
4.496
KB
October 19 2019 8:52:38
root
0644
olpc
1.106
KB
October 19 2019 8:52:38
root
0644
pc
0.332
KB
October 19 2019 8:52:38
root
0644
pc98
1.197
KB
October 19 2019 8:52:38
root
0644
xfree86
1.799
KB
October 19 2019 8:52:38
root
0644
xtest
1.423
KB
October 19 2019 8:52:38
root
0644
2017 © D7net | D704T team