Conversation
| <SubType>Designer</SubType> | ||
| </Page> | ||
| <Page Include="TabHeaderControl.xaml"> | ||
| <Page Include="TabHeaderControl.xaml"> |
There was a problem hiding this comment.
I added the two new files using Visual Studio instead of adding them by hand. Hence all these changes.
But I looked at them and thought that it's actually an appropriate cleanup and left it in this PR.
zadjii-msft
left a comment
There was a problem hiding this comment.
This won't fix #10875 by itself, right?
|
@zadjii-msft No. We could remove the ScanCode field from KeyChord, but this would break serialization. As such, I believe, we’re forced to make ActionMap not use KeyChord anymore, but a custom type which doesn’t have ScanCode instead. |
|
Hello @lhecker! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
|
🎉 Handy links: |
VkKeyScanWas well asMapVirtualKeyWare used throughoutthe project, but are input method sensitive functions.
Since #10666
win+sc(41)is used as the quake mode keybinding,which is then mapped to a virtual key in order to call
RegisterHotKey.This mapping is highly dependent on the input method and the quake mode
key binding will fail to work once the input method was changed.
PR Checklist
Validation Steps Performed