summaryrefslogtreecommitdiff
path: root/symbols/level3
diff options
context:
space:
mode:
authorStephan Hilb <stephan@ecshi.net>2013-02-18 13:20:22 +0100
committerSergey V. Udaltsov <svu@gnome.org>2013-02-20 23:20:05 +0000
commit9993f996e75232385b19cc5078f7fecde6b399b9 (patch)
tree10f2d1e1a03731a6ad9fc598c28a9d5c6a49a219 /symbols/level3
parent5102e074fea319c10243579955b64366f11009fd (diff)
downloadxkeyboard-config-9993f996e75232385b19cc5078f7fecde6b399b9.tar.gz
Remove explicit virtual modifier setting for level3 and level5
This leaves the virtual modifier handling to compat (compat/iso9995 and compat/level5). https://bugs.freedesktop.org/show_bug.cgi?id=50935#c30
Diffstat (limited to 'symbols/level3')
-rw-r--r--symbols/level34
1 files changed, 1 insertions, 3 deletions
diff --git a/symbols/level3 b/symbols/level3
index 8bf83bb..2f5575c 100644
--- a/symbols/level3
+++ b/symbols/level3
@@ -8,9 +8,7 @@ xkb_symbols "modifier_mapping" {
key.type[Group1] = "ONE_LEVEL";
replace key <LVL3> {
- vmods = LevelThree,
- symbols[Group1] = [ ISO_Level3_Shift ],
- actions[Group1] = [ SetMods(modifiers=LevelThree) ]
+ symbols[Group1] = [ ISO_Level3_Shift ]
};
modifier_map Mod5 { <LVL3> };
};