diff options
author | Sergey V. Udaltsov <svu@gnome.org> | 2013-03-09 22:17:39 +0000 |
---|---|---|
committer | Sergey V. Udaltsov <svu@gnome.org> | 2013-03-09 22:17:39 +0000 |
commit | 2ed85c1e936f7cd4a9540ace5c12b9fec60ee1fb (patch) | |
tree | bfbde67c9f3c6de5e8f3cd0d44ef592c2c01c2ca /symbols | |
parent | 5340e0ca1213fd501e2ef0d0d7171558c1d7cef3 (diff) |
https://bugs.freedesktop.org/show_bug.cgi?id=60559
Diffstat (limited to 'symbols')
-rw-r--r-- | symbols/altwin | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/symbols/altwin b/symbols/altwin index f7578b49..d22013d0 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" { |