Skip to content

Commit

Permalink
Update packages/core/src/browser/quick-input/quick-command-frontend-c…
Browse files Browse the repository at this point in the history
…ontribution.ts

Co-authored-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
  • Loading branch information
FernandoAscencio and vince-fugnitto authored May 15, 2023
1 parent 2898895 commit 9f072e9
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,10 @@ export class QuickCommandFrontendContribution implements CommandContribution, Ke
keybinding: 'esc',
when: 'inQuickOpen'
});
keybindings.registerKeybinding({
command: 'workbench.action.closeQuickOpen',
keybinding: 'shift+esc',
when: 'inQuickOpen'
});
}
}

0 comments on commit 9f072e9

Please sign in to comment.