remap Command+H on mac #390

This commit is contained in:
Jan Prochazka
2022-10-13 15:28:50 +02:00
parent 69a87bc076
commit 494c3c8e4a
2 changed files with 2 additions and 2 deletions

View File

@@ -605,7 +605,7 @@ export function registerFileCommands({
registerCommand({
id: idPrefix + '.replace',
category,
keyText: 'CtrlOrCommand+H',
keyText: isMac() ? 'Alt+Command+F' : 'CtrlOrCommand+H',
name: 'Replace',
testEnabled: () => getCurrentEditor() != null,
onClick: () => getCurrentEditor().replace(),