X7ROOT File Manager
Current Path:
/usr/share/X11/xkb/compat
usr
/
share
/
X11
/
xkb
/
compat
/
📁
..
📄
README
(1.67 KB)
📄
accessx
(1.09 KB)
📄
basic
(1.03 KB)
📄
caps
(507 B)
📄
complete
(228 B)
📄
iso9995
(1.61 KB)
📄
japan
(986 B)
📄
ledcaps
(469 B)
📄
lednum
(466 B)
📄
ledscroll
(486 B)
📄
level5
(1.36 KB)
📄
misc
(2.66 KB)
📄
mousekeys
(4.5 KB)
📄
olpc
(1.11 KB)
📄
pc
(340 B)
📄
pc98
(1.2 KB)
📄
xfree86
(1.8 KB)
📄
xtest
(1.42 KB)
Editing: xtest
default xkb_compatibility "xtest" { // Minimal set of symbol interpretations to provide // reasonable behavior for testing. // The X Test Suite assumes that it can set any modifier // by simulating a KeyPress and clear it by simulating a // KeyRelease. Because of the way that XKB implements // locking/latching modifiers, this approach fails in // some cases (typically the Lock or NumLock modifiers). // These symbol interpretations make all modifier keys // just set the corresponding modifier so that xtest // will see the behavior it expects. virtual_modifiers NumLock,AltGr; interpret.repeat= False; setMods.clearLocks= True; latchMods.clearLocks= True; latchMods.latchToLock= False; interpret Shift_Lock+AnyOf(Shift+Lock) { action= SetMods(modifiers=Shift); }; interpret Num_Lock+Any { virtualModifier= NumLock; action= SetMods(modifiers=NumLock); }; interpret Mode_switch { useModMapMods= level1; virtualModifier= AltGr; action= SetGroup(group=2); }; interpret Any + Any { action= SetMods(modifiers=modMapMods); }; group 2 = AltGr; group 3 = AltGr; group 4 = AltGr; indicator.allowExplicit= False; indicator "Caps Lock" { modifiers= Lock; }; indicator "Num Lock" { modifiers= NumLock; }; indicator "Shift Lock" { whichModState= Locked; modifiers= Shift; }; indicator.allowExplicit= True; };
Upload File
Create Folder