mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
shortcuts for mac should use cmd instead of ctrl, closes #290
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user