// Fairly complete set of symbol interpretations // to provide reasonable default behavior. default partial xkb_compatibility "default" { virtual_modifiers LevelFive; interpret.repeat= False; setMods.clearLocks= True; latchMods.clearLocks= True; latchMods.latchToLock= True; interpret ISO_Level5_Shift+Any { useModMapMods= level1; virtualModifier= LevelFive; action= SetMods(modifiers=LevelFive); }; interpret ISO_Level5_Shift { action= SetMods(modifiers=LevelFive); }; interpret ISO_Level5_Latch+Any { useModMapMods= level1; virtualModifier= LevelFive; action= LatchMods(modifiers=LevelFive); }; interpret ISO_Level5_Latch { action= LatchMods(modifiers=LevelFive); }; interpret ISO_Level5_Lock+Any { useModMapMods= level1; virtualModifier= LevelFive; action= LockMods(modifiers=LevelFive); }; interpret ISO_Level5_Lock { action= LockMods(modifiers=LevelFive); }; }; partial xkb_compatibility "level5_lock" { // This defines a Level5-Lock using the NumLock real modifier // in order to create arbitrary level-behaviour, which would // not be possible with the virtual modifier. // See also: types/level5 : EIGHT_LEVEL_LEVEL_FIVE_LOCK // See also: symbols/level5(lock) virtual_modifiers NumLock; interpret ISO_Level5_Lock { action = LockMods(modifiers = NumLock); }; };
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 |
|