summaryrefslogtreecommitdiff
path: root/shortcuts
diff options
authorAndrew McCarthy <me@andrewmccarthy.ie>2013-07-06 22:46:28 -0400
committerStephen M. Webb <stephen.webb@canonical.com>2013-07-06 22:46:28 -0400
commitd3f1e8326bfc8b4abc33ff1b075941b2c4ccdd8a (patch)
treec37fde7c3b4261054d603ad7423c719d4fcf187f /shortcuts
parent59235f77349cf981cb5248fbd76299dcdc076fec (diff)
Add shortcut hint for Photo lens (lp: #1069644).
Fixes LP: #1069644 (bzr r3410.3.1)
Diffstat (limited to 'shortcuts')
-rw-r--r--shortcuts/CompizShortcutModeller.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/shortcuts/CompizShortcutModeller.cpp b/shortcuts/CompizShortcutModeller.cpp
index b28c29cd7..418186470 100644
--- a/shortcuts/CompizShortcutModeller.cpp
+++ b/shortcuts/CompizShortcutModeller.cpp
@@ -184,6 +184,12 @@ void CompizModeller::AddDashHints(std::list<shortcut::AbstractHint::Ptr> &hints)
UNITYSHELL_PLUGIN_NAME,
UNITYSHELL_OPTION_SHOW_LAUNCHER));
+ hints.push_back(std::make_shared<shortcut::Hint>(dash, "", " + C",
+ _("Opens the Dash Photo Lens."),
+ shortcut::OptionType::COMPIZ_KEY,
+ UNITYSHELL_PLUGIN_NAME,
+ UNITYSHELL_OPTION_SHOW_LAUNCHER));
+
hints.push_back(std::make_shared<shortcut::Hint>(dash, "", " + V",
_("Opens the Dash Video Lens."),
shortcut::OptionType::COMPIZ_KEY,