mirror of
https://github.com/zadam/trilium.git
synced 2025-11-18 03:00:41 +01:00
updated note menu with current shortcuts
This commit is contained in:
@@ -84,6 +84,10 @@ const DEFAULT_KEYBOARD_ACTIONS = [
|
||||
actionName: "ShowHelp",
|
||||
defaultShortcuts: ["F1"]
|
||||
},
|
||||
{
|
||||
actionName: "PrintActiveNote",
|
||||
defaultShortcuts: []
|
||||
},
|
||||
{
|
||||
actionName: "CreateNoteAfter",
|
||||
defaultShortcuts: ["CommandOrControl+O"]
|
||||
@@ -262,11 +266,7 @@ const DEFAULT_KEYBOARD_ACTIONS = [
|
||||
{
|
||||
actionName: "ZoomIn",
|
||||
defaultShortcuts: ["CommandOrControl+="]
|
||||
},
|
||||
{
|
||||
actionName: "MarkdownToHTML",
|
||||
defaultShortcuts: ["CommandOrControl+Return"]
|
||||
},
|
||||
}
|
||||
];
|
||||
|
||||
if (process.platform === "darwin") {
|
||||
@@ -312,7 +312,7 @@ async function getKeyboardActions() {
|
||||
}
|
||||
}
|
||||
else {
|
||||
log.info(`Keyboard action ${actionName} not found.`);
|
||||
log.info(`Keyboard action ${actionName} found in database, but not in action definition.`);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user