Re-enable serialization for OpenSettings (#1214)

* Adding vsconfig file for VS2019 help to prompt for missing components requried.

* Adding a keybinding for launching the settings.  Suggested fix for #683

* Modified to comma per PR feedback

* Implements 791 for profile and settings shortcuts (most frequent and have shortcuts)

* Quick change for consistency (missed in first checkin due to using ENUM) on using 'Ctrl' instead of 'Control'

* Fixes #1213 to re-enable OpenSettings keybinding and proper serialization.
This commit is contained in:
Tim Heuer 2019-06-12 08:21:44 -04:00 committed by msftbot[bot]
parent 2a37433504
commit 1580c1e093

View file

@ -93,6 +93,7 @@ static const std::map<std::string_view, ShortcutAction, std::less<>> commandName
{ SwitchToTab8Key, ShortcutAction::SwitchToTab8 },
{ SplitHorizontalKey, ShortcutAction::SplitHorizontal },
{ SplitVerticalKey, ShortcutAction::SplitVertical },
{ OpenSettingsKey, ShortcutAction::OpenSettings },
};
// Function Description: