diff options
Diffstat (limited to 'compat')
-rw-r--r-- | compat/level5 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compat/level5 b/compat/level5 index 8d28051c..8e0cc9c3 100644 --- a/compat/level5 +++ b/compat/level5 @@ -20,6 +20,7 @@ default partial xkb_compatibility "default" { }; interpret ISO_Level5_Latch+Any { + useModMapMods= level1; virtualModifier= LevelFive; action= LatchMods(modifiers=LevelFive); }; @@ -29,6 +30,7 @@ default partial xkb_compatibility "default" { }; interpret ISO_Level5_Lock+Any { + useModMapMods= level1; virtualModifier= LevelFive; action= LockMods(modifiers=LevelFive); }; |