From 5351ab4bc1a03690f557d1933b0aea2576ed5e46 Mon Sep 17 00:00:00 2001 From: Clare Macrae Date: Wed, 1 Jan 2025 14:28:25 +0000 Subject: [PATCH] vault: Re-add Cmd+Enter to toggle task with Tasks - stop it opening link in new leaf --- .../sample_vaults/Tasks-Demo/.obsidian/hotkeys.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/resources/sample_vaults/Tasks-Demo/.obsidian/hotkeys.json b/resources/sample_vaults/Tasks-Demo/.obsidian/hotkeys.json index fcecb45247..2735c2b35c 100644 --- a/resources/sample_vaults/Tasks-Demo/.obsidian/hotkeys.json +++ b/resources/sample_vaults/Tasks-Demo/.obsidian/hotkeys.json @@ -23,6 +23,12 @@ "Mod" ], "key": "M" + }, + { + "modifiers": [ + "Mod" + ], + "key": "Enter" } ], "editor:toggle-checklist-status": [], @@ -44,5 +50,6 @@ ], "key": "/" } - ] + ], + "editor:open-link-in-new-leaf": [] } \ No newline at end of file