diff options
| -rw-r--r-- | shortcuts/CompizShortcutModeller.cpp | 6 |
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, |
