IntelliJ (Windows)

Editing

Start new line

Shift + Enter

All hotkeys for IntelliJ (Windows)

Productivity
To quickly open any class.

Ctrl + N

Productivity
To quickly open any file.

Ctrl + Shift + N

Productivity
Toggle tools (maximize/minimize code window).

Ctrl + Shift + F12

Productivity
Code completion.

Ctrl + Space

Productivity
To find all places where a particular class, method or variable is used in the whole project by positioning the caret at the symbol's name or at its usage in code.

Alt + F7

Productivity
To quickly see the documentation for the class or method used at the editor's caret.

Crtl + P

Editing
Basic code completion (the name of any class, method or variable)

Ctrl + Space

Editing
Smart code completion (filters the list of methods and variables by expected type)

Ctrl + Shift + Space

Editing
Complete statement

Ctrl + Shift + Enter

Editing
Parameter info (within method call arguments)

Ctrl + P

Editing
Quick documentation lookup

Ctrl + Q

Editing
External Doc

Shift + F1

Editing
Brief Info

Ctrl + mouse over code

Editing
Show descriptions of error or warning at caret

Ctrl + F1

Editing
Generate code... (Getters, Setters, Constructors, hashCode/equals, toString)

Alt + Insert

Editing
Override methods

Ctrl + O

Editing
Implement methods

Ctrl + I

Editing
Surround with… (if..else, try..catch, for, synchronized, etc.)

Ctrl + Alt + T

Editing
Comment/uncomment with line comment

Ctrl + /

Editing
Comment/uncomment with block comment

Ctrl + Shift + /

Editing
Select successively increasing code blocks

Ctrl + W

Editing
Decrease current selection to previous state

Ctrl + Shift + W

Editing
Context info

Alt + Q

Editing
Show intention actions and quick-fixes

Alt + Enter

Editing
Reformat code

Ctrl + Alt + L

Editing
Optimize imports

Ctrl + Alt + O

Editing
Auto-indent line(s)

Ctrl + Alt + I

Editing
Indent/unindent selected lines

Tab / Shift + Tab

Editing
Cut current line or selected block to clipboard

Ctrl + X / Shift + Delete

Editing
Copy current line or selected block to clipboard

Ctrl + C / Ctrl + Insert

Editing
Paste from clipboard

Ctrl + V / Shift + Insert

Editing
Paste from recent buffers...

Ctrl + Shift + V

Editing
Duplicate current line or selected block

Ctrl + D

Editing
Delete line at caret

Ctrl + Y

Editing
Smart line join

Ctrl + Shift + J

Editing
Smart line split

Ctrl + Enter

Editing
Start new line

Shift + Enter

Editing
Toggle case for word at caret or selected block

Ctrl + Shift + U

Editing
Select till code block end/start

Ctrl + Shift + ] / [

Editing
Delete to word end

Ctrl + Delete

Editing
Delete to word start

Ctrl + Backspace

Editing
Expand/collapse code block

Ctrl + NumPad plus / -

Editing
Expand all / collapse all

Ctrl + Shift + NumPad plus / -

Editing
Close active editor tab

Ctrl + F4

Editing
Find usages / Find usages in file

Alt + F7 / Ctrl + F7

Editing
Highlight usages in file

Ctrl + Shift + F7

Editing
Show usages

Ctrl + Alt + F7

Editing
Copy

F5

Editing
Move

F6

Editing
Safe Delete

Alt + Delete

Editing
Rename

Shift + F6

Editing
Change Signature

Ctrl + F6

Editing
Inline

Ctrl + Alt + N

Editing
Extract Method

Ctrl + Alt + M

Editing
Extract Variable

Ctrl + Alt + V

Editing
Extract Field

Ctrl + Alt + F

Editing
Extract Constant

Ctrl + Alt + C

Editing
Extract Parameter

Ctrl + Alt + P

Search/Replace
Search everywhere

Double Shift

Search/Replace
Find

Ctrl + F

Search/Replace
Find next / Find previous

F3 / Shift + F3

Search/Replace
Replace

Ctrl + R

Search/Replace
Find in path

Ctrl + Shift + F

Search/Replace
Replace in path

Ctrl + Shift + R

Search/Replace
Search structurally (Ultimate Edition only)

Ctrl + Shift + S

Search/Replace
Replace structurally (Ultimate Edition only)

Ctrl + Shift + M

Compile and Run
Make project (compile modifed and dependent)

Ctrl + F9

Compile and Run
Compile selected file, package or module

Ctrl + Shift + F9

Compile and Run
Select configuration and run

Alt + Shift + F10

Compile and Run
Select configuration and debug

Alt + Shift + F9

Compile and Run
Run

Shift + F10

Compile and Run
Debug

Shift + F9

Compile and Run
Run context configuration from editor

Ctrl + Shift + F10

Debugging
Commit project to VCS

Ctrl + K

Debugging
Update project from VCS

Ctrl + T

Debugging
View recent changes

Alt + Shift + C

Debugging
‘VCS’ quick popup

Alt + `

Debugging
Step over

F8

Debugging
Step into

F7

Debugging
Smart step into

Shift + F7

Debugging
Step out

Shift + F8

Debugging
Run to cursor

Alt + F9

Debugging
Evaluate expression

Alt + F8

Debugging
Resume program

F9

Debugging
Toggle breakpoint

Ctrl + F8

Debugging
View breakpoints

Ctrl + Shift + F8

Live Templates
Surround with Live Template

Ctrl + Alt + J

Live Templates
Insert Live Template

Ctrl + J

Live Templates
Iteration according to Java SDK 1.5 style

Ctrl + J - iter

Live Templates
Check object type with instanceof and downcast it

Ctrl + J - inst

Live Templates
Iterate Collection / Iterate elements of java.util.Collection

Ctrl + J - itco

Live Templates
Iterate Itterator / IIterate elements of java.util.Iterator

Ctrl + J - itit

Live Templates
Iterate List / Iterate elements of java.util.List

Ctrl + J - itli

Live Templates
Public static final

Ctrl + J - psf

Live Templates
throw new

Ctrl + J - thr

Navigation
Go to class

Ctrl + N

Navigation
Go to file

Ctrl + Shift + N

Navigation
Go to symbol

Ctrl + Alt + Shift + N

Navigation
Go to next/previous editor tab

Alt + Right/Left

Navigation
Go back to previous tool window

F12

Navigation
Go to editor (from tool window)

Esc

Navigation
Hide active or last active window

Shift + Esc

Navigation
Close active run/messages/find/... tab

Ctrl + Shift + F4

Navigation
Go to line

Ctrl + G

Navigation
Recent files popup

Ctrl + E

Navigation
Navigate backward / navigate forward

Ctrl + Alt + Arrow Left / Arrow Right

Navigation
Navigate to last edit location

Ctrl + Shift + Backspace

Navigation
Select current file or symbol in any view

Alt + F1

Navigation
Go to declaration

Ctrl + B / Ctrl + Click

Navigation
Go to implementation(s)

Ctrl + Alt + B

Navigation
Open quick definition lookup

Ctrl + Shift + I

Navigation
Go to type declaration

Ctrl + Shift + B

Navigation
Go to super-method/super-class

Ctrl + U

Navigation
Go to previous/next method

Alt + Arrow Up / Arrow Down

Navigation
Move to code block end / move to code start

Ctrl + ] / [

Navigation
File structure popup

Ctrl + F12

Navigation
Type hierarchy

Ctrl + H

Navigation
Method hierarchy

Ctrl + Shift + H

Navigation
Call hierarchy

Ctrl + Alt + H

Navigation
Next/previous highlighted error

F2 / Shift + F2

Navigation
Edit source / View source

F4 / Ctrl + Enter

Navigation
Show navigation bar

Alt + Home

Navigation
Toggle bookmark

F11

Navigation
Toggle bookmark with mnemonic

Ctrl + F11

Navigation
Go to numbered bookmark

Ctrl + 0 ... 9

Navigation
Show bookmarks

Shift + F11

General
Open corresponding tool window

Alt + 0 ... 9

General
Save all

Ctrl + S

General
Synchronize

Ctrl + Alt + Y

General
Toggle maximizing editor

Ctrl + Shift + F12

General
Add to Favorites

Alt + Shift + F

General
Inspect current file with current profile

Alt + Shift + I

General
Quick switch current scheme

Ctrl + `

General
Open Settings dialog

Ctrl + Alt + S

General
Open Project Structure dialog

Ctrl + Alt + Shift + S

General
Find Action

Ctrl + Shift + A

General
Switch between tabs and tool window

Ctrl + Tab

General
Create new scratch file

Ctrl + Shift + Alt + Insert

Multiple Selection
Add/remove a selection

Alt + Shift +Mouse Click

Multiple Selection
Select the next occurrence

Alt + J

Multiple Selection
Unselect the next occurrence

Shift + Alt + J

Multiple Selection
Select all occurrences

Shift + Ctrl + Alt + J

Multiple Selection
Remove all selections

Esc

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


Eclipse Helios (Windows)
Enter line below current line
Edit Text

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


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