Add cursor-key navigation to launcher
Bug #701546 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 the launcher with cursor-keys, select items and open quicklists.
As per decision in bug 728935
"The backlight-pulsing of launcher-icons is meant to be the focus-indication for the keyboard-navigation highlight... not only for launching apps. This is approved by sabdfl."
Related branches
lp:~loic.molinari/nux/nux-keyboard-navigation
- Jay Taoko (community): Approve
-
Diff: 140 lines (+53/-18)5 files modifiedNux/BaseWindow.cpp (+9/-1)
Nux/BaseWindow.h (+1/-0)
Nux/InputArea.cpp (+37/-10)
NuxGraphics/GraphicsDisplayX11.cpp (+0/-6)
NuxGraphics/XInputWindow.cpp (+6/-1)
lp:~loic.molinari/unity/unity-keyboard-navigation
- Neil J. Patel: Pending requested
-
Diff: 119 lines (+43/-1)5 files modifiedsrc/Launcher.cpp (+19/-0)
src/Launcher.h (+3/-0)
src/unityshell.cpp (+12/-0)
src/unityshell.h (+4/-1)
unityshell.xml.in (+5/-0)
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: | |
importance: | Undecided → Medium |
assignee: | nobody → Mirco Müller (macslow) |
milestone: | none → 3.4 |
tags: | added: a11y |
Changed in unity: | |
status: | New → In Progress |
Changed in unity: | |
milestone: | 3.4 → 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: | |
status: | In Progress → Fix Committed |
Changed in unity: | |
status: | Fix Committed → Fix Released |
Changed in unity-2d: | |
importance: | Medium → High |
description: | updated |
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 |
Changed in unity (Ubuntu): | |
status: | New → Fix Released |
To post a comment you must log in.
Just for reference I'm adding the proposed key-mapping to use for the launcher- navigation:
- shortcut key to jump to the launcher (ALT-F1 proposed)
- shortcut key to bring up the quicklist of currently selected icon (SHIFT F10 or CursorRight proposed)
- shortcut key to move selection up to the previous icon (CursorUp proposed)
- shortcut key to move selection down to the next icon (CursorDown proposed)
- shortcut key to close an opened quicklist (ESC or CursorLeft proposed)
- shortcut key to activate/start selected icon (RETURN or SPACE proposed)