diff --git a/src/components/misc/keyboard-shortcuts.vue b/src/components/misc/keyboard-shortcuts.vue index 359ed6df..05659dc9 100644 --- a/src/components/misc/keyboard-shortcuts.vue +++ b/src/components/misc/keyboard-shortcuts.vue @@ -7,10 +7,6 @@

Available Keyboard Shortcuts

-

- The available keyboard shortcuts depend on the current page. Not all shortcuts are available - everywhere. -

Toggle The Menu @@ -19,7 +15,13 @@ e

-

+

Kanban

+
+
+ These shortcuts work on the current page. +
+
+

Mark a task as done ctrl @@ -27,39 +29,42 @@ click

- +

Task Page

+
+
+ These shortcuts work on the current page. +
+
+

+ Assign this task to a user + + a + +

+

+ Add labels to this task + + l + +

+

+ Change the due date of this task + + d + +

+

+ Add an attachment to this task + + f + +

+

+ Modify related tasks of this task + + r + +

diff --git a/src/styles/components/keyboard-shortcuts.scss b/src/styles/components/keyboard-shortcuts.scss index 574e585a..2fabb3a1 100644 --- a/src/styles/components/keyboard-shortcuts.scss +++ b/src/styles/components/keyboard-shortcuts.scss @@ -40,5 +40,9 @@ } } } + + .message-body { + padding: .5rem .75rem; + } } }