Skip to content

Instantly share code, notes, and snippets.

@bernatfortet
Last active April 7, 2016 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bernatfortet/d3b3edcab565945beb62 to your computer and use it in GitHub Desktop.
Save bernatfortet/d3b3edcab565945beb62 to your computer and use it in GitHub Desktop.
defaults write ~/Library/Preferences/com.bohemiancoding.sketch3 NSUserKeyEquivalents '{
"Center Canvas" = "@1";
"ArtboardZoom - Zoom to selected Artboard" = "@2";
"Zoom Selection" = "@3";
"Actual Size" = "@4";
"Grid Settings..." = "^$g";
"Top" = "@^8";
"Right" = "@^6";
"Left" = "@^4";
"Bottom" = "@^2";
"Horizontally" = "@[";
"Vertically" = "@]";
"Move to Back" = "@~^\\U2193";
"Move to Top" = "@~^\\U2191";
"Arrow" = "^w";
"Flatten Selection to Bitmap" = "@$f";
"set_black" = "^1";
"set_white" = "^2";
"Collapse Artboards and Groups" = "^~L";
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment