** Changed in: unity
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dp-unity
https://bugs.launchpad.net/bugs/939517

Title:
  [Shortcut overlay] Hardcoded value for switching ws

Status in Unity:
  Fix Released
Status in Unity Distro Priority:
  Fix Committed
Status in “unity” package in Ubuntu:
  Fix Committed

Bug description:
    hints_.push_back(new shortcut::Hint(workspaces, "", "", _("Switch 
workspaces."), shortcut::HARDCODED_OPTION, _("Control + Alt + Cursor Keys")));
    hints_.push_back(new shortcut::Hint(workspaces, "", "", _("Move focused 
window to different workspace."), shortcut::HARDCODED_OPTION, _("Control + Alt 
+ Shift + Cursor Keys")));

  -> the valules are hardcoded, and peope can change them in gnome-
  control-center.

  Right now, distro uses a distro-patch to set "Super" + Shift or alt" instead 
of Ctrl + Alt. But it's not the good solution either.
  I'm aware that "Cursor Keys" don't map well with the gconf keys as there are 
four keys for it. I would suggest then, just taking one key (like right or 
left), removing (if any) "Left" or "Right" of the key value, and then append to 
it " + Cursor Keys" string. I think the chance to get an incorrect value is way 
less common than just hardcoding and will be a better solution.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/939517/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to