Add keyboard shortcut for the panel
Bug #701663 reported by
David Barth
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ayatana Design |
Fix Released
|
Undecided
|
Unassigned | ||
Unity |
Fix Released
|
Medium
|
Neil J. Patel | ||
unity (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
adding a shortcut for accessing the whole panel (ie panel wide kb shortcut, as opposed to the msging menu specific shortcut we currently have) - F10
Related branches
lp:~unity-team/unity/panel-fixes
- Gord Allott: Pending requested
-
Diff: 1855 lines (+1043/-202)21 files modifiedCMakeLists.txt (+1/-1)
com.canonical.Unity.gschema.xml (+7/-0)
services/panel-service.c (+11/-2)
src/PanelHomeButton.cpp (+11/-7)
src/PanelHomeButton.h (+0/-1)
src/PanelIndicatorObjectEntryView.cpp (+62/-22)
src/PanelIndicatorObjectView.cpp (+7/-3)
src/PanelMenuView.cpp (+49/-36)
src/PanelMenuView.h (+1/-0)
src/PanelStyle.cpp (+274/-0)
src/PanelStyle.h (+79/-0)
src/PanelTray.cpp (+231/-0)
src/PanelTray.h (+73/-0)
src/PanelView.cpp (+126/-43)
src/PanelView.h (+20/-3)
src/WindowButtons.cpp (+27/-71)
src/unityshell.cpp (+34/-7)
src/unityshell.h (+8/-0)
tests/CMakeLists.txt (+4/-0)
tests/TestPanel.cpp (+2/-2)
unityshell.xml.in (+16/-4)
tags: | added: a11y |
Changed in unity: | |
milestone: | 3.2.10 → 3.6 |
Changed in unity: | |
assignee: | Neil J. Patel (njpatel) → Mirco Müller (macslow) |
Changed in unity: | |
status: | Triaged → Fix Committed |
Changed in unity: | |
status: | Fix Committed → Fix Released |
Changed in ayatana-design: | |
status: | New → Fix Released |
Changed in unity (Ubuntu): | |
status: | New → Fix Released |
To post a comment you must log in.
Also adding the task to the design radar if F10 is not the right shortcut.
Note: this is the default in the Ubuntu desktop currently and something that was suggested by Luke who can be considered a representative user of accessible interfaces.