Don't process key presses with unexpected modifiers
commit4b1e5a4c0a7ad16b5e7e606c8d06d917df5bc67e
authorOlly Betts <olly@survex.com>
Thu, 2 Jun 2016 11:18:44 +0000 (2 23:18 +1200)
committerOlly Betts <olly@survex.com>
Thu, 2 Jun 2016 11:18:44 +0000 (2 23:18 +1200)
tree832a4ced19ff832c12caf6cc718841d950dc5759
parent3169b665f2b5f838d54efde752520ec784b17ccd
Don't process key presses with unexpected modifiers

Only allow Control and Shift so we don't eat menu accelerators
(e.g. on Linux, Alt+P was switching to Plan view instead of opening
the Presentation menu).
src/guicontrol.cc