this repo has no description

obsidian: hotkeys

+11 -10
+11 -10
obsidian/hotkeys.json
··· 68 68 "key": "S" 69 69 } 70 70 ], 71 - "editor:insert-wikilink": [ 72 - { 73 - "modifiers": [ 74 - "Mod" 75 - ], 76 - "key": "L" 77 - } 78 - ], 79 71 "workspace:split-horizontal": [ 80 72 { 81 73 "modifiers": [ ··· 149 141 "key": "H" 150 142 } 151 143 ], 152 - "insert-template": [ 144 + "insert-template": [], 145 + "editor:insert-wikilink": [ 153 146 { 154 147 "modifiers": [ 155 148 "Mod" 156 149 ], 157 - "key": "T" 150 + "key": "L" 151 + } 152 + ], 153 + "editor:toggle-checklist-status": [ 154 + { 155 + "modifiers": [ 156 + "Ctrl" 157 + ], 158 + "key": "Enter" 158 159 } 159 160 ], 160 161 "editor:toggle-checklist-status": [