summaryrefslogtreecommitdiff
path: root/symbols/macintosh_vndr
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2022-06-08 09:06:44 +0200
committerBenno Schulenberg <bensberg@telfort.nl>2022-06-08 09:10:56 +0200
commitf4ba9cfde62f17274879f9d79bee2ec968142219 (patch)
tree32281f53e3e97f20c2b418773e5ce447d34c1282 /symbols/macintosh_vndr
parent52c9e4c8f76e6df49da17ac9481d3099bb89d8a5 (diff)
downloadxkeyboard-config-f4ba9cfde62f17274879f9d79bee2ec968142219.tar.gz
map 'ISO_Level5_Shift' also for two vendor layouts
This should have been part of the previous commit.
Diffstat (limited to 'symbols/macintosh_vndr')
-rw-r--r--symbols/macintosh_vndr/us6
1 files changed, 4 insertions, 2 deletions
diff --git a/symbols/macintosh_vndr/us b/symbols/macintosh_vndr/us
index 58bfee5..6dae6e2 100644
--- a/symbols/macintosh_vndr/us
+++ b/symbols/macintosh_vndr/us
@@ -126,8 +126,10 @@ xkb_symbols "oldmac" {
// Fake keys for virtual<->real modifiers mapping
key <LVL3> { [ ISO_Level3_Shift ] };
- key <MDSW> { [ Mode_switch ] };
- modifier_map Mod5 { <LVL3>, <MDSW> };
+ modifier_map Mod5 { <LVL3> };
+
+ key <MDSW> { [ ISO_Level5_Shift ] };
+ modifier_map Mod3 { <MDSW> };
key <ALT> { [ NoSymbol, Alt_L ] };
modifier_map Mod1 { <ALT>, <LALT> };