Eclipse Helios (Windows)

Edit Text

Enter line below current line

Shift + Enter

All hotkeys for Eclipse Helios (Windows)

Manage Files and Projects
Create new project using the Wizard

Ctrl + N

Manage Files and Projects
Create new project, file, class, etc.

Ctrl + Alt + N

Manage Files and Projects
Open project, file, etc.

Alt + F , then .

Manage Files and Projects
Open Resource (file, folder or project)

Ctrl + Shift + R

Manage Files and Projects
Show and access file properties

Alt + Enter

Manage Files and Projects
Save current file

Ctrl + S

Manage Files and Projects
Save all files

Ctrl + Shift + S

Manage Files and Projects
Close current file

Ctrl + W

Manage Files and Projects
Close all files

Ctrl + Shift + W

Manage Files and Projects
Refresh content of selected element with local file system

F5

Editor Window
Jump to Editor Window

F12

Editor Window
Switch to next editor / switch to previous editor

Ctrl + Page Down / Ctrl + Page Up

Editor Window
Maximize or un-maximize current Editor Window (also works for other Windows)

Ctrl + M

Editor Window
Show list of open Editors. Use arrow keys and enter to switch

Ctrl + E

Editor Window
Show list of open Editors. Similar to ctrl+e but switches immediately upon release of ctrl

Ctrl + F6 / Ctrl + Shift + F6

Editor Window
Go to previous / go to next Editor Window

Alt + Arrow Left / Alt + Arrow Right

Editor Window
Open Editor Window Option menu

Alt + -

Editor Window
Show view menu (features available on left vertical bar: breakpoints, bookmarks, line numbers, …)

Ctrl + F10

Editor Window
Show or hide line numbers

Ctrl + F10 , then n

Editor Window
Show or hide the diff column on the left (indicates changes since last save)

Ctrl + Shift + Q

Editor Window
Zoom text in/ out

Ctrl + Shift + + / -

Navigate in Editor
Jump to beginning / jump to end of indention. Press home twice to jump to beginning of line

Home / End

Navigate in Editor
Jump to beginning / jump to end of source

Ctrl + Home / End

Navigate in Editor
Jump one word to the left / one word to the right

Ctrl + Arrow Right / Arrow Left

Navigate in Editor
Jump to previous / jump to next method

Ctrl + Shift + Arrow Down / Arrow Up

Navigate in Editor
Jump to Line Number. To hide/show line numbers, press ctrl+F10 and select 'Show Line Numbers'

Ctrl + L

Navigate in Editor
Jump to last location edited

Ctrl + Q

Navigate in Editor
Jump to next / jump to previous compiler syntax warning or error

Ctrl + . / Ctrl + ,

Navigate in Editor
With a bracket selected: jump to the matching closing or opening bracket

Ctrl + Shift + P

Navigate in Editor
Collapse / Expand current method or class

Ctrl + [ + ] / Ctrl + - on numeric keyboard

Navigate in Editor
Collapse / Expand all methods or classes

Ctrl + [ / ] / Ctrl + * on numeric keyboard

Navigate in Editor
Scroll Editor without changing cursor position

Ctrl + Arrow Down / Ctrl + Arrow Up

Navigate in Editor
Next Sub-Tab / Previous Sub-Tab

Alt + Page Up / Alt + Page Down

Select Text
Expand selection by one character to the left / to the right

Shift + Arrow Right / Arrow Left

Select Text
Expand selection to next / previous word

Ctrl + Shift + Arrow Right / Arrow Left

Select Text
Expand selection by one line down / one line up

Shift + Arrow Down / Arrow Up

Select Text
Expand selection to end / to beginning of line

Shift + End / Home

Select Text
Select all

Ctrl + A

Select Text
Expand selection to current element (e.g. current one-line expression or content within brackets)

Alt + Shift + Arrow Up

Select Text
Expand selection to next / previous element

Alt + Shift + Arrow Left / Arrow Right

Select Text
Reduce previously expanded selection by one step

Alt + Shift + Arrow Down

Edit Text
Cut, copy and paste

Ctrl + C / Ctrl + X / Ctrl + V

Edit Text
Undo last action

Ctrl + Z

Edit Text
Redo last (undone) action

Ctrl + Y

Edit Text
Delete Line

Ctrl + D

Edit Text
Move current line or selection up or down

Alt + Arrow Up / Arrow Down

Edit Text
Duplicate current line or selection up or down

Ctrl + Alt + Arrow Up / Ctrl + Alt + Arrow Down /

Edit Text
Delete next word

Ctrl + Delete

Edit Text
Delete previous word

Ctrl + Backspace

Edit Text
Enter line below current line

Shift + Enter

Edit Text
Enter line above current line

Shift + Ctrl + Enter

Edit Text
Switch between insert and overwrite mode

Insert

Edit Text
Change selection to all lower case

Shift + Ctrl + Y

Edit Text
Change selection to all upper case

Shift + Ctrl + X

Search and Replace
Open find and replace dialog

Ctrl + F

Search and Replace
Find previous / find next occurrence of search term (close find window first)

Ctrl + K / Ctrl + Shift + K

Search and Replace
Search Workspace (Java Search, Task Search, and File Search)

Ctrl + H

Search and Replace
Incremental search forward / backwards. Type search term after pressing ctrl+j, there is now search window

Ctrl + J / Ctrl + Shift + J

Search and Replace
Open a resource search dialog to find any class

Ctrl + Shift + O

Indentions and Comments
Increase / decrease indent of selected text

Tab / Shift + Tab

Indentions and Comments
Correct indention of selected text or of current line

Ctrl + I

Indentions and Comments
Autoformat all code in Editor using code formatter

Ctrl + Shift + F

Indentions and Comments
Comment / uncomment line or selection ( adds '//' )

Ctrl + /

Indentions and Comments
Add Block Comment around selection ( adds '/... */' )

Ctrl + Shift + /

Indentions and Comments
Remove Block Comment

Ctrl + Shift + \

Indentions and Comments
Add Element Comment ( adds '/** ... */')

Alt + Shift + J

Editing Source Code
Opens Content Assist (e.g. show available methods or field names)

Ctrl + Space

Editing Source Code
Open Quick Fix and Quick Assist

Ctrl + 1

Editing Source Code
Propose word completion (after typing at least one letter). Repeatedly press alt+/ until reaching correct name

Alt + /

Editing Source Code
Deactivate or activate Smart Insert Mode (automatic indention, automatic brackets, etc.)

Ctrl + Shift + Insert

Code Information
Show code outline / structure

Ctrl + O

Code Information
Open class, method, or variable information (tooltip text)

F2

Code Information
Open Declaration: Jump to Declaration of selected class, method, or parameter

F3

Code Information
Open Type Hierarchy window for selected item

F4

Code Information
Show / open Quick Type Hierarchy for selected item

Ctrl + T

Code Information
Open Type in Hierarchy

Ctrl + Shift + T

Code Information
Open Call Hierarchy

Ctrl + Alt + H

Code Information
Find occurrences of expression in current file

Ctrl + Shift + U

Code Information
Open Declaration or Implementation

Ctrl +move over method

Refactoring
Rename selected element and all references

Alt + Shift + R

Refactoring
Move selected element to other class or file (With complete method or class selected)

Alt + Shift + V

Refactoring
Change method signature (with method name selected)

Alt + Shift + C

Refactoring
Extract selection to method

Alt + Shift + M

Refactoring
Extract local variable: Create and assigns a variable from a selected expression

Alt + Shift + L

Refactoring
Inline selected local variables, methods, or constants if possible (replaces variable with its declarations/ assignment and puts it directly into the statements)

Alt + Shift + I

Run and Debug
Save and launch application (run)

Ctrl + F11

Run and Debug
Debug

F11

Run and Debug
Step Into function

F5

Run and Debug
Next step (line by line)

F6

Run and Debug
Step out

F7

Run and Debug
Skip to next Breakpoint

F8

The Rest
Switch forward / backward between views (panels). Useful for switching back and forth between Package Explorer and Editor.

Ctrl + F7 / Ctrl + Shift + F7

The Rest
Switch forward / backward between perspectives

Ctrl + F8 / Ctrl + Shift + F8

The Rest
Print

Ctrl + P

The Rest
Open Eclipse Help

F1

The Rest
Show Context Menu right click with mouse

Shift + F10

Team (SVN Subversive)
Synchronize with Repository

Ctrl + Alt + S

Team (SVN Subversive)
Commit

Ctrl + Alt + C

Team (SVN Subversive)
Update

Ctrl + Alt + U

Team (SVN Subversive)
Update to Revision

Ctrl + Alt + D

Team (SVN Subversive)
Merge

Ctrl + Alt + E

Team (SVN Subversive)
Show Properties

Ctrl + Alt + T

Team (SVN Subversive)
Add to svn:ignore

Ctrl + Alt + I

Similar combinations for other applications


Adobe Photoshop CS5 (Windows)
Apply value and keep text box active
Photoshop CS5 Panels - All Panels

Shift + Enter


Microsoft Projects 2010 (Windows)
With active selection: move up / move down
Navigate Gantt Chart and Select Tasks

Enter / Shift + Enter


Microsoft Excel 2010 (Windows)
Move active cell down / up in a selection.
Work with Data Selections - Manage Active Selections

Enter / Shift + Enter


Microsoft Excel 2010 (Windows)
Complete a cell entry and move up in the selection.
Work with Data Selections - Edit Inside Cells

Shift + Enter


Firefox (Linux)
Complete a .net address in address bar: adds "http" prefix and ".net" suffix to entry, then loads the page. Add alt to combination to load page in background tab.
Address Bar

Shift + Enter


Firefox (Windows)
Complete a .net address in address bar: adds "http" prefix and ".net" suffix to entry, then loads the page. Add alt to combination to load page in background tab.
Address Bar

Shift + Enter


Microsoft OneNote 2010 (Windows)
Insert a line break without starting a new paragraph.
Specific OneNote Shortcuts for Selecting, Editing, and Formatting

shift + enter


Google Chrome (Windows)
Multi-line entry
Manage Chrome DevTools - Console Panel

Shift + Enter


Google Mail (Windows)
Edit task details, including due date or notes.
Tasks in Gmail

Shift + Enter


Firefox (Linux)
Open selected link in new window
Inside Webpages

Shift + Enter


Firefox (Windows)
Open selected link in new window
Inside Webpages

Shift + Enter


Microsoft Word 2007 (Windows)
A line break
Edit and move text and graphics: Insert special characters

Shift + Enter


Microsoft OneNote 2010 (Windows)
Insert a line break.
Adding Items to a Page

shift + enter


Google Chrome (Linux)
Multi-line entry
Manage Chrome DevTools - Console Panel

Shift + Enter


Tally 9.0 (Windows)
To view the next level of details and / or condense the next level of details
General Shortcuts

Shift + Enter


Access 2010 (Windows)
Save changes to the current record
Manage Access Features - Insert Data

Shift + Enter


Microsoft Excel 2010 (Windows)
Move active cell down / up in a selection.
Insert and Edit Data - Manage Active Selections

Enter / Shift + Enter


Mindjet Mindmanager 2012 (Windows)
Add topic as previous (sibling, same level)
Most used - Same level

Shift + Enter


Microsoft Excel 2010 (Windows)
Complete a cell entry and move up in the selection.
Insert and Edit Data - Edit Inside Cells

Shift + Enter


Access 2010 (Windows)
Move down / move up
Manage Access Features - Pivot Table

Enter / Shift + Enter


Access 2010 (Windows)
Select cell above current cell
Manage Access Features - Pivot Table

Shift + Enter


Mindjet Mindmanager 2012 (Windows)
Add topic as previous (sibling, same level)
Reorganizing - Same level

Shift + Enter


Adobe Photoshop CS5 (Windows)
Apply value and keep text box active
Extract and Pattern Maker (plug-in) - All Panels

Shift + Enter


Adobe Illustrator CS5 (MacOS)
Apply a value and keep focus in edit field
Panel Shortcuts - Transform Panel

Shift + Enter


Adobe Illustrator CS5 (Windows)
Apply a value and keep focus in edit field
Panel Shortcuts - Transform Panel

Shift + Enter


Total Commander 8 (Windows)
1. Runs command line / program under cursor with preceding command /c and leave the program's window open. Only works if NOCLOSE.PIF is in your Windows directory! 2. With ZIP files: use alternative choice of these (as chosen in Packer config): (Treat archives like directories call associated program, i.e. winzip or quinzip) 3. In the list of last used dirs (History, Ctrl+D), open the directory on a new Tab.
Main Shortcuts

Shift + Enter


Microsoft Excel 2010 (Windows)
Move active cell down / up in a selection.
Format Data - Manage Active Selections

Enter / Shift + Enter


Adobe Illustrator CS5 (Windows)
Apply a value and keep focus in edit field
Additional Shortcuts - Transform Panel

Shift + Enter


Opera (Linux)
Open selected link in new window
Link

Shift + Enter


Microsoft Excel 2010 (Windows)
Complete a cell entry and move up in the selection.
Format Data - Edit Inside Cells

Shift + Enter


Opera (Linux)
Open bookmark in new tab
Bookmarks

Shift + Enter


Adobe Photoshop CS4 (MacOS)
Apply value and keep text box active
Shortcut Keys for using panels

Shift + Enter


Access 2010 (Windows)
Save changes to the current record
Working with Text and Data - Insert Data

Shift + Enter


Jaws 11.0 (Windows)
Open Link in new window
Navigation in HTML (Internet browsing)

Shift + Enter


Access 2010 (Windows)
Move down / move up
Working with Text and Data - Pivot Table

Enter / Shift + Enter


Access 2010 (Windows)
Select cell above current cell
Working with Text and Data - Pivot Table

Shift + Enter


InDesign CS5 (MacOS)
Apply value and keep focus on option
Panels

Shift + Enter


Microsoft Outlook 2010 (Windows)
Move to previous field without leaving active card
Business Card View

Shift + Enter


Adobe Illustrator CS5 (MacOS)
Insert soft return
Working with Type

Shift + Enter


Adobe Illustrator CS5 (MacOS)
Apply value and keep text box active
Panel Shortcuts

Shift + Enter


FreeMind 0.9.0 (Windows)
Add sibling before
New node commands

Shift + Enter


IntelliJ (Linux)
Start new line
Editing

Shift + Enter


Microsoft Excel 2010 (Windows)
Move active cell down / up in a selection.
Formulas and Names - Manage Active Selections

Enter / Shift + Enter


IntelliJ (Windows)
Start new line
Editing

Shift + Enter


Microsoft Excel 2010 (Windows)
Complete a cell entry and move up in the selection.
Formulas and Names - Edit Inside Cells

Shift + Enter


Microsoft PowerPoint 2010 (Windows)
Cancel selection of a focused item.
Work with the Selection pane.

Shift + Space / Shift + Enter


Microsoft Excel 2013 (Windows)
Move active cell down / up in a selection
Navigate Inside Selected Text Blocks

Enter / Shift + Enter


Access 2010 (Windows)
Save changes to the current record
Working with Access Views - Insert Data

Shift + Enter


Adobe Illustrator CS5 (Windows)
Insert soft return
Working with Type

Shift + Enter


Directory Opus (Windows)
Path entry
Misc.

Shift + Enter


Adobe Illustrator CS5 (Windows)
Apply value and keep text box active
Panel Shortcuts

Shift + Enter


Microsoft Excel 2013 (Windows)
Complete a cell entry and move up in the selection
Edit Content of Cells

Shift + Enter


Adobe Acrobat Pro (Windows)
Previous Screen
Navigation - Navigating a PDF

Page Up / Shift + Enter


Adobe Acrobat Pro (Windows)
Next screen
Navigation - Navigating a PDF

Page Down / Shift + Enter


Microsoft Word 2013 (Windows)
Insert line break without breaking paragraph
Insert Special Characters, Text Elements, and Breaks

Shift + Enter


Access 2010 (Windows)
Move down / move up
Working with Access Views - Pivot Table

Enter / Shift + Enter


Microsoft Excel 2010 (Windows)
Move active cell down / up in a selection.
The Rest - Manage Active Selections

Enter / Shift + Enter


Access 2010 (Windows)
Select cell above current cell
Working with Access Views - Pivot Table

Shift + Enter


Microsoft Excel 2010 (Windows)
Complete a cell entry and move up in the selection.
The Rest - Edit Inside Cells

Shift + Enter


FL Studio (Windows)
Flip separator (since program version 11.5.8)
Piano Roll Action

Shift + Enter


Notepad++ 6 (Windows)
Split line downwards, or create new line
Edit menu

Shift + Enter


Microsoft Excel 2013 (Windows)
Move to the first field in the next / previous record
Data Forms

Enter / Shift + Enter


Skype for Business (Lync) 2016 (Windows)
Add line break
Instant Messaging

Shift + Enter


Microsoft OneNote 2016 (Windows)
Insert a line break without starting a new paragraph
Format

Shift + Enter


GTDNext.com (Windows)
Toggles to enter Notes for the item
Center Pane Shortcuts

Shift + Enter


Access 2010 (Windows)
Save changes to the current record
The Rest - Insert Data

Shift + Enter


Google Mail (MacOS)
Edit task details, including due date or notes.
Tasks in Gmail

Shift + Enter


Nirvana (Web Application)
Save to top of current list
Rapid Entry

Shift + Enter


Onshape (Windows)
Accept and repeat command
General

Shift + Enter


Onshape (MacOS)
Accept and repeat command
General

Shift + Enter


Microsoft Excel 2010 (Windows)
Move to the first field in the next / previous record.
Data Forms

Enter / Shift + Enter


Nirvana (Web Application)
Save at top of list
Rapid Entry

Shift + Enter


Sonos Controller (Windows)
Play selected song next
22 Shortcuts for Sonos Controller (Windows)

Shift + Enter


Adobe Photoshop CC (Windows)
Apply value and keep text box active
Basic Shortcuts for Photoshop CC 2015 - Shortcuts for all Panels

Shift + Enter


Adobe Photoshop CC (MacOS)
Apply value and keep text box active
Basic Shortcuts for PhotoShop CC 2015 - Shortcuts for all Panels

Shift + Enter


Access 2010 (Windows)
Move down / move up
The Rest - Pivot Table

Enter / Shift + Enter


Access 2010 (Windows)
Select cell above current cell
The Rest - Pivot Table

Shift + Enter


Microsoft Excel 2016 (Windows)
Move to the first field in the next/ previous record
Select Cells - Data Forms

Enter / Shift + Enter


Microsoft Excel 2016 (Windows)
Move to the first field in the next/ previous record
Format Cells - Data Forms

Enter / Shift + Enter


Adobe Illustrator CC (Windows)
Apply value and keep textbox active
Panel Shortcuts

Shift + Enter


Adobe Photoshop CC (Windows)
Apply value and keep text box active
Manage Panels - Shortcuts for all Panels

Shift + Enter


InDesign CC (Windows)
Forced link break
Type Menu Shortcuts

Shift + Enter


Adobe Photoshop CC (MacOS)
Apply value and keep text box active
Manage Panels - Shortcuts for all Panels

Shift + Enter


Microsoft Excel 2016 (Windows)
Move to the first field in the next/ previous record
Formulas - Data Forms

Enter / Shift + Enter


Microsoft Excel 2016 (Windows)
Move to the first field in the next/ previous record
Manage Workbooks - Data Forms

Enter / Shift + Enter


Microsoft Projects 2016 (Windows)
Move to the previous task or resource.
Working with dialog boxes

Shift + Enter


Microsoft Projects 2016 (Windows)
Select the previous field in the Network Diagram box.
Network Diagram

Shift + Enter


Microsoft Excel 2016 (Windows)
Move to the first field in the next/ previous record
Excel Auto Tables and Data Forms - Data Forms

Enter / Shift + Enter


Todoist (Web Application)
Save existing task and create new one below it
Task Editing Shortcuts

Shift + Enter


Eclipse Helios (MacOS)
Insert Line Below current line
Text Editing Shortcuts

Shift + Enter


Microsoft Excel 2016 (Windows)
Complete cell entry and move one cell down/ up
Edit Cell Content

Enter / Shift + Enter


IntelliJ (MacOS)
Start New line
Editing Shortcuts

Shift + Enter


Microsoft Projects 2016 (Windows)
Move within a selection up one field.
Move in Side Pane

Shift + Enter


JetBrains RubyMine (Windows)
Start New line
Editing Shortcuts

Shift + Enter


JetBrains RubyMine (MacOS)
Start New line
Editing Shortcuts

Shift + Enter


Slack (MacOS)
Create a new line in your message
Message Shortcuts

Shift + Enter


JetBrains RubyMine (Linux)
Start New line
Editing Shortcuts

Shift + Enter


Slack (Windows)
Create a new line in your message
Message Shortcuts

Shift + Enter


Microsoft Excel 2016 (Windows)
Move active cell down/ up in selection
Navigate Multi-Cell Selections

Enter / Shift + Enter


JetBrains PyCharm (MacOS)
Start New line
Editing Shortcuts

Shift + Enter


JetBrains AppCode (MacOS)
Start New line
Editing Shortcuts

Shift + Enter


Rocket.Chat (Web Application)
New line in Message Compose Input
On Windows Plateform

Shift + Enter


Rocket.Chat (Web Application)
New line in Message Compose Input
On Mac Plateform

Shift + Enter


JetBrains PyCharm (Windows)
Start New line
Editing

Shift + Enter


JetBrains PhpStorm (Windows)
Start New line
Editing

Shift + Enter


Clarizen (Web Application)
Save and Create New (where applicable)
PopUp/Item editor

Shift + Enter


SharePoint 2016 (Windows)
Expand Menus, such as the Drop-down menu for a list item
Global Shortcuts

Shift + Enter


JetBrains PhpStorm (Linux)
Start New line
Editing

Shift + Enter


SharePoint 2016 (Windows)
Insert a new line(Not in HTML)
Rich Text Editing

Shift + Enter


Clarizen (Web Application)
Save and adds New if applicable
Other PopUps

Shift + Enter


Clarizen (Web Application)
Save note
Miscellanous Shortcuts

Ctrl + Enter / Shift + Enter


Microsoft Teams (Windows)
Start a new line
Messaging Shortcuts

Shift + Enter


Microsoft Excel 2016 (MacOS)
Complete a cell entry and move up in the selection
Enter data on a sheet

Shift + Enter


Corel Ventura 10 (Windows)
Line Break
Special Characters

Shift + Enter


Opera (MacOS)
Open selected link in new tab
Link

Shift + Enter


Opera (Windows)
Open selected link in new tab
Link

Shift + Enter


Microsoft Excel 2016 (MacOS)
Move from bottom to top within the selection (up)*
Work with a selection

Shift + Enter


Opera (MacOS)
Open bookmark in new tab
Bookmarks

Shift + Enter


Opera (Windows)
Open bookmark in new tab
Bookmarks

Shift + Enter


Kingsoft Spreadsheets 2016 (Windows)
Moves One Cell Up in Selected Cell Range
Navigation Shortcuts

Shift + Enter


Flock (Windows)
Complete .net address
General

Shift + Enter


MusicBee (Windows)
Edit Tags
Edit Controls

Shift + Enter


Kingsoft Writer 2016 (Windows)
Insert Manual Break
Editing

Shift + Enter


Informix Genero 2.5.0 (Windows)
Insert return
Editing Shortcuts

Shift + Enter


MediaMonkey (Windows)
Edit Properties of selected Tracks
Standard Keyboard Shortcuts

Shift + Enter


Tencent QQ Player (Windows)
Fans you switch
30 Shortcuts for Tencent QQ Player (Windows)

Shift + Enter


Jetbrains CLion (Windows)
Start new line
Editing Shortcuts

Shift + Enter


Flock (MacOS)
Complete .net address
45 Shortcuts for Flock (MacOS)

Shift + Enter


MPS 2017 (Windows)
Start a new line after the current one positioning the caret in accordance with the current indentation level
Basic Editing

Shift + Enter


Maxthon (Web Application)
Search keywords using multiple engines
Search Bar

Shift + Enter


Libreoffice Writer (Windows)
Line break without paragraph change
General

Shift + Enter


WeVideo (Web Application)
play from beginning
General (On Mac Ctrl equals Command)

Shift + Enter


Delphi 10 (Windows)
Inserts a new line with a carriage return
193 Shortcuts for Delphi 10 (Windows)

Shift + Enter


Kate (Linux)
Insert newline including leading characters of the current line which are not letters or numbers.
29 Shortcuts for Kate (Linux)

Shift + Enter


Kate (Windows)
Insert newline including leading characters of the current line which are not letters or numbers.
38 Shortcuts for Kate (Windows)

Shift + Enter


Kate (MacOS)
Insert newline including leading characters of the current line which are not letters or numbers.
28 Shortcuts for Kate (MacOS)

Shift + Enter


Comodo IceDragon (Windows)
Complete .net Address
Miscellaneous

Shift + Enter


Ableton Live 9 (Windows)
Preview Selected File
Browsing

Shift + Enter


Ableton Live 9 (MacOS)
Preview Selected File
Browsing

Shift + Enter


Ulead PhotoImpact 8 (Windows)
Opens the Web Properties dialog box
Web Menu

Shift + Enter


Vectorworks (Windows)
Move up by one cell
Worksheet Key Functions

Shift + Enter


Vectorworks (MacOS)
Move up by one cell
Worksheet Key Functions

Shift + Enter


MindManager v19 (Windows)
Add topic as previous (sibling, same level)
Most used - Same level

Shift + Enter


SuperMemo (Windows)
Single spaced new line in HTML
129 Shortcuts for SuperMemo (Windows)

Shift + Enter


MindManager v19 (Windows)
Add topic as previous (sibling, same level)
Reorganizing - Same level

Shift + Enter


Adobe Photoshop Elements (MacOS)
Apply value and keep text box active
Layers Panel

Shift + Enter


Adobe Photoshop Elements (Windows)
Apply value and keep text box active
Layers Panel

Shift + Enter


Microsoft Word 2010 (Windows)
Insert line break without breaking paragraph
Navigate within Documents - Insert Breaks

Shift + Enter


Microsoft Excel 2007 (Windows)
Completes a cell entry and selects the cell above.
Navigating in Worksheets and Selecting Cells

Shift + Enter


Open Office Writer 3 (Windows)
Line break without paragraph change
General OpenOffice Writer Shortcuts

Shift + Enter


Google Spreadsheets (Web Application)
Move from bottom to top within the selected range
Movement within a selected range

Shift + Enter


Microsoft Projects 2007 (Windows)
Move to the previous task or resource.
Select and edit in a dialog box

Shift + Enter


Google Spreadsheets (Web Application)
Complete a cell entry and select the previous cell above
Entering/editing data

Shift + Enter


Microsoft Word 2010 (Windows)
Insert line break without breaking paragraph
Edit Documents - Insert Breaks

Shift + Enter


InDesign CS5 (Windows)
Apply value and keep focus on option
Panels

Shift + Enter


Microsoft Word 2010 (Windows)
Insert line break without breaking paragraph
Formats - Insert Breaks

Shift + Enter


Microsoft Outlook 2007 (Windows)
Move to the previous field without leaving the active card.
Shortcuts for Business Card / Address Card View

Shift + Enter


Adobe Photoshop CS4 (Windows)
Apply value and keep text box active
Shortcut Keys for using panels

Shift + Enter


Microsoft Word 2010 (Windows)
Insert line break without breaking paragraph
Manage Word View - Insert Breaks

Shift + Enter


Microsoft Word 2010 (Windows)
Insert line break without breaking paragraph
Tables - Insert Breaks

Shift + Enter