~unity-team/unity/trunk

« back to all changes in this revision

Viewing changes to shortcuts/StandaloneShortcuts.cpp

  • Committer: Tarmac
  • Author(s): MC Return
  • Date: 2013-02-02 05:04:38 UTC
  • mfrom: (3079.3.1 unity)
  • Revision ID: tarmac-20130202050438-w4wf6dqyfhx1qs89
Changed all references to unmaximize_window_key to unmaximize_or_minimize_window_key.
Together with the changes to Compiz the default shortcut to "restore or minimize" the
focused window will now work correctly.

(LP: #966099). Fixes: https://bugs.launchpad.net/bugs/966099.

Approved by Brandon Schaefer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
226
226
                                                                                   _("Restores or minimises the current window."),
227
227
                                                                                   shortcut::OptionType::COMPIZ_KEY,
228
228
                                                                                   "core",
229
 
                                                                                   "unmaximize_window_key")));
 
229
                                                                                   "unmaximize_or_minimize_window_key")));
230
230
 
231
231
    hints.push_back(std::shared_ptr<shortcut::AbstractHint>(new shortcut::MockHint(_("Windows"), "", _(" or Right"),
232
232
                                                                                   _("Semi-maximises the current window."),