From f4365f68c298f521f9895e41bb8f801db40c7834 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= Date: Tue, 25 Jun 2019 17:48:01 +0200 Subject: [PATCH] Resolve "Add new keyboard shortcuts" --- changes/changelog.d/866.enhancement | 1 + front/src/components/ShortcutsModal.vue | 109 ++++++++++++++++++----- front/src/components/audio/Player.vue | 31 ++++++- front/src/components/audio/SearchBar.vue | 14 ++- front/src/store/player.js | 9 ++ 5 files changed, 137 insertions(+), 27 deletions(-) create mode 100644 changes/changelog.d/866.enhancement diff --git a/changes/changelog.d/866.enhancement b/changes/changelog.d/866.enhancement new file mode 100644 index 000000000..9ebbd52dd --- /dev/null +++ b/changes/changelog.d/866.enhancement @@ -0,0 +1 @@ +New keyboard shortcuts added for enhanced control over audio player (#866) \ No newline at end of file diff --git a/front/src/components/ShortcutsModal.vue b/front/src/components/ShortcutsModal.vue index 5b1a7349d..06fb25ba4 100644 --- a/front/src/components/ShortcutsModal.vue +++ b/front/src/components/ShortcutsModal.vue @@ -4,18 +4,36 @@ Keyboard shortcuts
- - - - - - - - -
{{ section.title }}
{{ shortcut.summary }}{{ shortcut.key }}
+
+
+ + + + + + + + +
{{ section.title }}
{{ shortcut.summary }}{{ shortcut.key }}
+
+
+ + + + + + + + +
{{ section.title }}
{{ shortcut.summary }}{{ shortcut.key }}
+
+