getflourish / Sketch-Mate

These plugins will make you best friends with Sketch.
MIT License
497 stars 26 forks source link

Smart align top/bottom shortcut conflicts #3

Closed salux closed 9 years ago

salux commented 9 years ago

The shortcut used for smart align top and smart align bottom conflict with the built-in shortcuts for Move To Front and Move To Back under the Arrange menu.

I kept hitting the shortcut for this only to have my objects jump somewhere unexpectedly and couldn't figure it out until I went spelunking through the plugin shortcuts and figured out what was going on.

malfborger commented 9 years ago

@salux In commit 40559723552aa3c23e68ae123b80dd0161cf1859 it has changed to ⌘ + ⌥ + ↓ (control cmd alt + arrowkey).

I think this also should be added to Smart Align Vertically to keep consistency

getflourish commented 9 years ago

I have to admit that managing all those shortcuts is really painful. But I will try to take care of the shortcuts that override the native ones.

gogodanny commented 9 years ago

have to uninstall because of smart align conflict : (

salux commented 9 years ago

Until the shortcut is changed permanently, you can manually adjust it...

  1. In Sketch > Plugins menu > Reveal Plugins Folder...
  2. In Finder /Plugins folder > Smart Align > open Smart Align Top.sketchplugin and Smart Align Bottom.sketchplugin using TextEdit or your favorite text editor
  3. Change the second line to something other than "control option command {up arrow}" and "control option command {down arrow}" ... I changed "control" to "shift" in my case since there wasn't a conflict that I know of
getflourish commented 9 years ago

I finally resolved the conflict. Using ctrl + cmd + arrow keys now.

barts commented 9 years ago

Hey when is this update going to make it into Sketch Toolbox? Have been having this issue for a long time and only just recently realized it was because of Sketch Mate.

salux commented 9 years ago

Worst case, you can just edit it yourself. The shortcut is at the top of the page for a given plugin. I changed it there and it doesn't conflict anymore. :)

Travis

On May 1, 2015, at 11:11 AM, Bart Szyszka notifications@github.com wrote:

Hey when is this update going to make it into Sketch Toolbox? Have been having this issue for a long time and only just recently realized it was because of Sketch Mate.

— Reply to this email directly or view it on GitHub.

getflourish commented 9 years ago

@barts Did you uninstall / reinstall the plugin with Toolbox? That should fix the shortcut issues.