diff options
author | stephan <stephan@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-10-13 18:51:10 +0000 |
---|---|---|
committer | stephan <stephan@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-10-13 18:51:10 +0000 |
commit | afe3f34f4cfbcde4131a5e2258212fa2983c2e36 (patch) | |
tree | 5b0ed357895a3e229885edce5de18872e68f5845 /linux/X/symbols | |
parent | 6ee4ae4d244bbbf98f3b5ab96c62ac47d98a8de8 (diff) |
Versuch, #174 zu beheben.
git-svn-id: https://svn.neo-layout.org@2115 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'linux/X/symbols')
-rw-r--r-- | linux/X/symbols/level5 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linux/X/symbols/level5 b/linux/X/symbols/level5 index 3b213fe..e829e90 100644 --- a/linux/X/symbols/level5 +++ b/linux/X/symbols/level5 @@ -25,7 +25,9 @@ partial modifier_keys xkb_symbols "neomod_map" { replace key <MDSW> { type[Group1] = "ONE_LEVEL", - symbols[Group1] = [ ISO_Level5_Shift ] + vmods[Group1] = LevelFive, + symbols[Group1] = [ ISO_Level5_Shift ], + actions[Group1] = [ SetMods(modifiers=LevelFive) ] }; modifier_map Mod3 { <MDSW> }; |