terminal/src/cascadia/TerminalApp/lib
Mike Griese e8ece1645c
Pass <Alt> to the application (#6461)
For mysterious reasons lost to the sands of time, XAML will _never_ pass
us a VK_MENU event. This is something that'll probably get fixed in
WinUI 3, but considering we're stuck on system XAML for the time being,
the only way to work around this bug is to pass the event through
manually. This change generalizes the F7 handler into a "direct key
event" handler that uses the same focus and tunneling method to send
different key events, and then uses it to send VK_MENU.

## Validation Steps Performed

Opened the debug tap, verified that I was seeing alt key ups.
Also used some alt keybindings to make sure I didn't break them.

Closes #6421
2020-06-11 15:41:16 -07:00
..
pch.cpp Refactor TerminalApp and Add Tests for Xaml Content (#1164) 2019-07-15 14:27:56 -05:00
pch.h Add startup task, setting to launch application on login (#4908) 2020-06-01 20:24:43 +00:00
TerminalAppLib.vcxproj Pass <Alt> to the application (#6461) 2020-06-11 15:41:16 -07:00
TerminalAppLib.vcxproj.filters Add support for setting a tab's color at runtime w/ context menu (#3789) 2020-05-04 20:57:12 +00:00