From dc790e078c680e1749b4bd85e0104281dad9b1cf Mon Sep 17 00:00:00 2001 From: Mirwaisse Djanbaz Date: Mon, 23 Nov 2020 12:05:17 +0100 Subject: [PATCH] Add zoom-out/zoom-in shortcuts --- Keyboard shortcuts.md => Keyboard-shortcuts.md | 2 ++ 1 file changed, 2 insertions(+) rename Keyboard shortcuts.md => Keyboard-shortcuts.md (98%) diff --git a/Keyboard shortcuts.md b/Keyboard-shortcuts.md similarity index 98% rename from Keyboard shortcuts.md rename to Keyboard-shortcuts.md index a48f467..b25d567 100644 --- a/Keyboard shortcuts.md +++ b/Keyboard-shortcuts.md @@ -60,6 +60,8 @@ These are hooked in Electron to be similar to native browser keyboard shortcuts. * `F5`, `CTRL-R` - reloads trilium frontend * `CTRL+SHIFT+I` - show developer tools * `CTRL+F` - show search dialog +* `CTRL+-` - zoom out +* `CTRL+=` - zoom in ## Other