GNOME Bugzilla – Bug 698743
Add D-Bus API for some shortcuts
Last modified: 2013-09-02 09:04:20 UTC
In bug 689699 I requested a D-Bus API to allow going to the overview and focusing the search entry. This one is about supporting some of the special keys on Mac keyboards, namely the Mission Control and Expose keys (bug 691636). I'd like a D-Bus API to toggle the "show applications" view in the overview (pressing it outside the overview would go to the overview and show the applications list), and another one to toggle the activities view (that would be in addition to the existing keys like Alt+F1, and Super).
You already have an API to go to the overview, just set the OverviewActive property on org.gnome.Shell. I'll prepare a patch for the rest.
Created attachment 242350 [details] [review] ShellDBus: add ShowApplications and StartSearch methods Add methods to control the visibility of the applications view and to focus the search entry. These will be used by gnome-settings-daemon for special keys in certain keyboards.
Review of attachment 242350 [details] [review]: LG.
This is on top of bug 654086, care to review that? Thanks!
In the end I dropped StartSearch because we already have FocusSearch and I don't think starting with a specific string is useful.