Closed GoogleCodeExporter closed 8 years ago
I found that VK_TAB events aren't even delivered to mintty if Alt is down, but
it
contains code for ignoring Alt+Tab anyway, just in case. Also, Tab shouldn't
yield
anything involving '[A' in any combination. ArrowUp sends '\e[A' though.
Have you got the 'Lone Alt sends ESC' option enabled? It might be mintty is
seeing the
Alt going down and up, but since it doesn't get to see the Tab in between, it
sends an
ESC character. That might cause the next character to be swallowed as you
describe. Due
to issues like this, mintty 0.7 no longer contains that option.
Original comment by andy.koppe
on 10 May 2010 at 7:06
Yes, I had the "Lone Alt sends Esc" enabled, and it seems, that disabling it
solves
the problem. Thanks!
Original comment by bolde...@gmail.com
on 12 May 2010 at 7:35
Thanks for reporting back. Closing as fixed in 0.7 (by removing the option).
Original comment by andy.koppe
on 12 May 2010 at 11:24
Original issue reported on code.google.com by
bolde...@gmail.com
on 10 May 2010 at 1:43