| Summary: | Support keyboard navigation in the sidebar | ||
|---|---|---|---|
| Product: | [Applications] Skanpage | Reporter: | danoss <dan-oss> |
| Component: | general | Assignee: | Alexander Stippich <a.stippich> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | nate |
| Priority: | NOR | Keywords: | accessibility, usability |
| Version First Reported In: | 22.12.1 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/utilities/skanpage/commit/014f29f6680b2b03be3c13866e5270cc44ff1f91 | Version Fixed/Implemented In: | 23.08 |
| Sentry Crash Report: | |||
|
Description
danoss
2023-01-15 18:39:03 UTC
Git commit 014f29f6680b2b03be3c13866e5270cc44ff1f91 by Nate Graham, on behalf of John Doe. Committed on 30/03/2023 at 15:12. Pushed by ngraham into branch 'master'. Add shortcut management for most actions This adds the KShortcutsDialog and makes most shortcuts configurable by it. Also adds Up/Down navigation to the sidebar. Fixes #3 FIXED-IN: 23.08 M +2 -0 .kde-ci.yml M +1 -0 CMakeLists.txt M +1 -0 src/CMakeLists.txt M +1 -1 src/DocumentModel.cpp M +61 -0 src/Skanpage.cpp M +4 -0 src/Skanpage.h M +1 -0 src/qml.qrc M +10 -0 src/qml/DocumentList.qml M +13 -12 src/qml/DocumentPage.qml M +28 -17 src/qml/MainWindow.qml M +4 -3 src/qml/OptionsPanel.qml A +19 -0 src/qml/ShortcutsAction.qml [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] https://invent.kde.org/utilities/skanpage/commit/014f29f6680b2b03be3c13866e5270cc44ff1f91 |