[KBM] Allow 4 modifier keys in shortcuts (#18365)

* [KBM] Allow 4 modifier keys for shortcuts

* Update tests
This commit is contained in:
Jaime Bernardo
2022-05-19 14:06:03 +01:00
committed by GitHub
parent 13750188fd
commit ffa20c0073
8 changed files with 86 additions and 71 deletions

View File

@@ -22,8 +22,8 @@ namespace winrt::Windows::UI::Xaml
class ShortcutControl
{
private:
// Stack panel for the drop downs to display the selected shortcut
winrt::Windows::Foundation::IInspectable shortcutDropDownStackPanel;
// Wrap grid for the drop downs to display the selected shortcut
winrt::Windows::Foundation::IInspectable shortcutDropDownVariableSizedWrapGrid;
// Button to type the shortcut
winrt::Windows::Foundation::IInspectable typeShortcut;