mirror of
https://github.com/zadam/trilium.git
synced 2025-01-15 19:51:57 +08:00
fix keyboard shortcut for print this note, #1118
This commit is contained in:
parent
eabe4775bd
commit
2af2b45062
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ const DEFAULT_KEYBOARD_ACTIONS = [
|
||||||
{
|
{
|
||||||
actionName: "printActiveNote",
|
actionName: "printActiveNote",
|
||||||
defaultShortcuts: [],
|
defaultShortcuts: [],
|
||||||
scope: "note-detail"
|
scope: "window"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
actionName: "runActiveNote",
|
actionName: "runActiveNote",
|
||||||
|
|
Loading…
Reference in a new issue