add cursor-key navigation to quicklists
Bug #701543 reported by
Mirco Müller
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Unity |
Fix Released
|
Medium
|
Mirco Müller | ||
unity-2d |
Fix Released
|
High
|
Olivier Tilloy | ||
unity (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Add the ability to navigate open quicklists with cusor-keys and select a highlighted item with RETURN-key.
Related branches
lp:~canonical-dx-team/nux/nux.support-wm-take-focus
- Jay Taoko (community): Approve
-
Diff: 298 lines (+86/-15)8 files modifiedNux/BaseWindow.cpp (+12/-4)
Nux/BaseWindow.h (+3/-2)
Nux/InputArea.h (+3/-0)
NuxGraphics/Events.cpp (+2/-0)
NuxGraphics/Events.h (+4/-0)
NuxGraphics/GraphicsDisplayX11.cpp (+27/-3)
NuxGraphics/XInputWindow.cpp (+26/-3)
NuxGraphics/XInputWindow.h (+9/-3)
lp:~canonical-dx-team/unity/unity.fix-701543-2
- Didier Roche-Tolomelli: Approve
-
Diff: 567 lines (+218/-41)11 files modifiedsrc/Launcher.cpp (+30/-20)
src/Launcher.h (+1/-1)
src/LauncherIcon.cpp (+5/-2)
src/LauncherIcon.h (+1/-1)
src/PlacesController.cpp (+1/-1)
src/QuicklistView.cpp (+92/-2)
src/QuicklistView.h (+8/-1)
src/UBusMessages.h (+4/-2)
src/unityshell.cpp (+55/-10)
src/unityshell.h (+19/-1)
tests/CMakeLists.txt (+2/-0)
lp:~ubuntu-desktop/unity/ubuntu
(Merged)
lp:~osomon/unity-2d/launcher-keyboard-navigation
- Florian Boucault (community): Approve
- Olivier Tilloy (community): Needs Fixing
-
Diff: 371 lines (+181/-31)8 files modifieddebian/20_unity-2d-gconf-mandatory (+1/-0)
launcher/Launcher.qml (+40/-26)
launcher/LauncherItem.qml (+13/-2)
launcher/LauncherList.qml (+43/-1)
launcher/UnityApplications/launchermenu.cpp (+43/-0)
launcher/UnityApplications/launchermenu.h (+6/-2)
launcher/app/launcherview.cpp (+25/-0)
launcher/app/launcherview.h (+10/-0)
Changed in unity: | |
assignee: | nobody → Mirco Müller (macslow) |
importance: | Undecided → Medium |
milestone: | none → 3.4 |
tags: | added: a11y |
Changed in unity: | |
status: | New → In Progress |
Changed in unity: | |
milestone: | 3.4 → 3.2.14 |
Changed in unity: | |
milestone: | 3.2.14 → 3.2.16 |
Changed in unity-2d: | |
importance: | Undecided → Medium |
status: | New → Confirmed |
Changed in unity: | |
milestone: | 3.2.16 → 3.4 |
Changed in unity-2d: | |
milestone: | none → 3.6 |
Changed in unity-2d: | |
milestone: | 3.6 → 3.8 |
Changed in unity: | |
milestone: | 3.4 → 3.4.2 |
Changed in unity: | |
milestone: | 3.4.2 → 3.4.4 |
Changed in unity: | |
milestone: | 3.4.4 → 3.4.6 |
Changed in unity (Ubuntu): | |
status: | New → In Progress |
Changed in unity: | |
status: | In Progress → Fix Committed |
Changed in unity (Ubuntu): | |
status: | In Progress → Fix Committed |
Changed in unity: | |
status: | Fix Committed → Fix Released |
Changed in unity-2d: | |
importance: | Medium → High |
Changed in unity-2d: | |
assignee: | nobody → Olivier Tilloy (osomon) |
tags: | added: delta-with-3d |
Changed in unity-2d: | |
status: | Confirmed → In Progress |
Changed in unity-2d: | |
status: | In Progress → Fix Committed |
Changed in unity-2d: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Just for reference I'm adding the proposed key-mapping to use for the quicklist- navigation: accelerator proposed)
- shortcut key to bring up the quicklist (SHIFT F10 or CursorRight proposed)
- shortcut key to move selection in quicklist up (CursorUp proposed)
- shortcut key to move selection in quicklist down (CursorDown proposed)
- shortcut key to close an open quicklist (CursorLeft or ESCAPE proposed)
- shortcut key to activate current selection in quicklist (RETURN or SPACE or shortcut-