KeyChord should just use the existing WinRT types instead of defining our own #877
Labels
Area-CodeHealth
Issues related to code cleanliness, linting, rules, warnings, errors, static analysis, etc.
Help Wanted
We encourage anyone to jump in on these.
Issue-Task
It's a feature request, but it doesn't really need a major design.
Product-Terminal
The new Windows Terminal.
Resolution-Fix-Committed
Fix is checked in, but it might be 3-4 weeks until a release.
Milestone
Was looking at this in conjunction with resolving suggestions for #805. The XAML framework uses
Windows::System::VirtualKey
andWindows::System::VirtualKeyModifiers
...is there a reason that Terminal should create their own types here that are now maintaining modifiers and enum values for something that already exists? Retrieving the keybindings with aKeyChord
that has it's own values is proving to be challenging using them anywhere in the UI due to different types and not being able to cast them accordingly well.Originally posted by @timheuer in #748 (comment)
The text was updated successfully, but these errors were encountered: