Skip to content

Commit

Permalink
default ids
Browse files Browse the repository at this point in the history
  • Loading branch information
PankajBhojwani committed Mar 7, 2024
1 parent 642d0ab commit 66fe08f
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 123 deletions.
1 change: 1 addition & 0 deletions src/cascadia/TerminalSettingsModel/Command.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ namespace winrt::Microsoft::Terminal::Settings::Model::implementation
WINRT_PROPERTY(ExpandCommandType, IterateOn, ExpandCommandType::None);
WINRT_PROPERTY(Model::ActionAndArgs, ActionAndArgs);
WINRT_PROPERTY(OriginTag, Origin);
WINRT_PROPERTY(hstring, ID);

private:
Json::Value _originalJson;
Expand Down
1 change: 1 addition & 0 deletions src/cascadia/TerminalSettingsModel/Command.idl
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ namespace Microsoft.Terminal.Settings.Model
Command();

String Name { get; };
String ID;
ActionAndArgs ActionAndArgs { get; };
Microsoft.Terminal.Control.KeyChord Keys { get; };
void RegisterKey(Microsoft.Terminal.Control.KeyChord keys);
Expand Down
Loading

0 comments on commit 66fe08f

Please sign in to comment.