Skip to content

Commit

Permalink
Swapped shortcuts (fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
dolbyds committed Mar 22, 2019
1 parent 8d0005b commit efd94b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -6,7 +6,7 @@
"script" : "ArrangeArtboardsHierarchically.cocoascript",
"name" : "Arrange In Columns",
"identifier": "arrange-artboards-hierarchically-columns",
"shortcut": "control option H",
"shortcut": "control option V",
"handlers" : {
"run" : "ArrangeArtboardsInColumns"
}
Expand All @@ -15,7 +15,7 @@
"script" : "ArrangeArtboardsHierarchically.cocoascript",
"name" : "Arrange In Rows",
"identifier": "arrange-artboards-hierarchically-rows",
"shortcut": "control option V",
"shortcut": "control option H",
"handlers" : {
"run" : "ArrangeArtboardsInRows"
}
Expand All @@ -27,7 +27,7 @@
},

"identifier" : "arrange-artboards-hierarchically-ca89124621745189",
"version" : "1.1.0",
"version" : "1.1.1",
"description" : "Arrange artboards hierarchically depending on their name (based on the Sketch Slash naming pattern).",
"authorEmail" : "oodesignux@gmail.com",
"author": "oodesign",
Expand Down
2 changes: 1 addition & 1 deletion appcast.xml
Expand Up @@ -6,7 +6,7 @@
<description>Arrange artboards hierarchically depending on their name (based on the Sketch Slash naming pattern). </description>
<language>en</language>
<item>
<title>Version 1.1.0</title>
<title>Version 1.1.1</title>
<description>
<![CDATA[
<ul>
Expand Down

0 comments on commit efd94b0

Please sign in to comment.