// Minimal set of symbol interpretations to provide // reasonable default behavior (Num lock, Shift lock, // Caps lock, and Mode switch) and set up the // automatic updating of common keyboard LEDs. default xkb_compatibility "basic" { virtual_modifiers NumLock,AltGr; interpret.repeat= False; setMods.clearLocks= True; latchMods.clearLocks= True; latchMods.latchToLock= True; interpret Shift_Lock+AnyOf(Shift+Lock) { action= LockMods(modifiers=Shift); }; interpret Any+Lock { action= LockMods(modifiers=Lock); }; interpret Num_Lock+Any { virtualModifier= NumLock; action= LockMods(modifiers=NumLock); }; interpret Mode_switch { useModMapMods= level1; virtualModifier= AltGr; action= SetGroup(group=+1); }; interpret Any + Any { action= SetMods(modifiers=modMapMods); }; group 2 = AltGr; group 3 = AltGr; group 4 = AltGr; include "ledcaps" include "lednum" indicator "Shift Lock" { !allowExplicit; whichModState= Locked; modifiers= Shift; }; };
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
README | File | 1.67 KB | 0644 |
|
accessx | File | 1.09 KB | 0644 |
|
basic | File | 1.03 KB | 0644 |
|
caps | File | 507 B | 0644 |
|
complete | File | 228 B | 0644 |
|
iso9995 | File | 1.61 KB | 0644 |
|
japan | File | 986 B | 0644 |
|
ledcaps | File | 469 B | 0644 |
|
lednum | File | 466 B | 0644 |
|
ledscroll | File | 486 B | 0644 |
|
level5 | File | 1.36 KB | 0644 |
|
misc | File | 2.66 KB | 0644 |
|
mousekeys | File | 4.5 KB | 0644 |
|
olpc | File | 1.11 KB | 0644 |
|
pc | File | 340 B | 0644 |
|
pc98 | File | 1.2 KB | 0644 |
|
xfree86 | File | 1.8 KB | 0644 |
|
xtest | File | 1.42 KB | 0644 |
|