This repository has been archived by the owner on Dec 19, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 74
Feature Spec UI: Menu Walk
Chad Rolfs edited this page Nov 25, 2015
·
7 revisions
- About Photoshop...: shows splash screen, clicking splash screen dismisses it.
- Hide Photoshop (Cmd H): hides Photoshop application and sets focus to previous application.
- Hide Others (Alt Cmd H): hides all other applications on screen.
- Show All: When Hide Others is in effect, this command is available, otherwise it's greyed out. This command reveals all previously hidden applications.
- Quit Photoshop (Cmd Q): quits the application (will prompt if any docs are unsaved).
- New (Cmd/Ctrl + N): creates a new document without a modal dialog. Default will be either the previously chosen document/template or if no previous choice has been made, it will default to iPhone 6 template.
- New... (Alt + Cmd/Ctrl + N): opens the standard Photoshop modal dialog.
- New From Template >: lists a set of document presets or templates
- Open... (Cmd/Ctrl + O): standard Photoshop open modal dialog (without new Hello integration)
- Open Recent >: a populated list of most recently opened documents
- Close (Cmd/Ctrl + W): will close the currently active document
- Save (Cmd/Ctrl + S): will save currently active document. If it has not already been saved, a modal dialog will prompt user for location to save and option to specify name.
- Save As... (Shift + Cmd/Ctrl + S): presents a modal dialog prompting user for location to save and option to specify name.
- Revert (F12): will return document to a clean, last saved state. If file has not been saved, this command will be greyed out.
- Export... (Cmd/Ctrl + E): opens the export dialog (greyed out in no doc state), functions same as clicking on the Export icon in the Doc Header. Also see Export Panel
- Place Linked... (Cmd/Ctrl + P): opens file place dialog allowing users to select a file to place into the current document as a linked smart object (greyed out in no doc state).
- Place Embedded... (Shift + Cmd/Ctrl + P): opens file place dialog allowing users to select a file to place into the current document as an embedded smart object (greyed out in no doc state).
- Package...: opens file system dialog allowing users to navigate and choose the location in which they want to save out a copy of the currently active document as well as linked smart objects (saved out into a sub-folder). Original document must be a saved document and contain at least one linked smart object for this command to be enabled.
- Print... (Alt + Shift + Cmd/Ctrl + P): opens standard Photoshop Print dialog.
- (Win) Quit Photoshop (Cmd Q): quits the application (will prompt if any docs are unsaved).
- Undo (Cmd/Ctrl + Z): this is technically the "step backwards" in history standard Photoshop command. Repeated Undo commands will continue to step back in history and undo your previous edits.
- Redo (Shift + Cmd/Ctrl + Z):this is technically the "step forwards" in history standard Photoshop command. Repeated Undo commands will continue to step back in history and undo your previous edits.
- Cut (Cmd/Ctrl + X): (issue #1524) Doesn't do what it should. Doesn't cut anything.
- Copy (Cmd/Ctrl + C): will copy whatever is selected onto the clipboard and make it available for the Paste command (text in input fields, layers, groups, artboards, on-canvas text in edit mode, etc).
- Paste (Cmd/Ctrl + V): will paste whatever is on the clipboard into existing or new documents (test other apps or copying in Design Space and pasting in standard Photoshop)
- Delete (Delete/Backspace): will delete any selected layer(s)/group(s)/artboard(s) UNLESS it is the last layer in the document.
- Select All (Cmd/Ctrl + A): selects everything on the currently active document (all layers in layers panel should be highlighted indicating selection).
- Deselect (Shift + Cmd/Ctrl + A): deselects everything, no layer should be selected in layers panel or on-canvas.
- Copy Layer Style (Alt + Cmd/Ctrl + C):
- Paste Layer Style (Alt + Cmd/Ctrl + V):
- Search (Cmd/Ctrl + F): opens the search dialog, same functionality as the Search icon in the Doc Header.
- (Mac) Start Dictation...: has nothing to do with Design Space (Mac OS thingy, just ignore).
- Combine > Union: behavior is the same as Alignment panel icon
- Combine > Subtract: behavior is the same as Alignment panel icon
- Combine > Intersect: behavior is the same as Alignment panel icon
- Combine > Difference: behavior is the same as Alignment panel icon
- Transform > Rotate 180˚: performs rotation on selected layers
- Transform > Rotate Left: performs rotation on selected layers
- Transform > Rotate Right: performs rotation on selected layers
- Duplicate Selection (Cmd/Ctrl + J): makes a duplicate of selected layers, duplicate layer(s) is placed above original layer(s)
- Create New Artboard (Cmd/Ctrl + B): creates a new pre-defined artboard to the right of any existing artboard(s) (1080 x 1960)
- New Artboard >: creates a new artboard from template
- Distribute Objects > Horizontally: behavior is the same as Alignment panel icon
- Distribute Objects > Vertically: behavior is the same as Alignment panel icon
- Align Objects > Left: behavior is the same as Alignment panel icon
- Align Objects > Center: behavior is the same as Alignment panel icon
- Align Objects > Right: behavior is the same as Alignment panel icon
- Align Objects > Top: behavior is the same as Alignment panel icon
- Align Objects > Middle: behavior is the same as Alignment panel icon
- Align Objects > Bottom: behavior is the same as Alignment panel icon
- Flip Horiztonal (Cmd/Ctrl + /): behavior is the same as Alignment panel icon
- Flip Vertical (Alt + Cmd/Ctrl + /): behavior is the same as Alignment panel icon
- Swap Position (Alt + Shift + Cmd/Ctrl + /): behavior is the same as Alignment panel icon
- Show (Cmd/Ctrl + ,): turns visibility on for selected layer(s), layer icon should update accordingly
- Hide (Alt + Cmd/Ctrl + ,): turns visibility off for selected layer(s), layer icon should update accordingly
- Lock (Cmd/Ctrl + L): locks selected layer(s) for on-canvas editing (editing still available via panels), layer icon should update accordingly
- Unlock (Alt + Cmd/Ctrl + L): unlocks selected layer(s) for on-canvas editing (editing still available via panels), layer icon should update accordingly
- Group (Cmd/Ctrl + G): creates a group from selected layers, layers panel should update accordingly
- Ungroup (Shift + Cmd/Ctrl + G): ungroups selected group or layer that is nested within a group or artboard
- Bring to Front (Shift + Cmd/Ctrl + ]): moves selected layer(s) to the top of the layer stack
- Bring Forward (Cmd/Ctrl + ]): moves selected layer(s) up the layer stack by one
- Send Backward (Cmd/Ctrl + [): moves selected layer(s) down the layer stack by one
- Send to Back (Shift + Cmd/Ctrl + [): moves selected layer(s) to the bottom of the layer stack
- Zoom In (Cmd/Ctrl + +): increases the zoom percentage (shown at bottom of toolbar), will center on selected layers
- Zoom Out (Cmd/Ctrl + -): decreases the zoom percentage (shown at bottom of toolbar), will center on selected layers
- Fit to Window (Cmd/Ctrl + 0): centers and sets zoom to fit work area bordered by panels
- Actual Size (Cmd/Ctrl + 1): centers and sets zoom level to 100%
- Zoom to Selection (Cmd/Ctrl + 2): centers and sets zoom to fit selection to work area bordered by panels
- Center Selection (Cmd/Ctrl + 3): centers selected layer(s) based on work area, zoom level is unaffected
- Show Guides (Cmd/Ctrl + ;): when checked, reveals guides (both document and artboard), when unchecked, guides are hidden. Note: this must be checked in order to create guides.
- Show Smart Guides (Alt + Shift + Cmd/Ctrl + ;): reveals standard Photoshop smart guides (when selecting or moving layers with Cmd/Ctrl modifier)
- Clear Guides: removes all document and artboard guides
- Return to Standard Photoshop (mac- Ctrl + Cmd + `)(win- Alt + Ctrl + `):
- Pin Toolbar: when checked, all tools will be shown, when unchecked only the active tool will be shown
- Single-Column Mode: when enabled, puts all panels into one column
- Next Document (Cmd/Ctrl + `): will set the next open document into focus (frontmost)
- (Win) Minimize (Ctrl + M): minimizes the size of the app window
- Previous Document: will set the previous open document into focus (frontmost)
- Open Document List: this is a list that will dynamically populate based on files you have open. The file names of the open files will appear in this list. Clicking on one of them will set that document to be the active frontmost document.
- (Mac) Search: OS specific search tool that shows menu commands containing key words you search.
- (Win) About Photoshop...: shows splash screen, clicking splash screen dismisses it.
- Design Space Help: external link to Design Space Help pages
- Design Space Forum: external link to the Adobe Design Space User Forums
- Design Space on Twitter: external link to Design Space's twitter feed - psdesign
- Keyboard Shortcuts: opens a dialog showing the most important sub-set of keyboard shortcuts specific to Design Space (other shortcuts and modifiers are also listed throughout these Feature Specs).
- Design Space Introduction: brings up the introduction dialog consisting of 8 screens for new users to navigate through. This dialog only comes up the very first time you enter Design Space (or whenever you delete your preferences) but you can access it anytime via this command.