IntelliJ (Windows)

Editing

Smart line split

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


Google Chrome (Windows)
Run snippet
Manage Chrome DevTools - Sources Panel

Ctrl + Enter


Google Mail (Windows)
Send Message
Compose Messages

Ctrl + Enter


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

Ctrl + Enter


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

Ctrl + Enter


Thunderbird (Windows)
Send Message now
Compose and Edit Message

Ctrl + Enter


Thunderbird (Linux)
Send Message now
Compose and Edit Message

Ctrl + Enter


Firefox (Linux)
Open selected link in new background tab
Inside Webpages

Ctrl + Enter


Firefox (Windows)
Open selected link in new background tab
Inside Webpages

Ctrl + Enter


Microsoft OneNote 2010 (Windows)
Create a row below the current row in a table.
Creating and Manipulating OneNote Tables

ctrl + enter


Visual Studio 2015 (Windows)
Enter blank line above cursor
Code Editor - Edit Code

Ctrl + Enter


SharpDevelop 4.0 (Windows)
Goto Definition
Coding Shortcuts

Ctrl + Enter


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

Ctrl + Enter


Google Chrome (Linux)
Run snippet
Manage Chrome DevTools - Sources Panel

Ctrl + Enter


Microsoft Excel 2003 (Windows)
Enter same contents to multiple cells
Common

Ctrl + Enter


Access 2010 (Windows)
Insert a new line
Manage Access Features - Insert Data

Ctrl + Enter


Notepad++ 5 (Windows)
Word completion
Edit - Auto-completion

Ctrl + Enter


Notepad++ 5 (Windows)
Word completion
Search - Auto-completion

Ctrl + Enter


Access 2010 (Windows)
Select detail cell for next item / previous item in row
Manage Access Features - Pivot Table

Ctrl + Enter / Ctrl + Shift + Enter


Visual Studio 2015 (Windows)
Enter blank line above cursor
Coding - Edit Code

Ctrl + Enter


Adobe Illustrator CS5 (Windows)
Apply a value and scale option proportionately for width or height
Panel Shortcuts - Transform Panel

Ctrl + Enter


MyLifeOrganized (Windows)
When in Rapid Text Entry box, parse the title into Tags; when in Search box move focus to 1st search result
Accessing Features

Ctrl + Enter


Open Office Impress (Linux)
Moves to the next text object on the slide.
Select and Move Elements

Ctrl + Enter


Visual Studio 2015 (Windows)
Enter blank line above cursor
Code Snippets (Visual C# Scheme) - Edit Code

Ctrl + Enter


Sublime Text (Windows)
Insert line after and position cursor at beginning of new line
Cool Text Manipulation

Ctrl + Enter


Sublime Text (Windows)
Insert line after and position cursor at beginning of new line
Cool Text Manipulation

Ctrl + Enter


Evernote (Windows)
Open the selected note in a separate window (Alt + F4 to close window)
Note List

Ctrl + Enter


Adobe Illustrator CS5 (Windows)
Apply a value and scale option proportionately for width or height
Additional Shortcuts - Transform Panel

Ctrl + Enter


Opera (Linux)
Open selected link in new background tab
Link

Ctrl + Enter


Opera (Linux)
Log in/autofill form using the Wand
Form

Ctrl + Enter


Access 2010 (Windows)
Insert a new line
Working with Text and Data - Insert Data

Ctrl + Enter


Photoshop Lightroom 4 (Windows)
Play impromptu slide show
Comparing photos in the Library module

Ctrl + Enter


Kanban Tool (Web Application)
saving and closing existing task or for creating and closing new tasks
Online Kanban Board for Visual Project Management

Ctrl + Enter


Microsoft PowerPoint 2010 (Windows)
In Microsoft Office PowerPoint, move to the next title or body text placeholder. If it is the last placeholder on a slide, this will insert a new slide with the same slide layout as the original slide.
Basic Text Navigation and Formatting

Ctrl + Enter


Access 2010 (Windows)
Select detail cell for next item / previous item in row
Working with Text and Data - Pivot Table

Ctrl + Enter / Ctrl + Shift + Enter


FreeMind 0.9.0 (Windows)
Follow link
Node navigation commands

Ctrl + Enter


IntelliJ (Linux)
Smart line split
Editing

Ctrl + Enter


HoneyView 5.03 (Windows)
Show in Windows Explorer
Main Shortcuts

Ctrl + Enter


Photoshop Lightroom 4 (Windows)
Play impromptu slide show
Develop Module

Ctrl + Enter


Photoshop Lightroom 4 (Windows)
Play impromptu slide show
Slideshow module

Ctrl + Enter


Photoshop Lightroom 4 (Windows)
Play impromptu slide show
Print module

Ctrl + Enter


Photoshop Lightroom 4 (Windows)
Play impromptu slide show
Web module

Ctrl + Enter


IntelliJ (Linux)
Edit source / View source
Navigation

F4 / Ctrl + Enter


Access 2010 (Windows)
Insert a new line
Working with Access Views - Insert Data

Ctrl + Enter


FL Studio (Windows)
Select time around selection
Playlist Action

Ctrl + Enter


Microsoft Word 2013 (Windows)
Insert page break
Insert Special Characters, Text Elements, and Breaks

Ctrl + Enter


Access 2010 (Windows)
Select detail cell for next item / previous item in row
Working with Access Views - Pivot Table

Ctrl + Enter / Ctrl + Shift + Enter


Twitter (Web Application)
Send Tweet
Actions

Ctrl + Enter


Qt Creator (Windows)
Insert line below current line
Editor

Ctrl + Enter


Qt Creator (MacOS)
Insert line below current line
Editor

Ctrl + Enter


Atom (text editor) 1.0 (Linux)
New line below
Editing Lines

Ctrl + Enter


Atom (text editor) 1.0 (Windows)
New line below
Editing Lines

Ctrl + Enter


Atom (text editor) 1.0 (Linux)
Replace all
Find and Replace

Ctrl + Enter


Atom (text editor) 1.0 (Windows)
Replace all
Find and Replace

Ctrl + Enter


FL Studio (Windows)
Select time around selection
Piano Roll Action

Ctrl + Enter


Notepad++ 6 (Windows)
Launch Word Completion ListBox
Edit menu

Ctrl + Enter


GTDNext.com (Windows)
Completes a task
Center Pane Shortcuts

Ctrl + Enter


Skype for Business (Lync) 2016 (Windows)
Add audio/end audio
Conversation window

Ctrl + Enter


Access 2010 (Windows)
Insert a new line
The Rest - Insert Data

Ctrl + Enter


Microsoft OneNote 2016 (Windows)
Create row below current row in table
OneNote Tables

Ctrl + Enter


Access 2010 (Windows)
Select detail cell for next item / previous item in row
The Rest - Pivot Table

Ctrl + Enter / Ctrl + Shift + Enter


Photoshop Lightroom CC (Windows)
Play impromptu slide show
Comparing Photos in the Library Module

Ctrl + Enter


Microsoft Outlook 2016 (Windows)
Send
Mail

Ctrl + Enter


Microsoft PowerPoint 2016 (Windows)
Move from title/text to text/slide
Outlining Views

Ctrl + Enter


Photoshop Lightroom CC (Windows)
Play impromptu slide show
Develop Module

Ctrl + Enter


Photoshop Lightroom CC (Windows)
Play impromptu slide show
Slideshow Module

Ctrl + Enter


FileMaker Pro (Windows)
Add a new field in the Field Picker dialog box
General keyboard shortcuts (Windows)

Ctrl + Enter


Photoshop Lightroom CC (Windows)
Play impromptu slide show
Print Module

Ctrl + Enter


Photoshop Lightroom CC (Windows)
Play impromptu slide show
Web Module

Ctrl + Enter


InDesign CC (Windows)
Quick apply
Edit Menu shortcuts

Ctrl + Enter


Nuke 10 (Windows)
Run Script in editor
Script Editor

Ctrl + Enter


Nuke 10 (Linux)
Run Script in editor
Script Editor

Ctrl + Enter


Zoho Writer (Windows)
To give page break in document
General

Ctrl + Enter


Zoho Sheet (Windows)
Insert Line Break in Cell
Editing

Ctrl + Enter


3D Coat (Windows)
Pressed in one
Splines

Ctrl + Enter


Zoho Writer (Windows)
To Give Page Break in document
Format Tab

Ctrl + Enter


Dynamics CRM 2015 (Windows)
Open a record found in lookup with forms in Read-optimized mode
Form Keyboard Shortcuts

Ctrl + Enter


Dynamics NAV 2015 (Windows)
Save and close window
Edit

Ctrl + Enter


Dynamics CRM 2015 (Windows)
Publish Form Editor customization
General Purpose Shortcuts

Ctrl + Enter


Ace Projects (Windows)
Enter full screen
Other Shortcuts

Ctrl + Enter


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

Ctrl + Enter


Sublime Text (Linux)
Insert Line After
General Editing Shortcuts

Ctrl + Enter


Todoist (Web Application)
Submit Comment
Android Only Shortcuts

Ctrl + Enter


Asana (Web Application)
Complete Selected Task
Task Action Shortcuts(On Windows Plateform)

Ctrl + Enter


Microsoft Excel 2016 (Windows)
Complete cell entry and don't move selection
Edit Cell Content

Ctrl + Enter


IntelliJ (MacOS)
Generate Code
Editing Shortcuts

Ctrl + Enter


Trello (Web Application)
Save Text(Windows)
General Shortcuts

Ctrl + Enter


Bitbucket (Web Application)
Submit your comment
Commits/Pull Requests

Ctrl + Enter


Zimbra Collaboration Suite 8 (Windows)
Send Message
Mail Compose Form

Ctrl + S / Ctrl + Enter


Adobe XD (Experience Design) (Windows)
Preview
Window Menu

Ctrl + Enter


Desk.com (Windows)
Open selected cases
Filter View

Ctrl + Enter


Desk.com (Windows)
Update and send
Case View

Ctrl + Enter


Zoho Mail (Web Application)
Send Message
Predefined Shortcuts

Ctrl + Enter


jEdit (Windows)
Display Action Bar
Action Bar

Ctrl + Enter


Clarizen (Web Application)
Save
PopUp/Item editor

Ctrl + Enter


Clarizen (Web Application)
Performs relevant action if the focus is on a button (OK, Cancel, Done, etc.)
Other PopUps

Ctrl + Enter


JetBrains PhpStorm (Windows)
View Source
Navigation

Ctrl + Enter


Clarizen (Web Application)
Sends a post
Social Media

Ctrl + Enter


Clarizen (Web Application)
Save note
Miscellanous Shortcuts

Ctrl + Enter / Shift + Enter


Microsoft Teams (Windows)
Send a Message when Compose Box is Expanded
Messaging Shortcuts

Ctrl + Enter


JetBrains PhpStorm (Linux)
View Source
Navigation

Ctrl + Enter


Microsoft Hotmail (Web Application)
Send Message
14 Shortcuts for Microsoft Hotmail (Web Application)

Ctrl + Enter


Corel Ventura 10 (Windows)
Insert Page Break
Special Characters

Ctrl + Enter


Corel Quattro Pro X8 (Windows)
Insert Hard Page Break
Text Formatting

Ctrl + Enter


Corel Designer X7 (Windows)
Column Break/TextFrame Break
Inserting Formatting Code

Ctrl + Enter


Opera (Windows)
Log in/autofill form using the Wand
Form

Ctrl + Enter


Yahoo Mail (Web Application)
Send Message
General

Ctrl + Enter


MAGIX Movie Edit Pro (Windows)
Set project marker
PlayBack Functions

Ctrl + Enter


MusicBee (Windows)
Queue Last
Playback Controls

Ctrl + Enter


Flock (Windows)
Complete .com address
General

Ctrl + Enter


Kingsoft Spreadsheets 2016 (Windows)
Fills the selected cell range with the current entry
Other Shortcuts

Ctrl + Enter


Kingsoft Writer 2016 (Windows)
Insert Page Break
Editing

Ctrl + Enter


Adobe Captivate 2017 (Windows)
Preview the project
General and Miscellaneous Shortcuts

Ctrl + Enter


Forte (Windows)
Download HTML Images
Main Browser Window

Ctrl + Enter


Brackets (Windows)
Open Line Below
99 Shortcuts for Brackets (Windows)

Ctrl + Enter


Amarok (Windows)
Goto Current
General Shortcuts

Ctrl + Enter


MediaMonkey (Windows)
Play (selected Tracks) After Others
Standard Keyboard Shortcuts

Ctrl + Enter


WinSCP 5 (Windows)
Insert names of selected files to command line
File Panels

Ctrl + Enter


Jetbrains CLion (Windows)
Smart line split
Editing Shortcuts

Ctrl + Enter


Soundforge (Windows)
Maximize the width of the active data window
Magnification and View

Ctrl + Enter


MPS 2017 (Windows)
Split the selected line at the point where the caret is located, leaving the caret at the end of the first line
Basic Editing

Ctrl + Enter


Jupyter Notebook (Windows)
run cell
Command Mode (press Esc to enable)

Ctrl + Enter


Maxthon (Web Application)
Toggle highlighting of search keywords on the active page
Search Bar

Ctrl + Enter


Libreoffice Writer (Windows)
Manual page break
General

Ctrl + Enter


GOM Player (Windows)
Full Stretch Screen
Window Size

Ctrl + Enter


Visual Studio Code (Windows)
Insert line below
Editing Shortcuts

Ctrl + Enter


Aptana Studio 3 (Windows)
Wrap
Other Shortcuts

Ctrl + Enter


Delphi 10 (Windows)
Open file at cursor
193 Shortcuts for Delphi 10 (Windows)

Ctrl + Enter


RStudio (Windows)
Run current line/selection
Source

Ctrl + Enter


CuteFTP (Windows)
Edit selected file (also creates a line-break when in the integrated editor's Find/Replace utility)
General

Ctrl + Enter


Inkscape (Windows)
In XML Editor, set the attr value When editing an attribute value in XML Editor, this sets the new value (same as Clicking the Set attribute button)
Dialog

Ctrl + Enter


Comodo IceDragon (Windows)
Complete .com Address
Miscellaneous

Ctrl + Enter


Geany (Linux)
Show macro list
Build,Make and Compile

Ctrl + Enter


Geany (Windows)
Show macro list
Build,Make and Compile

Ctrl + Enter


Google Keep (Web Application)
Finish editing
Editor Shortcuts

Ctrl + Enter


Inkscape (Windows)
Enter group
Selector

Ctrl + Enter


AVS Video Editor (Windows)
Settings
Top Menu Files and Effects Area

Ctrl + Enter


Balsamiq Mockups (Windows)
Committing the current text
Working with Text

Enter / Ctrl + Enter


SuperMemo (Windows)
SuperMemo Commander
129 Shortcuts for SuperMemo (Windows)

Ctrl + Enter


Internet Explorer (Windows)
Complete a .com address in address bar: adds "http://" prefix and a ".com"-suffix, then loads the webpage.
Basic Navigation and Address Bar

Ctrl + Enter


Microsoft Word 2010 (Windows)
Insert page break
Navigate within Documents - Insert Breaks

Ctrl + Enter


Microsoft Excel 2007 (Windows)
Completes a cell entry and stays in the same cell
Navigating in Worksheets and Selecting Cells

Ctrl + Enter


Open Office Writer 3 (Windows)
Manual page break
General OpenOffice Writer Shortcuts

Ctrl + Enter


Google Spreadsheets (Web Application)
Insert line break in a cell
Entering/editing data

Ctrl + Enter


Dynamics CRM 2011 (Windows)
Publish Form Editor customization
General Shortcuts

Ctrl + Enter


Open Office Impress (Windows)
Moves to the next text object on the slide.
Select and Move Elements

Ctrl + Enter


Microsoft Outlook 2007 (Windows)
Send.
Shortcuts for Managing E-Mail

Ctrl + Enter


Microsoft Word 2010 (Windows)
Insert page break
Edit Documents - Insert Breaks

Ctrl + Enter


Microsoft Word 2010 (Windows)
Insert page break
Formats - Insert Breaks

Ctrl + Enter


InDesign CS5 (Windows)
Apply width, height, or scale value proportionally
Transform Panels

Ctrl + Enter


Microsoft Word 2010 (Windows)
Insert page break
Manage Word View - Insert Breaks

Ctrl + Enter


Microsoft Word 2010 (Windows)
Insert page break
Tables - Insert Breaks

Ctrl + Enter