From 2ed85c1e936f7cd4a9540ace5c12b9fec60ee1fb Mon Sep 17 00:00:00 2001 From: "Sergey V. Udaltsov" Date: Sat, 9 Mar 2013 22:17:39 +0000 Subject: Map Alt to Win https://bugs.freedesktop.org/show_bug.cgi?id=60559 --- symbols/altwin | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'symbols') 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 { [ Alt_L ] }; + key { [ Alt_R ] }; + modifier_map Mod1 { , }; +}; + // Control is mapped to the Win-keys (and the usual Ctrl keys). partial modifier_keys xkb_symbols "ctrl_win" { -- cgit v1.2.3