mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 18:26:39 +02:00
[KBM] Allow 4 modifier keys in shortcuts (#18365)
* [KBM] Allow 4 modifier keys for shortcuts * Update tests
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user