hotkeys.json
1 { 2 "mathlive:open-modal": [ 3 { 4 "modifiers": [ 5 "Mod" 6 ], 7 "key": "ArrowUp" 8 } 9 ], 10 "mathlive:open-modal-inline": [ 11 { 12 "modifiers": [ 13 "Mod" 14 ], 15 "key": "ArrowDown" 16 } 17 ], 18 "file-explorer:new-file": [ 19 { 20 "modifiers": [ 21 "Mod" 22 ], 23 "key": "T" 24 } 25 ], 26 "app:delete-file": [ 27 { 28 "modifiers": [ 29 "Mod" 30 ], 31 "key": "Backspace" 32 } 33 ], 34 "zk-prefixer": [ 35 { 36 "modifiers": [ 37 "Mod" 38 ], 39 "key": "Enter" 40 } 41 ], 42 "editor:open-link-in-new-leaf": [], 43 "editor:toggle-italics": [], 44 "markdown:toggle-preview": [ 45 { 46 "modifiers": [ 47 "Mod" 48 ], 49 "key": "I" 50 } 51 ], 52 "workspace:new-tab": [] 53 }