Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
PankajBhojwani committed May 3, 2024
1 parent ebc03e9 commit ccf1cc9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/cascadia/TerminalSettingsModel/ActionMap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -505,8 +505,6 @@ namespace winrt::Microsoft::Terminal::Settings::Model::implementation
{
_KeyMap.insert_or_assign(keys, cmd.ID());
}

cmd.RegisterKey(keys);
}

// Method Description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1156,7 +1156,7 @@ namespace SettingsModelUnitTests

// modern style:
// - multiple action blocks whose purpose is simply to define more keybindings for the same action
// get collapsed into one action block, with the name and iconpath preserved and have multiple keybindings instead
// get collapsed into one action block, with the name and icon path preserved and have multiple keybindings instead
static constexpr std::string_view newSettingsJson{ R"(
{
"actions": [
Expand Down

0 comments on commit ccf1cc9

Please sign in to comment.