shortcuts for mac should use cmd instead of ctrl, closes #290

This commit is contained in:
azivner
2019-01-09 21:42:16 +01:00
parent 99e56a9c42
commit 3ff3021acd
3 changed files with 5 additions and 11 deletions

View File

@@ -117,10 +117,6 @@ function registerEntrypoints() {
utils.bindShortcut('ctrl+f', openInPageSearch);
if (utils.isMac()) {
utils.bindShortcut('meta+f', openInPageSearch);
}
// FIXME: do we really need these at this point?
utils.bindShortcut("ctrl+shift+up", () => {
const node = treeService.getCurrentNode();