summaryrefslogtreecommitdiff
diff options
authorAndrea Azzarone <azzaronea@gmail.com>2014-09-15 12:35:30 +0000
committerCI bot <ps-jenkins@lists.canonical.com>2014-09-15 12:35:30 +0000
commitd3adc1ad0f6e884cf8cedbbc58b6288c82b3a097 (patch)
tree3868a48fa329a1a5156aedbc5342f7a1ef452a08
parenteb582eaca440369966a1e70fa600bc4159653e71 (diff)
parent4b56bcae9c1751fef02ef78199882ab240fd9538 (diff)
Use COMPIZ_METAKEY where needed. Fixes: 1363534
Approved by: Stephen M. Webb, PS Jenkins bot (bzr r3873)
-rw-r--r--shortcuts/CompizShortcutModeller.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/shortcuts/CompizShortcutModeller.cpp b/shortcuts/CompizShortcutModeller.cpp
index e3bbfc97a..bc1f64fc9 100644
--- a/shortcuts/CompizShortcutModeller.cpp
+++ b/shortcuts/CompizShortcutModeller.cpp
@@ -283,13 +283,13 @@ void CompizModeller::AddWorkspaceHints(std::list<shortcut::AbstractHint::Ptr> &h
hints.push_back(std::make_shared<shortcut::Hint>(workspaces, "", _(" + Arrow Keys"),
_("Switches workspaces."),
- shortcut::OptionType::COMPIZ_KEY,
+ shortcut::OptionType::COMPIZ_METAKEY,
WALL_PLUGIN_NAME,
WALL_OPTION_LEFT_KEY));
hints.push_back(std::make_shared<shortcut::Hint>(workspaces, "", _(" + Arrow Keys"),
_("Moves focused window to another workspace."),
- shortcut::OptionType::COMPIZ_KEY,
+ shortcut::OptionType::COMPIZ_METAKEY,
WALL_PLUGIN_NAME,
WALL_OPTION_LEFT_WINDOW_KEY));
}