From aa67832661622270434fe723a5dbfe434c852a0b Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 7 Sep 2022 18:12:05 +0200 Subject: [PATCH] feat: add keyboard shortcut to toggle task description edit --- src/components/input/editor.vue | 33 ++++++++++++++++--- .../misc/keyboard-shortcuts/shortcuts.ts | 4 +++ src/components/tasks/partials/description.vue | 1 + src/directives/shortcut.ts | 3 ++ src/i18n/lang/en.json | 3 +- 5 files changed, 39 insertions(+), 5 deletions(-) diff --git a/src/components/input/editor.vue b/src/components/input/editor.vue index ab4383fa5..e2ec5d663 100644 --- a/src/components/input/editor.vue +++ b/src/components/input/editor.vue @@ -16,14 +16,29 @@

{{ emptyText }}