{ "obsidian-extract-pdf-annotations:extract-annotations": [ { "modifiers": [ "Alt" ], "key": "P" } ], "app:toggle-left-sidebar": [ { "modifiers": [ "Ctrl" ], "key": "L" } ], "theme:use-dark": [ { "modifiers": [ "Alt" ], "key": "D" } ], "theme:use-light": [ { "modifiers": [ "Alt" ], "key": "L" } ], "file-explorer:open": [ { "modifiers": [ "Alt" ], "key": "F" } ], "editor:focus-top": [ { "modifiers": [ "Alt" ], "key": "ArrowUp" } ], "editor:focus-bottom": [ { "modifiers": [ "Alt" ], "key": "ArrowDown" } ], "editor:fold-all": [ { "modifiers": [ "Ctrl" ], "key": "." } ], "editor:fold-less": [ { "modifiers": [ "Ctrl" ], "key": "," } ], "editor:fold-more": [ { "modifiers": [ "Ctrl" ], "key": "/" } ], "workspace:move-to-new-window": [ { "modifiers": [ "Mod" ], "key": "M" } ] }