summaryrefslogtreecommitdiff
path: root/symbols/macintosh_vndr
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2022-06-07 17:33:07 +0200
committerBenno Schulenberg <bensberg@telfort.nl>2022-06-08 09:21:46 +0200
commit2c7e30dc0a42a5a7ff9dbd7208b10c789896ce3b (patch)
treeb158b0e65b042727482e3fb555c5b1f12ef467ba /symbols/macintosh_vndr
parentf4ba9cfde62f17274879f9d79bee2ec968142219 (diff)
downloadxkeyboard-config-2c7e30dc0a42a5a7ff9dbd7208b10c789896ce3b.tar.gz
keycodes: rename <MDSW> to <LVL5>, to show what its intended function is
Keep <MDSW> as an alias, for private user layouts that possibly use it. Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
Diffstat (limited to 'symbols/macintosh_vndr')
-rw-r--r--symbols/macintosh_vndr/us4
1 files changed, 2 insertions, 2 deletions
diff --git a/symbols/macintosh_vndr/us b/symbols/macintosh_vndr/us
index 6dae6e2..6ac69e1 100644
--- a/symbols/macintosh_vndr/us
+++ b/symbols/macintosh_vndr/us
@@ -128,8 +128,8 @@ xkb_symbols "oldmac" {
key <LVL3> { [ ISO_Level3_Shift ] };
modifier_map Mod5 { <LVL3> };
- key <MDSW> { [ ISO_Level5_Shift ] };
- modifier_map Mod3 { <MDSW> };
+ key <LVL5> { [ ISO_Level5_Shift ] };
+ modifier_map Mod3 { <LVL5> };
key <ALT> { [ NoSymbol, Alt_L ] };
modifier_map Mod1 { <ALT>, <LALT> };