terminal/.github/actions/spell-check/dictionary
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
..
api.txt Update wil. Fixes GDI handle leak (#6229) 2020-06-01 22:29:05 +00:00
apis.txt Pass <Alt> to the application (#6461) 2020-06-11 15:41:16 -07:00
chinese.txt ci: run spell check in CI, fix remaining issues (#4799) 2020-03-25 11:02:53 -07:00
dictionary.txt Finalize Command Palette Spec (#5674) 2020-06-11 21:33:20 +00:00
fonts.txt ci: run spell check in CI, fix remaining issues (#4799) 2020-03-25 11:02:53 -07:00
japanese.txt ci: run spell check in CI, fix remaining issues (#4799) 2020-03-25 11:02:53 -07:00
math.txt add til::math, use it for float conversions to point, size (#5150) 2020-03-27 22:48:49 +00:00
microsoft.txt Last round of master spelling fixes 2020-06-05 12:03:20 -07:00
names.txt ci: spelling: update to 0.0.16a; update advice (#5922) 2020-05-28 08:01:52 -05:00
README.md ci: run spell check in CI, fix remaining issues (#4799) 2020-03-25 11:02:53 -07:00

Dictionaries are lists of words to accept unconditionally

While check spelling will complain about a whitelisted word which is no longer present, you can include things here even if they are not otherwise present in the repository.

E.g., you could include a list of system APIs here, or potential contributors (so that if a future commit includes their name, it'll be accepted).

Files

File Description
Dictionary Primary US English dictionary
Chinese Chinese words
Japanese Japanese words
Microsoft Microsoft brand items
Fonts Font names
Names Names of people