diff --git a/hotkeys.json b/hotkeys.json new file mode 100644 index 0000000..0eae8f5 --- /dev/null +++ b/hotkeys.json @@ -0,0 +1,10 @@ +{ + "obsidian-excalidraw-plugin:toggle-excalidraw-view": [ + { + "modifiers": [ + "Alt" + ], + "key": "E" + } + ] +} \ No newline at end of file