KBM - Change behavior to hold enter to accept rather than hold and release (#2931)

* Changed to hold enter

* Changed code such that hold enter does not trigger a re-open

* Fixed tab ordering

* Changed text
This commit is contained in:
Arjun Balgovind
2020-05-13 10:13:44 -07:00
committed by GitHub
parent 01f11d94b0
commit d178fa5bdb
4 changed files with 49 additions and 35 deletions

View File

@@ -272,8 +272,8 @@ void createEditShortcutsWindow(HINSTANCE hInst, KeyboardManagerState& keyboardMa
});
header.Children().Append(headerText);
header.Children().Append(cancelButton);
header.Children().Append(applyButton);
header.Children().Append(cancelButton);
// Add shortcut button
Windows::UI::Xaml::Controls::Button addShortcut;