Bug 397523 - Add keyboard shortcut to seek/scrub/navigate/fast forward/reverse audio files
Summary: Add keyboard shortcut to seek/scrub/navigate/fast forward/reverse audio files
Status: RESOLVED FIXED
Alias: None
Product: Elisa
Classification: Applications
Component: general (show other bugs)
Version: 0.2.1
Platform: Manjaro Linux
: NOR wishlist
Target Milestone: ---
Assignee: Ashwin Dhakaita
URL:
Keywords: usability
Depends on:
Blocks:
 
Reported: 2018-08-16 13:03 UTC by Michael D
Modified: 2019-01-10 21:46 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: elisa 0.3.80
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael D 2018-08-16 13:03:15 UTC
At the moment there seems to be no way to navigate an audio file besides using the mouse. It would be great if there were a keyboard shortcut, such as the (alt+) left/right arrow keys, for skipping back/ahead 10 seconds or so.
Comment 1 Matthieu Gallien 2018-09-05 20:00:37 UTC
Thanks for your report.
Comment 2 Matthieu Gallien 2019-01-10 21:35:14 UTC
Git commit 761b1e29800b37d5a569d3ad2ae97330659b504a by Matthieu Gallien, on behalf of Ashwin Dhakaita.
Committed on 10/01/2019 at 21:35.
Pushed by mgallien into branch 'master'.

Shortcut to seek/scrub audio files

Summary:
Assigned Shift+Left/Right keys as shortcut to seek/scrub audio files (by 10 secs). Having shortcuts to seek/scrub is a good to have feature besides using the mouse.
The patch was in response to the bug 397523 which mentions to use Alt+Left/Right keys. But, as Alt+Left keys are used by ViewNavigation.qml Shift+Left/Right keys were assigned as shortcuts.
As far as fast forwarding is concerned,  Elisa doesn't support it yet. So, no shortcuts were introduced.
FIXED-IN:    elisa  0.3.80

Reviewers: #elisa, ngraham, mgallien

Reviewed By: #elisa, ngraham, mgallien

Subscribers: mgallien, ngraham

Tags: #elisa

Differential Revision: https://phabricator.kde.org/D18017

M  +14   -0    src/elisaapplication.cpp
M  +4    -0    src/elisaapplication.h
M  +12   -0    src/qml/ElisaMainWindow.qml

https://commits.kde.org/elisa/761b1e29800b37d5a569d3ad2ae97330659b504a
Comment 3 Michael D 2019-01-10 21:46:42 UTC
Awesome,thanks!