mac specific keyboard shortcuts #199

This commit is contained in:
Jan Prochazka
2022-04-09 20:00:26 +02:00
parent 5379e86d6e
commit 90f8d349fc
22 changed files with 84 additions and 56 deletions

View File

@@ -24,7 +24,7 @@
id: 'favoriteJsonEditor.preview',
name: 'Preview',
category: 'Favorite JSON editor',
keyText: 'F5 | Ctrl+Enter',
keyText: 'F5 | CtrlOrCommand+Enter',
testEnabled: () => getCurrentEditor() != null,
onClick: () => getCurrentEditor().preview(),
});