Fix hotkeys (#1468)

* use hotkey using key instead of which (default)

* remove shift from block formatting hotkeys

* smartly exit formatting with backspace

* set markdown to off by default

* exit formatting with escape
This commit is contained in:
Ajay Bura
2023-10-21 18:14:33 +11:00
committed by GitHub
parent a1a019b6db
commit 50dbd81d2d
9 changed files with 65 additions and 45 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ export interface Settings {
const defaultSettings: Settings = {
themeIndex: 0,
useSystemTheme: true,
isMarkdown: true,
isMarkdown: false,
editorToolbar: false,
useSystemEmoji: false,