Jetbrains CLion (Windows)

Editing Shortcuts

Start new line

Shift + Enter

All hotkeys for Jetbrains CLion (Windows)

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

Ctrl + Spacebar

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

Ctrl + Shift + Spacebar

Editing Shortcuts
Complete statement

Ctrl + Shift + Enter

Editing Shortcuts
Parameter info (within method call arguments)

Ctrl + P

Editing Shortcuts
Quick documentation lookup

Ctrl + Q

Editing Shortcuts
Brief Info

Ctrl + Mouse over code

Editing Shortcuts
Show descriptions of error or warning at caret

Ctrl + F1

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

Alt + Insert

Editing Shortcuts
Override methods

Ctrl + O

Editing Shortcuts
Implement methods

Ctrl + I

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

Ctrl + Alt + T

Editing Shortcuts
Comment/uncomment with line comment

Ctrl + /

Editing Shortcuts
Comment/uncomment with block comment

Ctrl + Shift + /

Editing Shortcuts
Select successively increasing code blocks

Ctrl + W

Editing Shortcuts
Decrease current selection to previous state

Ctrl + Shift + W

Editing Shortcuts
Show Intension actions and QuickFixes

Alt + Q

Editing Shortcuts
Reformat code

Ctrl + Alt + L

Editing Shortcuts
Optimize imports

Ctrl + Alt + O

Editing Shortcuts
Auto-indent line(s)

Ctrl + Alt + I

Editing Shortcuts
Indent/unindent selected lines

Tab / Shift + Tab

Editing Shortcuts
Cut current line or selected block to clipboard

Ctrl + X

Editing Shortcuts
Copy current line or selected block to clipboard

Ctrl + C

Editing Shortcuts
Paste from clipboard

Ctrl + V

Editing Shortcuts
Paste from recent buffers...

Ctrl + Shift + V

Editing Shortcuts
Duplicate current line or selected block

Ctrl + D

Editing Shortcuts
Delete line at caret

Ctrl + Y

Editing Shortcuts
Smart line join

Ctrl + Shift + J

Editing Shortcuts
Smart line split

Ctrl + Enter

Editing Shortcuts
Start new line

Shift + Enter

Editing Shortcuts
Toggle case for word at caret or selected block

Ctrl + Shift + U

Editing Shortcuts
Select till code block end/start

Ctrl + Shift + ] / [

Editing Shortcuts
Delete to word end

Ctrl + Delete

Editing Shortcuts
Delete to word start

Ctrl + Backspace

Editing Shortcuts
Expand/collapse code block

Ctrl + NumPad + / -

Editing Shortcuts
Expand all / collapse all

Ctrl + Alt + NumPad + / -

Editing Shortcuts
Close active editor tab

Ctrl + F4

Editing Shortcuts
Place caret in Multiple Location

Alt + Shift + Click

Editing Shortcuts
Restore Single Caret Mode

Esc

Editing Shortcuts
Add/Delete Next Occurance of Current Word to Selection

Alt + G / Alt + Shift + G

Find and Replace
Search everywhere

Double Shift

Find and Replace
Find

Ctrl + F

Find and Replace
Find next/Find previous

F3 / Shift + F3

Find and Replace
Replace

Ctrl + R

Find and Replace
Find in path

Ctrl + Shift + F

Find and Replace
Replace in path

Ctrl + Shift + R

Compile and Run
Build Project

Ctrl + 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

Debugging
Step over

F8

Debugging
Step into

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
Indexed for( ; ; ) loop

for

Live Templates
Iterate range(C++11)

iter

Live Templates
Iterate using Begin/End Member Functions

itit

Live Templates
In CMake include directions with Boost

incboost

Live Templates
In CMake create New Function Definitor

function

Navigation Shortcuts
Go to class

Ctrl + N

Navigation Shortcuts
Go to file

Ctrl + Shift + N

Navigation Shortcuts
Go to symbol

Ctrl + Alt + Shift + N

Navigation Shortcuts
Go to next/previous editor tab

Alt + Right Arrow / Left Arrow

Navigation Shortcuts
Go back to previous tool window

F12

Navigation Shortcuts
Go to editor (from tool window)

Esc

Navigation Shortcuts
Hide active or last active window

Shift + Esc

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

Ctrl + Shift + F4

Navigation Shortcuts
Go to line

Ctrl + G

Navigation Shortcuts
Recent files popup

Ctrl + E

Navigation Shortcuts
Navigate backward / navigate forward

Ctrl + Alt + Left Arrow / Right Arrow

Navigation Shortcuts
Navigate to last edit location

Ctrl + Shift + Backspace

Navigation Shortcuts
Select current file or symbol in any view

Alt + F1

Navigation Shortcuts
Go to declaration

Ctrl + B

Navigation Shortcuts
Go to implementation(s)

Ctrl + Alt + B

Navigation Shortcuts
Go to related Symbol(Header/Source File)

Ctrl + Alt + Home

Navigation Shortcuts
Open quick definition lookup

Ctrl + Shift + I

Navigation Shortcuts
Go to type declaration

Ctrl + Shift + B

Navigation Shortcuts
Go to super-method/super-class

Ctrl + U

Navigation Shortcuts
Go to previous/next method

Alt + Up Arrow / Down Arrow

Navigation Shortcuts
Move to code block end / move to code start

Ctrl + ] / [

Navigation Shortcuts
File structure popup

Ctrl + F12

Navigation Shortcuts
Type hierarchy

Ctrl + H

Navigation Shortcuts
Call hierarchy

Ctrl + Alt + H

Navigation Shortcuts
Next/previous highlighted error

F2 / Shift + F2

Navigation Shortcuts
Toggle bookmark

F11

Navigation Shortcuts
Toggle bookmark with mnemonic

Ctrl + F11

Navigation Shortcuts
Go to numbered bookmark

Ctrl + 0 ... 9

Navigation Shortcuts
Show bookmarks

Shift + F11

General
Open corresponding tool window

Alt + 0 ... 9

General
Inspect current file with current profile

Alt + Shift + I

General
Quick switch current scheme

Ctrl + `

General
Edit Application Settings

Ctrl + Alt + S

General
Hide All Tool Windows

Ctrl + Shift + F12

General
Add to Favourites

Alt + Shift + F

Usage Search
Find Usage

Alt + F7

Usage Search
Find Usages in File

Ctrl + F7

Usage Search
Highlight Usages in File

Ctrl + Shift + F7

Usage Search
Show Usages

Ctrl + Alt + F7

VCS/Local History
Commit Project to VCS

Ctrl + K

VCS/Local History
Update Project from VCS

Ctrl + T

VCS/Local History
View Recent Changes

Alt + Shift + C

VCS/Local History
VCS Quick Popup

Alt + `

Refactoring
Refactor This

Ctrl + Alt + Shift + T

Refactoring
Copy

F5

Refactoring
Move

F6

Refactoring
safe Delete

Alt + Delete

Refactoring
Rename

Shift + F6

Refactoring
Change Signature

Ctrl + F6

Refactoring
Extract Function

Ctrl + Alt + M

Refactoring
Inline

Ctrl + Alt + N

Refactoring
Introduce parameter

Ctrl + Alt + P

Refactoring
Introduce Variable

Ctrl + Alt + V

Refactoring
Introduce Constant

Ctrl + Alt + C

Refactoring
Introduce Define

Ctrl + Alt + D

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


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


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