madskristensen / Tweakster

A Visual Studio extension
Apache License 2.0
241 stars 23 forks source link

ALT GR + W closes the active document #24

Closed ceifa closed 4 years ago

ceifa commented 4 years ago

When I use alt gr + w, the current active document is closed, which is not the behavior of common applications(such as google chrome, etc). I use alt gr + w to create the "?" char.

madskristensen commented 4 years ago

Any idea how to check for AltGr? This line is supposed to only look for the Ctrl key

ceifa commented 4 years ago

@madskristensen AltGr is like "Ctrl + Alt" for the System.Windows.Input api. Fixed it doing a strict check instead of a flag check. Please check the PR.