Adobe
Commonly used keybindings for various Adobe software
Table of Contents
Acrobat
Enable keyboard shortcuts
<C-k>opens preferences
Flash
F8to convert to symbol<C-U>opens up preferencesofor oval tool<C-3>zooms until you can see all the symbols<C-1>zooms to 100%<C-2>zooms and focus on the stage<C-l>shows the Library pane<C-F3>shows the Properties pane<C-S-F12>opens up Publish Settings<A-S-F12>to publish
Timeline
F4shows/hides the current panel<C-A-t>shows the timelineF5inserts frames<C-F5>deletes framesF6converts to keyframe<S-F6>converts to regular frameF7inserts blank keyframe
Flash JavaScript
- Bring up the command history panel with
F-10 - Save a command (as
.jsfl). - Commands are saved here:
%HOMEPATH%\AppData\Local\Adobe\Flash CS6\en_US\Configuration\Commands - To print to the console, use
fl.trace('insert text here'). This only takes one argument, unfortunately.
Loading up arbitrary files with Flfile (from xjsfl.com:
var pathToFile = "file:///c|Users/Eddie/Documents/scrap/textfile.txt"
var myFile = FLfile.read(pathToFile);
if (myFile) {
fl.trace(myFile)
} else {
fl.trace('file not loaded');Illustrator
Lfor drawing an ellipseKto live paint a selection of linesHfor hand tool (moving around the art board)Vfor selection toolEfor free transform tool (rotate, skew etc.)<C-S-F11>to show symbols<C-S-F9>to show the pathfinder. Use the divide tool to create more objectsAlt + Dragto duplicate an object
Photoshop
Panning - use the hand tool for this - either hold down
Spaceor presshZooming - either
Ctrl+-/+, orAlt+MouseScrollUndoing - seems that
Ctrl+Ztoggles between undo and redo. To go backwards and forwards, use:- Step forward:
Shift+Ctrl+Z - Step backward:
Alt+Ctrl+Z
- Step forward:
Pixel Drawing
- Use the brush tool, by setting the size to 1.
- Use the pencil tool - can show this in the flyout menu of the brush tool. Either that, or toggle it with
Shift+B. - To fill in large swathes of the pixels, use the paint bucket tool with the tolerance set to zero, and with the anti-aliasing disabled.