commit | 3b532f87b26d791b0b64b87aa39141d1a81098e8 | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Fri Sep 21 12:30:54 2018 +0200 |
committer | Pierre Ossman <ossman@cendio.se> | Fri Sep 21 12:30:54 2018 +0200 |
tree | 6f52d0bd7d73dbbcecfec02c3cb372ce03d3c5eb | |
parent | 764c60904b2be6d0e486f80eb9d541b7c331c4fc [diff] |
Replace Shift+Alt with Shift+Meta when possible Most layouts on Unix generate Meta for Shift+Alt but non-Unix clients will send XK_Alt_*. This results in us picking some other key which can confuse some applications. Try to detect this scenario and map XK_Alt_* to XK_Meta_*.