summaryrefslogtreecommitdiff
path: root/symbols/altwin
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2022-06-06 14:47:14 +0200
committerBenno Schulenberg <bensberg@telfort.nl>2022-06-06 14:53:25 +0200
commit663d1787a967cfee75fd7dabbb68d1eba275db7b (patch)
tree3fd57573d811cef06ecd561063ae55da8af6a8b3 /symbols/altwin
parent473f9bc32f9ba869829cc0d06a75cd1f2560aa60 (diff)
downloadxkeyboard-config-663d1787a967cfee75fd7dabbb68d1eba275db7b.tar.gz
symbols/pc: elide an include, to make the standard mapping clearer
(This undoes the unnecessary part of commit c3ed8aec85 from fifteen years ago, and thus also recovers the mapping of <ALT> to Mod1.) Also, unwrap a line and drop a useless comment.
Diffstat (limited to 'symbols/altwin')
-rw-r--r--symbols/altwin4
1 files changed, 1 insertions, 3 deletions
diff --git a/symbols/altwin b/symbols/altwin
index 43cf129..2d9b274 100644
--- a/symbols/altwin
+++ b/symbols/altwin
@@ -2,10 +2,8 @@
partial modifier_keys
xkb_symbols "meta_alt" {
key <LALT> { [ Alt_L, Meta_L ] };
- key <RALT> { type[Group1] = "TWO_LEVEL",
- symbols[Group1] = [ Alt_R, Meta_R ] };
+ key <RALT> { [ Alt_R, Meta_R ], type[group1] = "TWO_LEVEL" };
modifier_map Mod1 { Alt_L, Alt_R, Meta_L, Meta_R };
-// modifier_map Mod4 {};
};
// Alt is mapped to the Super and the usual Alt.