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.
Thanks for your report.
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
Awesome,thanks!