~canonical-dx-team/unity/unity.fix-ql-losing-focus

« back to all changes in this revision

Viewing changes to src/TrashLauncherIcon.h

This branch add the capability of setting hard coded keybindings to the
workspace
switcher and the Trash.
In addition, each place entry can specify a shortcut in its place file like:
Shortcut=a
in the [Entry:xxx] section

In addition, there are some fixes to be able to navigate by key navigation (or
activate the shortcuts) for the special switchers: ws, places, devices and
trash.

Fixes:
Bug #617356: Super-shortcuts for apps, files, and workspace switcher    Medium
Triaged
Bug #723141: key navigation doesn't activate trash, keys, expo or places    High
In Progress

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
  GFileMonitor *m_TrashMonitor;
45
45
  gboolean _empty;
46
46
 
 
47
  void ActivateLauncherIcon ();
47
48
  void EnsureMenuItemsReady ();
48
49
 
49
50
  static void UpdateTrashIconCb (GObject *source, GAsyncResult *res, gpointer data);