From 2f204f5099460bf810447efbb0160f8628fbfa96 Mon Sep 17 00:00:00 2001 From: ralfk Date: Wed, 12 Jun 2024 07:39:02 +0000 Subject: [PATCH] Dateien nach "/" hochladen --- hotkeys.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 hotkeys.json 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