summaryrefslogtreecommitdiff
path: root/symbols/altwin
diff options
context:
space:
mode:
authorSergey V. Udaltsov <svu@gnome.org>2013-03-09 22:17:39 +0000
committerSergey V. Udaltsov <svu@gnome.org>2013-03-09 22:17:39 +0000
commit2ed85c1e936f7cd4a9540ace5c12b9fec60ee1fb (patch)
treebfbde67c9f3c6de5e8f3cd0d44ef592c2c01c2ca /symbols/altwin
parent5340e0ca1213fd501e2ef0d0d7171558c1d7cef3 (diff)
downloadxkeyboard-config-2ed85c1e936f7cd4a9540ace5c12b9fec60ee1fb.tar.gz
Map Alt to Win
https://bugs.freedesktop.org/show_bug.cgi?id=60559
Diffstat (limited to 'symbols/altwin')
-rw-r--r--symbols/altwin8
1 files changed, 8 insertions, 0 deletions
diff --git a/symbols/altwin b/symbols/altwin
index f7578b4..d22013d 100644
--- a/symbols/altwin
+++ b/symbols/altwin
@@ -7,6 +7,14 @@ xkb_symbols "meta_alt" {
// modifier_map Mod4 {};
};
+// Alt is mapped to the Win-keys (and the usual Alt keys).
+partial modifier_keys
+xkb_symbols "alt_win" {
+ key <LWIN> { [ Alt_L ] };
+ key <RWIN> { [ Alt_R ] };
+ modifier_map Mod1 { <LWIN>, <RWIN> };
+};
+
// Control is mapped to the Win-keys (and the usual Ctrl keys).
partial modifier_keys
xkb_symbols "ctrl_win" {