Missing lens shortcuts (Super-A, Super-F)
Bug #834078 reported by
David Barth
This bug affects 24 people
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Unity |
Fix Released
|
Medium
|
Didier Roche-Tolomelli | ||
| Unity Distro Priority |
Fix Released
|
Undecided
|
Unassigned | ||
| unity-2d |
Fix Released
|
Medium
|
Albert Astals Cid | ||
| unity (Ubuntu) |
Fix Released
|
Medium
|
Unassigned | ||
| unity-2d (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Bug Description
The new lenses are not accessible directly via the old places shortcuts: Super-A or Super-F.
Related branches
lp:~didrocks/unity/fix-lens-shortcuts
- Neil J. Patel (community): Approve
-
Diff: 387 lines (+110/-33)10 files modifiedUnityCore/FilesystemLenses.cpp (+22/-6)
UnityCore/FilesystemLenses.h (+1/-0)
plugins/unityshell/src/DashController.cpp (+18/-0)
plugins/unityshell/src/DashController.h (+3/-0)
plugins/unityshell/src/DashView.cpp (+21/-0)
plugins/unityshell/src/DashView.h (+3/-0)
plugins/unityshell/src/Launcher.cpp (+15/-17)
plugins/unityshell/src/Launcher.h (+1/-1)
plugins/unityshell/src/unityshell.cpp (+23/-8)
plugins/unityshell/src/unityshell.h (+3/-1)
lp:~ubuntu-desktop/unity/ubuntu
(Merged)
lp:~gerboland/unity-2d/dash-lens-shortcuts-fix
- unity-2d-team: Pending requested
-
Diff: 57 lines (+25/-0)2 files modifiedlauncher/app/launcherview.cpp (+23/-0)
launcher/app/launcherview.h (+2/-0)
