Skip to content

Commit

Permalink
Remove mac
Browse files Browse the repository at this point in the history
  • Loading branch information
kdnk committed Apr 10, 2020
1 parent 23aeb70 commit fb4b628
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ registry.registerWorkbenchAction(SyncActionDescriptor.create(RerunSearchEditorSe
'Search Editor: Search Again', category);

registry.registerWorkbenchAction(SyncActionDescriptor.create(FocusQueryEditorWidgetAction, FocusQueryEditorWidgetAction.ID, FocusQueryEditorWidgetAction.LABEL,
{ mac: { primary: KeyCode.Escape } }, ContextKeyExpr.and(SearchEditorConstants.InSearchEditor)),
{ primary: KeyCode.Escape }, ContextKeyExpr.and(SearchEditorConstants.InSearchEditor)),
'Search Editor: Focus Query Editor Widget', category);
//#endregion

Expand Down

0 comments on commit fb4b628

Please sign in to comment.