Qt Creator (MacOS)

Editor

Insert line below current line

Ctrl + Enter

All hotkeys for Qt Creator (MacOS)

Version Control - Bazaar
Commit/Submit

Command + Z , Alt+ C

Version Control - Bazaar
Diff

Command + Z , Alt+ D

Version Control - Bazaar
Log/Filelog

Command + Z , Alt+ L

Version Control - Bazaar
Status

Command + Z , Alt+ S

Version Control - CVS
Add

Command + C , Alt+ A

Version Control - CVS
Commit/Submit

Command + C , Alt+ C

Version Control - CVS
Diff

Command + C , Alt+ D

Version Control - Git
Add

Command + G , Command + A

Version Control - Git
Commit/Submit

Command + G , Command + C

Version Control - Git
Diff

Command + G , Command + D

Version Control - Git
Diff project

Command + G , Command + Shift + D

Version Control - Git
Blame/Annotate

Command + G , Command + B

Version Control - Git
Log/Filelog

Command + G , Command + L

Version Control - Git
Log project

Command + G , Command + K

Version Control - Git
Undo changes/Revert

Command + G , Command + U

Version Control - Mercurial
Add

Command + P , Command + A

Version Control - Mercurial
Commit/Submit

Command + P , Command + S

Version Control - Mercurial
Diff project

Command + P , Command + D

Version Control - Mercurial
Log/Filelog

Command + P , Command + F

Version Control - Mercurial
Undo changes/Revert

Command + P , Command + R

Version Control - Mercurial
Edit

Command + P , Command + E

Version Control - Subversion
Add

Command + G , Command + A

Version Control - Subversion
Commit/Submit

Command + G , Command + C

Version Control - Subversion
Diff

Command + G , Command + D

General
Open file or project

Ctrl + O

General
New file or project

Ctrl + N

General
Open in external editor

Command + V , Command + I

General
Select all

Ctrl + A

General
Delete

Delete

General
Cut / Copy / Paste

Ctrl + X / Ctrl + C / Ctrl + V

General
Undo

Ctrl + Z

General
Redo

Ctrl + Y

General
Print

Ctrl + P

General
Save

Ctrl + S

General
Save all

Ctrl + Shift + S

General
Close window

Ctrl + W

General
Close all windows

Ctrl + Shift + W

General
Close current file

Ctrl + F4

General
Go back / Go forward

Command + Arrow Left / Command + Arrow Right

General
Go to line

Ctrl + L

General
Go to other split

Ctrl +E, O

General
Previous open document / Next open document in history

Ctrl + Tab / Ctrl + Shift + Tab

General
Activate Locator

Ctrl + K

General
Switch to Welcome mode

Ctrl + 1

General
Switch to Edit mode

Ctrl + 2

General
Switch to Design mode

Ctrl + 3

General
Switch to Debug mode

Ctrl + 4

General
Switch to Projects mode

Ctrl + 5

General
Switch to Analyze mode

Ctrl + 6

General
Switch to Help mode

Ctrl + 7

General
Toggle Issues pane

Command + 1

General
Toggle Search Results pane

Command + 2

General
Toggle Application Output pane

Command + 3

General
Toggle Compile Output pane

Command + 4

General
Toggle other output panes

Command + 5 ... 9

General
Activate Bookmarks pane

Command + M

General
Activate File System pane

Command + Y

General
Activate Open Documents pane

Command + O

General
Maximize output panes

Command + 9

General
Move to next item in output panes

F6

General
Move to previous item in output panes

Shift + F6

General
Activate Projects pane

Command + X

General
Full screen

Ctrl + Shift + F11

General
Toggle the sidebar

Command + 0

General
Move to Edit mode

Esc

General
Exit Qt Creator

Ctrl + Q

Editor
Auto-indent selection

Ctrl + I

Editor
Collapse / Expand

Ctrl + < / Ctrl + >

Editor
Trigger a completion in this scope

Ctrl + Space

Editor
Copy line

Ctrl + Insert

Editor
Copy line down / copy line up

Ctrl + Command +Down

Editor
Paste from the clipboard history, Subsequent presses move you back in the history

Ctrl + Shift + V

Editor
Cut line

Shift + Delete

Editor
Join lines

Ctrl + J

Editor
Insert line above current line

Ctrl + Shift + Enter

Editor
Insert line below current line

Ctrl + Enter

Editor
Decrease / increase font size (or Ctrl+scroll)

Ctrl +-/ Ctrl + +

Editor
Reset font size

Ctrl + 0

Editor
Toggle Vim-style editing

Command + V , Alt+ V

Editor
Split

Ctrl + E , 2

Editor
Split side by side

Ctrl + E , 3

Editor
Remove all splits

Ctrl + E , 1

Editor
Remove current split

Ctrl + E , 0

Editor
Select all

Ctrl + A

Editor
Go to block end / Go to block start

Ctrl + ] / Ctrl + [

Editor
Go to block end / Go to block start with selection

Ctrl + } / Ctrl + {

Editor
Move current line down / Move current line up

Ctrl + Shift + Arrow Down / Ctrl + Shift + Arrow Up

Editor
Trigger a refactoring action in this scope

Command + Enter

Editor
Rewrap paragraph

Ctrl + E , R

Editor
Select the current block The second press extends the selection to the parent block

Ctrl + U

Editor
Enable text wrapping

Ctrl + E , Ctrl + W

Editor
Toggle comment for selection

Ctrl + /

Editor
Visualize whitespace

Ctrl +E, Ctrl+ V

Editor
Adjust size

Ctrl + J

Editor
Lay out in a grid

Ctrl + G

Editor
Lay out horizontally

Ctrl + H

Editor
Lay out vertically

Ctrl + L

Editor
Preview

Command + Shift + R

Editor
Edit signals and slots

F4

Editor
Toggle bookmark

Ctrl + M

Editor
Go to next bookmark / go to previous bookmar

Ctrl + . / Ctrl + ,

Editor
Fetch snippet

Command + C , Alt+ F

Editor
Paste snippet

Command + C , Alt+ P

Editor
Find usages

Ctrl + Shift + U

Editor
Follow symbol under cursor; Works with namespaces, classes, methods, variables, include statements and macros

F2

Editor
Rename symbol under cursor

Ctrl + Shift + R

Editor
Switch between method declaration and definition

Shift + F2

Editor
Open type hierarchy

Ctrl + Shift + T

Editor
Switch between header and source file

F4

Editor
Turn selected text into lowercase

Command + U

Editor
Turn selected text into uppercase

Command + Shift + U

Editor
Run static checks on JavaScript code to find common problems

Ctrl + Shift + C

Editor
Find and replace

Ctrl + F

Editor
Find next / Find previous

F3 / Shift + F3

Editor
Find next / Find previous occurrence of selected text

Ctrl + F3 / Ctrl + Shift + F3

Editor
Replace next

Ctrl + =

Editor
Open advanced find

Ctrl + Shift + F

Editor
Record a text-editing macro

Command + (

Editor
Stop recording a macro

Command + )

Editor
Play last macro

Command + R

Editor
Show Qt Quick toolbars

Ctrl + Command + Space

Editor
Execute user actions 1 … 9 in FakeVim mode

Command + V , 1 ... 9

Image Viewer
Switch to background

Ctrl + [

Image Viewer
Switch to outline

Ctrl + ]

Image Viewer
Zoom in / Zoom out

Ctrl + + / Ctrl + -

Image Viewer
Fit to screen

Ctrl + =

Image Viewer
Original size

Ctrl + 0

Qt Quick Designer
Open the QML file that defines the selected component

F2

Qt Quick Designer
Move between code editor and visual editor

F4

Qt Quick Designer
Toggle left sidebar

Ctrl + Command + 0

Qt Quick Designer
Toggle right sidebar

Ctrl + Command + Shift + 0

Debugging
Start or continue debugging

F5

Debugging
Exit debugger

Shift + F5

Debugging
Step over

F10

Debugging
Step into

F11

Debugging
Step out

Shift + F11

Debugging
Toggle breakpoint

F9

Debugging
Run to selected function

Ctrl + F6

Debugging
Run to line

Ctrl + F10

Debugging
Reverse direction

F12

Project
Build project

Ctrl + B

Project
Build all

Ctrl + Shift + B

Project
New project

Ctrl + Shift + N

Project
Open project

Ctrl + Shift + O

Project
Select the kit to build and run your project with

Ctrl + T

Project
Run

Ctrl + R

Version Control

Help
View context-sensitive help

F1

Help
Activate contents in Help mode

Ctrl + T

Help
Add bookmark in Help mode

Ctrl + M

Help
Activate index in Help mode

Ctrl + I

Help
Reset font size

Ctrl + 0

Help
Activate search in Help mode

Ctrl + S

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


IntelliJ (Windows)
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


IntelliJ (Windows)
Edit source / View source
Navigation

F4 / 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


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