MPS 2017 (Windows)

Navigation between Source Code

Show the list of recently opened files

Ctrl + E

All hotkeys for MPS 2017 (Windows)

Advanced Editing
Comment/uncomment current line or selected block with line comments

Ctrl + /

Advanced Editing
Comment/uncomment code with block comments

Ctrl + Shift + /

Advanced Editing
Show the Highlighting level pop-up window to configure highlighting in the current file

Ctrl + Shift + Alt + H

Advanced Editing
Show parameters of the method call at the caret

Ctrl + P

Advanced Editing
Show the current method or class declaration when it is not visible

Alt + Q

Advanced Editing
Show an error or warning description at the caret

Ctrl + F1

Advanced Editing
Open browser with the documentation for the selected item

Shift + F1

Advanced Editing
Override base class methods in the current class

Ctrl + O

Advanced Editing
Surround selected code fragment with if, do, tags or other constructs

Ctrl + Alt + T

Advanced Editing
Code completion for any class, method or variable

Ctrl + Spacebar

Advanced Editing
Code Completion filtering the lookup list basing on expected type

Ctrl + Shift + Spacebar

Advanced Editing
Goes through the names of classes, methods, keywords and variables in the current visibility scope

Alt + /

Advanced Editing
Show a pop-up list of starting with a specified prefix

Ctrl + J

Advanced Editing
Surround the selection with one of the templates

Ctrl + Alt + J

Advanced Editing
In templates: move the caret to the next template variable

Tab

Advanced Editing
In templates: move the caret to the previous template variable

Shift + Tab

Basic Editing
Delete a character to the left of the caret

Backspace

Basic Editing
Undo last operation

Ctrl + Z

Basic Editing
Redo last undone operation

Ctrl + Shift + Z

Basic Editing
Cut a current line or a selected code block to the Clipboard

Ctrl + X

Basic Editing
Copy a current line or a selected code block to the Clipboard

Ctrl + C

Basic Editing
Paste from the Clipboard to the caret location

Ctrl + V

Basic Editing
Paste selected entry from the Clipboard to the caret location

Ctrl + Shift + V

Basic Editing
Move the caret one line up

Up Arrow

Basic Editing
Move the caret one line up selecting the text

Shift + Up Arrow

Basic Editing
Move the caret one line down

Down Arrow

Basic Editing
Move the caret one line down selecting the text

Shift + Down Arrow

Basic Editing
Move the caret one character to the left

Left Arrow

Basic Editing
Move the caret one character to the left selecting the text

Shift + Left Arrow

Basic Editing
Move the caret one character to the right

Right Arrow

Basic Editing
Move the caret one character to the right selecting the text

Shift + Right Arrow

Basic Editing
Move the caret down to the page bottom

Ctrl + PgDn

Basic Editing
Move the caret down to the page bottom, selecting the text

Ctrl + Shift + PgDn

Basic Editing
Move the caret up to the page top

Ctrl + PgUp

Basic Editing
Move the caret up to the page bottom, selecting the text

Ctrl + Shift + PgUp

Basic Editing
Move the caret one Page down

PgDn

Basic Editing
Move the caret one Page down, selecting the text

Shift + PgDn

Basic Editing
Move the caret one Page up

PgUp

Basic Editing
Move the caret one Page up, selecting the text

Shift + PgUp

Basic Editing
Scroll the text one line down

Ctrl + Down Arrow

Basic Editing
Scroll a line at caret to the center of the screen

Ctrl + M

Basic Editing
Scroll the text one line up

Ctrl + Up Arrow

Basic Editing
Move the caret to the end of line

End

Basic Editing
Move the caret to the end of line, selecting the text

Shift + End

Basic Editing
Move the caret to the beginning of line

Home

Basic Editing
Move the caret to the beginning of line, selecting the text

Shift + Home

Basic Editing
Move the caret to the next word

Ctrl + Right Arrow

Basic Editing
Move the caret to the next word, selecting it

Ctrl + Shift + Right Arrow

Basic Editing
Move the caret to the previous word

Ctrl + Left Arrow

Basic Editing
Move the caret to the previous word, selecting it

Ctrl + Shift + Left Arrow

Basic Editing
Move the caret to the end of text

Ctrl + End

Basic Editing
Move the caret to the end of text, selecting it

Ctrl + Shift + End

Basic Editing
Move the caret to the beginning of text

Ctrl + Home

Basic Editing
Move the caret to the beginning of text, selecting it

Ctrl + Shift + Home

Basic Editing
Select the entire text opened in the editor

Ctrl + A

Basic Editing
Delete the line where the caret is currently located

Ctrl + Y

Basic Editing
Delete the word starting from the current caret location up to the word end

Ctrl + Delete

Basic Editing
Delete the word starting from the current caret location up to the word start

Ctrl + Backspace

Basic Editing
Toggle insert/overwrite modes

Insert

Basic Editing
Duplicate selected block or the line at the caret

Ctrl + D

Basic Editing
Toggle case of the selected text block

Ctrl + Shift + U

Basic Editing
Move the caret to the current code block end, highlighting the block limits

Ctrl + ]

Basic Editing
Move the caret to the current code block end, selecting the code beginning from the initial caret location

Ctrl + Shift + ]

Basic Editing
Move the caret to the current code block start, highlighting the block limits

Ctrl + [

Basic Editing
Move the caret to the current code block start, selecting the code beginning from the initial caret location

Ctrl + Shift + [

Basic Editing
Start a new line after the current one positioning the caret in accordance with the current indentation level

Shift + Enter

Basic Editing
Start a new line before the current one

Ctrl + Alt + Enter

Basic Editing
Concatenate the selected lines into one or concatenate the line where the caret is currently located with the next line

Ctrl + Shift + J

Basic Editing
Split the selected line at the point where the caret is located, leaving the caret at the end of the first line

Ctrl + Enter

Basic Editing
Select successively increasing code blocks starting from the current caret location

Ctrl + W

Basic Editing
Remove sequentially the selection made by the action

Ctrl + Shift + W

Basic Editing
Move the selected block to the next indentation level

Tab

Basic Editing
Move the selected block to the previous indentation level

Shift + Tab

Basic Editing
Indent the current line or selected block according to the General settings

Ctrl + Alt + I

Code Folding
Expand the current collapsed fragment

Ctrl + NumPad +

Code Folding
Collapse the current folding region

Ctrl + NumPad -

Code Folding
Expand the current folded fragment and all the subordinate collapsed folding regions within that fragment

Ctrl + Alt + NumPad +

Code Folding
Collapse the current folding region and all the subordinate folding regions within it

Ctrl + Alt + NumPad -

Code Folding
Expand all collapsed fragments within the selection, or, if nothing is selected, expand all the collapsed fragments in the current file

Ctrl + Shift + NumPad +

Code Folding
Collapse all folding regions within the selection, or, if nothing is selected, collapse all the folding regions in the current file

Ctrl + Shift + NumPad -

Code Folding
Expand the current fragment and all the nested fragments up to the specified level

Ctrl + NumPad 1..5

Code Folding
Expand all the collapsed fragments in the file up to the specified nesting level

Ctrl + Shift + NumPad 1..5

Code Folding
Collapse the selected fragment and create a custom folding region for it to make it "foldable" / Expand the current fragment and remove the corresponding custom folding region to make the fragment "unfoldable"

Ctrl + .

Running and Debugging
Run a program

Shift + F10

Running and Debugging
Quickly select run/debug configuration and run or edit it

Shift + Alt + F10

Running and Debugging
Repeat execution with the same settings, with the same tab of the Run tool window having the focus

Ctrl + F5

Running and Debugging
Repeat execution with the same settings, with the same tab of the editor having the focus

Shift + F10

Running and Debugging
Debug a program

Shift + F9

Running and Debugging
Quickly select run/debug configuration and debug or edit it

Shift + Alt + F9

Running and Debugging
Step to the next line in the current file See Stepping Through the Program

F8

Running and Debugging
Step to the next executed line See Stepping Through the Program

F7

Running and Debugging
Select the method to step in, if the current line contains multiple method call expressions See Choosing a Method to Step Into

Shift + F7

Running and Debugging
Step to a first executed line after returning from the current method See Stepping Through the Program

Shift + F8

Running and Debugging
Run until the next line in this method or file, skipping the methods referenced at the current execution point and ignoring breakpoints See Stepping Through the Program

Shift + Alt + F8

Running and Debugging
Steps into the method called in the current execution point even if this method is to be skipped See Stepping Through the Program

Shift + Alt + F7

Running and Debugging
Run to the line where the caret is located See Stepping Through the Program

Alt + F9

Running and Debugging
Run to the line where the caret is located, ignoring breakpoints See Stepping Through the Program

Ctrl + Alt + F9

Running and Debugging
Resume program execution

F9

Running and Debugging
Terminate a debugging session

Shift + F2

Running and Debugging
Evaluate an arbitrary expression

Alt + F8

Running and Debugging
Evaluate an arbitrary expression without calling Evaluate Expression dialog

Ctrl + Alt + F8

Running and Debugging
Toggle breakpoint at the current line

Ctrl + F8

Running and Debugging
View/manage all breakpoints

Ctrl + Shift + F8

General Shortcuts
Close an active tab in a tool window (for example, Find tool window)

Ctrl + Shift + F4

General Shortcuts
Close an active editor

Ctrl + F4

General Shortcuts
Open an editor for the selected item or items and give focus to the last opened file

F4

General Shortcuts
Export contents of a tool window to a text file This feature applies to the Version Control Tool Window, Messages Tool Window, and other tool windows that provide the export button  on the window toolbar

Alt + O

General Shortcuts
Create a new class, file or directory See Populating Modules

Alt + Insert

General Shortcuts
Save all files and settings

Ctrl + S

General Shortcuts
When several tabs are open in the editor or a view, open the next tab to the right (or first tab if the current one is the last)

Alt + Right Arrow

General Shortcuts
When several tabs are open in the editor or a view, open the next tab to the left (or last tab if the current one is the first)

Alt + Left Arrow

General Shortcuts
Display intention actions (if any) for the code where the caret is currently located, or the selected GUI component in a form

Alt + Enter

General Shortcuts
Detect all externally changed files and reload them from disk

Ctrl + Alt + Y

Search
Initiate text search

Ctrl + F

Search
Initiate text search and replace

Ctrl + R

Search
Navigate to the next/previous occurrence of a selected word in the editor

F3 / Shift + F3

Search
Search in the editor for the word where the caret is currently located

Ctrl + F3

Search
Initiate text search

Ctrl + F

Search
Initiate search for a text string in the specified scope

Ctrl + Shift + F

Search
Initiate search and replace in the specified scope

Ctrl + Shift + R

Search
Initiate search for usages of the selected symbol in the specified scope

Alt + F7

Search
Initiate search for usages of the selected symbol in the current file

Ctrl + F7

Search
Highlight usages of a symbol at caret

Ctrl + Shift + F7

Search
Show usages of a symbol at caret in a pop-up window Use list of found usages to jump to the desired location

Ctrl + Alt + F7

Search
Find an action, bypassing menus See Finding Actions

Ctrl + Shift + A

Navigation between Bookmarks
Navigate to a numbered bookmark with the corresponding number

Ctrl + Specified Number

Navigation between Bookmarks
Turn anonymous bookmark on or off

F11

Navigation between Bookmarks
Turn bookmark with mnemonic on or off

Ctrl + F11

Navigation between Bookmarks
Open Bookmarks dialog to manage existing bookmarks and navigate between them

Shift + F11

Navigation between IDE Components
Move focus from the current file, class, method or reference to a data source, to a view suggested in the Select Target pop-up menu Refer to Navigating Between IDE Components

Alt + F1

Navigation between IDE Components
Collapse all nodes in a tree view

Ctrl + NumPad -

Navigation between IDE Components
Expand all nodes in a tree view

Ctrl + NumPad +

Navigation between IDE Components
Navigate between files opened in the editor, and tool windows

Ctrl + Tab

Navigation between IDE Components
Open a tool window with the specified number

Alt + Number

Navigation between IDE Components
Hide the currently active tool window

Shift + Esc

Navigation between IDE Components
Activate the last focused tool window

F12

Navigation between Source Code
Display the Structure pop-up window for quick navigation through the current file

Ctrl + F12

Navigation between Source Code
Move focus from the current file, class, method or reference to a data source table to a view suggested in the Select Target pop-up menu See Navigating Between IDE Components

Alt + F1

Navigation between Source Code
Show the list of recently opened files

Ctrl + E

Navigation between Source Code
Show the list of recently updated files

Ctrl + Shift + E

Navigation between Source Code
Browse hierarchy for the selected class class

Ctrl + H

Navigation between Source Code
Navigate directly to a class in project by specifying its name in a pop-up dialog box

Ctrl + N

Navigation between Source Code
Navigate directly to a file in project by specifying its name in a pop-up dialog box

Ctrl + Shift + N

Navigation between Source Code
Show the list of recently opened files

Ctrl + E

Navigation between Source Code
Show the list of recently updated files

Ctrl + Shift + E

Navigation between Source Code
Navigate to any line in the current file by specifying its number

Ctrl + G

Navigation between Source Code
Navigate to declaration of a symbol at caret

Ctrl + B

Navigation between Source Code
Navigate to implementation of the item at caret

Ctrl + Alt + B

Navigation between Source Code
Navigate to a type declaration of a symbol at caret, the symbol being a variable or a method call

Ctrl + Shift + B

Navigation between Source Code
Navigate to a super method declaration of a method under the caret

Ctrl + U

Navigation between Source Code
Navigate to a test for the class at caret, if any, or navigate from a test to a test subject

Ctrl + Shift + T

Navigation between Source Code
Navigate between files with complicated relationships between them

Ctrl + Alt + Home

Navigation between Source Code
Navigate to the next method declaration in the active editor tab

Alt + Down Arrow

Navigation between Source Code
Navigate to the previous method declaration in the active editor tab

Alt + Up Arrow

Navigation between Source Code
Navigate to the start of the current code block

Ctrl + [

Navigation between Source Code
Navigate to the end of the current code block

Ctrl + ]

Navigation between Source Code
Undo last navigation operation

Ctrl + Alt + Left Arrow

Navigation between Source Code
Redo last undone navigation operation

Ctrl + Alt + Right Arrow

Navigation between Source Code
Navigate to a previous found item

Ctrl + Alt + Up Arrow

Navigation between Source Code
Navigate to a next found item

Ctrl + Alt + Down Arrow

Navigation between Source Code
Move through the most recent change points

Ctrl + Shift + Backspace

Navigation between Source Code
Navigate to the next found error/warning

F2

Navigation between Source Code
Navigate to the previous found error/warning

Shift + F2

Refactoring
Rename the selected file, class, field, method, etc and change all references to it accordingly

Shift + F6

Refactoring
Change the signature of the selected method and update all the corresponding method calls

Ctrl + F6

Refactoring
Move the selected class, package or static member to another package or class and update all the corresponding references

F6

Refactoring
Create a copy of the selected class, file or directory in the same or different directory or package

F5

Refactoring
Delete the selected class, method or field checking its usages

Alt + Delete

Refactoring
Turn the selected code fragment into a method

Ctrl + Alt + M

Refactoring
Create a new variable and use the selected expression as its value

Ctrl + Alt + V

Refactoring
Create a new field and use the selected expression as its value

Ctrl + Alt + F

Refactoring
Create a new constant (static final field) and use the selected expression as its value

Ctrl + Alt + C

Refactoring
Turn the selected expression into a new method parameter

Ctrl + Alt + P

Refactoring
Inline the selected method or variable

Ctrl + Alt + N

Similar combinations for other applications


Microsoft Outlook 2010 (Windows)
Go to Search box
Messages in Main View - Main Window

F3 / Ctrl + E


Eclipse Helios (Windows)
Show list of open Editors. Use arrow keys and enter to switch
Editor Window

Ctrl + E


VLC Media Player (Windows)
Adjustments and audio/ video Effects
Manage VLC, Playlists, and Special Commands

Ctrl + E


Emacs 23.2.1 (Linux)
Jump to beginning / end of the line
Cursor Movement

Ctrl + A / Ctrl + E


Google Chrome (Windows)
Start / stop recording
Manage Chrome DevTools - Timeline Panel

Ctrl + E


Google Chrome (Windows)
Start / stop recording
Manage Chrome DevTools - Profiles Panel

Ctrl + E


Thunderbird (Windows)
Edit Message as new
Compose and Edit Message

Ctrl + E


Microsoft Outlook 2010 (Windows)
Align center
Messages in Main View - Format Message Body

Ctrl + E


Thunderbird (Linux)
Edit Message as new
Compose and Edit Message

Ctrl + E


SharpDevelop 4.0 (Windows)
Incremental search forward
Find/Replace

Ctrl + E


Google Chrome (Windows)
Enter search query in the address bar
Address Bar

Ctrl + E / Ctrl + K


Microsoft Outlook 2010 (Windows)
Go to Search box
Messages in Compose View - Main Window

F3 / Ctrl + E


Google Chrome (Linux)
Start / stop recording
Manage Chrome DevTools - Timeline Panel

Ctrl + E


Google Chrome (Linux)
Start / stop recording
Manage Chrome DevTools - Profiles Panel

Ctrl + E


Microsoft OneNote 2010 (Windows)
Move the insertion point to the Search box to search all notebooks.
Searching Notes

ctrl + e


Phoenix Viewer (Windows)
Deselect all
Edit

Ctrl + E


Zune (Windows)
Search
Playing Songs

Ctrl + E


Microsoft Outlook 2010 (Windows)
Align center
Messages in Compose View - Format Message Body

Ctrl + E


Microstation v8i (Windows)
View Levels Display
Editing

Ctrl + E


Access 2010 (Windows)
Export contents to Excel
Manage Access Features - Pivot Table

Ctrl + E


Microsoft Outlook 2010 (Windows)
Go to Search box
Calendar Shortcuts - Main Window

F3 / Ctrl + E


Tekla Structures 14.0 (Windows)
Advanced options
General shortcuts

Ctrl + e


Microsoft Word 2007 (Windows)
Switch a paragraph between centered and left-aligned.
Character and paragraph formatting Align paragraphs

Ctrl + E


Vuescan (Windows)
Refresh
14 Shortcuts for Vuescan (Windows)

Ctrl + E


Opera (Linux)
Focus on address bar
Focus

Alt + D / Ctrl + E / Ctrl + L / F8


Microsoft Outlook 2010 (Windows)
Align center
Calendar Shortcuts - Format Message Body

Ctrl + E


Sublime Text (Windows)
Slurp find string
Find and Replace

Ctrl + E


Evernote (Windows)
Align current paragraph or selection center
Note Editor

Ctrl + e


Photoshop Lightroom 4 (Windows)
Edit in Photoshop
Managing photos and catalog

Ctrl + E


UltraEdit (Windows)
Delete line the cursor is on
Edit Menu

Ctrl + E


Oracle SQL Developer 4 (Windows)
Incremental Find Forward/ Backwards
Search

Ctrl + E / Ctrl + Shift + E


Microsoft Outlook 2010 (Windows)
Find contact or other item
Contacts Shortcuts

F3 / Ctrl + E


Microsoft Outlook 2010 (Windows)
Find task or other item
Tasks Shortcuts

Ctrl + E


VLC Media Player (MacOS)
Adjustments and audio/video effects
Manage VLC, Playlists, and Special Commands

Ctrl + E


FreeMind 0.9.0 (Windows)
Export to html
File commands

Ctrl + E


Access 2010 (Windows)
Export contents to Excel
Working with Text and Data - Pivot Table

Ctrl + E


CATIA V5 (Windows)
Activate define multi-instantiation tool in assembly design workbench
38 Shortcuts for CATIA V5 (Windows)

Ctrl + E


AutoCAD 2012 (Windows)
Cycle isometric planes
Toggle General Features

Ctrl + E


Vuescan (Linux)
Refresh
12 Shortcuts for Vuescan (Linux)

Ctrl + E


Photoshop Lightroom 4 (Windows)
Edit in Photoshop
Develop Module

Ctrl + E


Microsoft PowerPoint 2010 (Windows)
Center a paragraph.
Change Fonts and Formatting

Ctrl + E


NetBeans 8 (Windows)
Delete current line
Coding in Java

Ctrl + E


iTunes (Windows)
Eject a CD
Control menu shortcuts

Ctrl + E


HoneyView 5.03 (Windows)
Launch External Program
Change Image View

Ctrl + E


Directory Opus (Windows)
Open new lister
File Menu

Ctrl + E


IntelliJ (Linux)
Recent files popup
Navigation

Ctrl + E


Adobe Photoshop CS5 (Windows)
Export to a DFX file (Photoshop Extended only)
Vanishing Point

Ctrl + E


Presonus Studio One (Windows)
Mixdown to audio file...
Song Menu

Ctrl + E


IntelliJ (Windows)
Recent files popup
Navigation

Ctrl + E


FL Studio (Windows)
Toggle Step Edit mode
Record / Playback / Transport

Ctrl + E


Audacity 2 (Windows)
Zoom to selection
View Menu

Ctrl + E


Pro Tools (Windows)
Separate clip - At selection
Edit Menu

Ctrl + E


Adobe Flash Professional (Windows)
Toggle between Edit Movie and Edit Symbol Mode
Windows

Ctrl + E


Access 2010 (Windows)
Export contents to Excel
Working with Access Views - Pivot Table

Ctrl + E


Microsoft Word 2013 (Windows)
Center-align paragraph
Format Paragraphs and Apply Styles

Ctrl + E


FileMaker Pro (Windows)
Turn page guides on and off
Layout Mode Shortcuts - Relationships Graph

Ctrl + E


Microsoft Outlook 2016 (Windows)
Find a message or other item
Search

Ctrl + E


Adobe Photoshop CC (Windows)
Merge Layers
Basic Shortcuts for Photoshop CC 2015 - Layers Basics

Ctrl + E


Sonos Controller (Windows)
Toggle Shuffle
22 Shortcuts for Sonos Controller (Windows)

Ctrl + E


Clink (Windows)
end-of-line
BASH (GNU Readline) Line Editing

Ctrl + E


Microsoft Edge Browser (Windows)
Open a search query in the address bar
Search

Ctrl + E


Android Studio (Windows)
Lookup recent files
General Shortcuts

Ctrl + E


Microsoft Outlook 2016 (Windows)
Center text
Common Commands: Common To Most Views

Ctrl + E


FileMaker Pro (Windows)
Turn page guides on and off
Text Shortcuts - Relationships Graph

Ctrl + E


Photoshop Lightroom CC (Windows)
Edit in Photoshop
Managing Photos and Catalogs

Ctrl + E


Microsoft Outlook 2016 (Windows)
Center
Common Commands: Format Text and work with Editor

Ctrl + E


Microsoft OneNote 2016 (Windows)
Move insertion point to search box to search all notebooks
Search Notes

Ctrl + E


Access 2010 (Windows)
Export contents to Excel
The Rest - Pivot Table

Ctrl + E


Microsoft Edge Browser (Windows)
Start/stop profiling to begin a performance session (on Performance, Network, Memory tabs)
Developer Tools (the following shortcuts are only applicable within the Developer Tools section)

Ctrl + E


Microsoft PowerPoint 2016 (Windows)
Align Center Selected Phrase
Edit and General Text Operations

Ctrl + E


Adobe After Effects CC (Windows)
Edit selected Footage item
Footage

Ctrl + E


Corel VideoStudio X9.5 (Windows)
End
Navigation/Direction Shortcuts

Ctrl + E


Adobe Premiere CC (Windows)
Edit
General Shortcuts

Ctrl + E


Photoshop Lightroom CC (Windows)
Edit in Photoshop
Develop Module

Ctrl + E


Adobe Audition CC (Windows)
Edit original
Marker/Tool/Clip Shortcuts

Ctrl + E


Corel Painter 2017 (Windows)
Collapse
Layers

Ctrl + E


FileMaker Pro (Windows)
Turn page guides on and off
Database Management Shortcuts - Relationships Graph

Ctrl + E


Microsoft Outlook 2016 (Windows)
Find a task or other item
Tasks

Ctrl + E


FileMaker Pro (Windows)
Delete a record, request, or layout
General keyboard shortcuts (Windows)

Ctrl + E


Adobe Photoshop CC (Windows)
Merge Layers
Manage Panels - Layers Basics

Ctrl + E


InDesign CC (Windows)
Export
File Menu Shortcuts

Ctrl + E


Finale (Windows)
Switch Page/Scroll Views
View Menu

Ctrl + E


FileMaker Pro (Windows)
Delete a record
Browse-Mode Shortcuts

Ctrl + E


IMVU (Windows)
Explore Tool
Tools

Ctrl + E


ArchiCAD 20 (Windows)
Rotate
Edit Menu Commands

Ctrl + E


Nuke 10 (Windows)
Copy Expressions
Curve Editor

Ctrl + E


FileMaker Pro (Windows)
Delete a find request
Find Mode Shortcuts

Ctrl + E


Nuke 10 (Linux)
Copy Expressions
Curve Editor

Ctrl + E


Hexagon 2 (Windows)
Save as
General Shortcuts

Ctrl + E


3D Coat (Windows)
Merge Down
Layers Operations

Ctrl + E


Zoho Writer (Windows)
To Justify Center
Format Tab

Ctrl + E


Microsoft Word 2016 (Windows)
Align Center Selected Phrase
Text Editing/Graphics editing Operations

Ctrl + E


Wondershare Editor (Windows)
Export
Application control

Ctrl + E


Dynamics GP 2015 (Windows)
Purchase Order Entry — Open Item Detail
Window Specific Keyboard Shortcuts

Ctrl + E


Dynamics GP 2015 (Windows)
Purchase Order Inquiry Zoom — Open Item Detail
Window Specific Keyboard Shortcuts

Ctrl + E


Dynamics GP 2015 (Windows)
Purchasing Invoice Entry — Open Item Detail
Window Specific Keyboard Shortcuts

Ctrl + E


GIMP (Linux)
Shrink Wrap - Reduce image window to size of image
View

Ctrl + E


Dynamics NAV 2015 (Windows)
Export to Microsoft Office Excel
Export

Ctrl + E


Dynamics GP 2015 (Windows)
Receivings Transaction Entry — Open Item Detail
Window Specific Keyboard Shortcuts

Ctrl + E


Dynamics GP 2015 (Windows)
Receivings Transaction Inquiry Zoom — Open Item Detail
Window Specific Keyboard Shortcuts

Ctrl + E


Dynamics GP 2015 (Windows)
Sales Transaction Entry — Open Item Detail
Window Specific Keyboard Shortcuts

Ctrl + E


Dynamics GP 2015 (Windows)
Vendor Account Maintenance — Open Additional Vendor Accounts
Window Specific Keyboard Shortcuts

Ctrl + E


GIMP (Windows)
Shrink Wrap - Reduce image window to size of image
View Shortcuts

Ctrl + E


Dynamics AX 2015 (Windows)
Move the cursor to the search box.
General Shortcuts

Ctrl + E


AutoCAD 2016 (Windows)
Cycles through isometric planes
General

Ctrl + E


Zoho Show (Windows)
Center align
Formatting Shortcuts

Ctrl + E


Silhouette Studio (Windows)
Make Compound path
Object

Ctrl + E


CyberLink PhotoDirector 8 (Windows)
Export
FIle / Project features

Ctrl + E


1Password (Windows)
Edit the currently selected item.
General Shortcuts

Ctrl + E


Mac OS Sierra 10.12 (MacOS)
Move to the end of a line or paragraph.
Document Shortcuts

Ctrl + E


AutoCad Architecture 2017 (Windows)
Crosshairs in isoplane positions left/top/right
Alphabest combination

Ctrl + E


1Password (Windows)
Edit the selected item.
Main Program Shortcuts

Ctrl + E


Act! CRM (Windows)
Edit Mode On/Off
Activity Shortcuts

Ctrl + E


JetBrains PyCharm (Windows)
Recent files Popup
Navigation

Ctrl + E


FileZilla (Windows)
Show files currently being edited
28 Shortcuts for FileZilla (Windows)

Ctrl + E


JetBrains RubyMine (Windows)
Recent files Popup
Navigation Shortcuts

Ctrl + E


Adobe Dreamweaver (Windows)
Quick Edit
Coding Shortcuts

Ctrl + E


JetBrains RubyMine (Linux)
Recent files Popup
Navigation Shortcuts

Ctrl + E


Adobe Animate CC (Windows)
Toggle between Edit Movie and Edit Symbol Mode
Windows Shortcuts

Ctrl + E


Red Hat Enterprise (Linux)
Move cursur to end of a line
Task

Ctrl + E


Autodesk SketchBook Pro (Windows)
Merge with Below
Layers

Ctrl + E


Logic Pro X (MacOS)
Export Region Info
Project Audio

Ctrl + E


Bash (Linux)
Go to End of Line
Navigation

Ctrl + E / End


Cloud9 (Windows)
Goto File/Navigate
Navigate

Ctrl + E


Adobe XD (Experience Design) (Windows)
Export
File Menu

Ctrl + E


Daz 3D Bryce 7 (Windows)
Edit Object
Object

Ctrl + E


Daz 3D Bryce 7 (Windows)
Sky Lab
Object

Ctrl + E


ZBrush 4 (Windows)
Edge Loop
Edit Move Navigation - Geometry

Ctrl + E


JetBrains PhpStorm (Windows)
Recent files Popup
Navigation

Ctrl + E


DAZ Studio (Windows)
Restore selected
Edit Commands

Ctrl + E


JetBrains PhpStorm (Linux)
Recent files Popup
Navigation

Ctrl + E


Daz 3D Bryce 7 (Windows)
Object Editor
Palettes and Labs

Ctrl + E


Daz 3D Carrara 8 (Windows)
Add to saved selections
Application - Section

Ctrl + E


Corel PhotoPaint X6 (Windows)
Export
File Menu

Ctrl + E


Corel Ventura 10 (Windows)
Center Align
Text Formatting

Ctrl + E


ACDSee (Windows)
Open Selected Image in Edit Mode
View Mode

Ctrl + E


Steinberg Cubase 9 (Windows)
Open default editor
Edit

Ctrl + E


ZBrush 4 (Windows)
Edge Loop
Inner Ring Actions - Geometry

Ctrl + E


VMWare Workstation 12 (Windows)
End/ Power off Virtual Machine
14 Shortcuts for VMWare Workstation 12 (Windows)

Ctrl + E


Lynx (Linux)
Go to end of Current Page
17 Shortcuts for Lynx (Linux)

Ctrl + E


Corel Draw X8 (Windows)
Export
FIle

Ctrl + E


Corel WordPerfect X8 (Windows)
Justify Center
63 Shortcuts for Corel WordPerfect X8 (Windows)

Ctrl + E


Corel Quattro Pro X8 (Windows)
Align Center Text
Text Formatting

Ctrl + E


Daz 3D Carrara 8 (Windows)
Add to saved selections
Spline Modeler - Section

Ctrl + E


Corel Draw X8 (Windows)
Center justify
Text Formatting

Ctrl + E


ZBrush 4 (Windows)
Edge Loop
Sculpting Brushes - Geometry

Ctrl + E


Chief Architect (Windows)
Open Object
Camera View

Ctrl + E


Opera (Windows)
Write new message
Email

Ctrl + E


ZBrush 4 (Windows)
Edge Loop
3D Models - Geometry

Ctrl + E


Forte (Windows)
Get new email
All Window

Ctrl + E


Daz 3D Carrara 8 (Windows)
Add to saved selections
Vertex Modeler - Section

Ctrl + E


Kingsoft Presentation 2016 (Windows)
Align Center
Editing Shortcuts

Ctrl + E


Brackets (Windows)
Quick Edit
99 Shortcuts for Brackets (Windows)

Ctrl + E


Kingsoft Writer 2016 (Windows)
Align Center
Editing

Ctrl + E


Poser Pro (Windows)
Edit> Restore > Object
Edit

Ctrl + E


Adobe Captivate 2017 (Windows)
Extend the length of the object display time to the end of the slide on the Timeline
General and Miscellaneous Shortcuts

Ctrl + E


Krita Painting 3 (Windows)
Merge down
Painting

Ctrl + E


Primevera P6 P6 (Windows)
Fill Down
General Shortcuts

Ctrl + E


SPSS Modeler (Windows)
Run from Selected Node
Node

Ctrl + E


ZBrush 4 (Windows)
Edge Loop
ZSpheres - Geometry

Ctrl + E


TradeStation (Windows)
Open EasyLanguge Document
Development Environment

Ctrl + E


MetaTrader MT4 (Windows)
Enable/Disable Expert Advisor
Miscellaneous Shortcuts

Ctrl + E


vSphere Client (Windows)
Power Off VM
Miscellaneus Shortcuts

Ctrl + E


VideoPad Video Editor (Windows)
Add file
File

Ctrl + E


VideoPad Video Editor (Windows)
Add file
Clip

Ctrl + E


Soundforge (Windows)
Paste the clipboard contents into a new data window
Data Window

Ctrl + E


ZBrush 4 (Windows)
Edge Loop
Canvas and 2.5D - Geometry

Ctrl + E


Libreoffice Writer (Windows)
Centered
General

Ctrl + E


Jetbrains CLion (Windows)
Recent files popup
Navigation Shortcuts

Ctrl + E


Maxthon (Web Application)
Toggle the Search sidebar
Sidebar / Explorer Bar

Ctrl + E


Teamcenter (Windows)
CAE Item
New Creation

Ctrl + E


GOM Player (Windows)
Save the Current Frame
Screen Capture

Ctrl + E


Delphi 10 (Windows)
Incremental Search
193 Shortcuts for Delphi 10 (Windows)

Ctrl + E


Siemens NX 11 (Windows)
Expressions
Tools Menu

Ctrl + E


Quickbooks Desktop (Windows)
Edit Account
Chart of Accounts

Ctrl + E


ProRealTime (Windows)
ProScreener
Display Menu

Ctrl + E


Quickbooks Desktop (Windows)
Edit transaction selected in register
Account Register Shortcuts

Ctrl + e


Tableau (Windows)
Describe sheet
General

Ctrl + E


CrazyTalk 8 (Windows)
Toggle Camera Editor
Timeline Editing

Ctrl + E


Vegas Pro 14 (Windows)
Open in audio editor
Event Selection and Editing

Ctrl + E


Soundforge (Windows)
Add plug-ins to chain
Plug-In Chain

Ctrl + E


iClone 7 (Windows)
Toggle Angle Snap On/Off
Working Area

Ctrl + E


TVPaint Animation (Windows)
Previous
89 Shortcuts for TVPaint Animation (Windows)

Ctrl + E


GeoModeller3D (Windows)
Plot the model along section intersections
Model

Ctrl + E


Soundforge (Windows)
Add or remove a stop point on the active playlist entry
Playlist/Cutlist

Ctrl + E


DrawPlus (Windows)
Edit text
Text

Ctrl + E


Impro-Visor (Windows)
transpose chords and melody up a half+step
Transposition

Ctrl + E


Sculptris (Windows)
Export Object
Objects

Ctrl + E


Titanium (Windows)
Switch File in Current Editor
Quick Access

Ctrl + E


Putty (Windows)
Go to the end of the line you are currently typing on
16 Shortcuts for Putty (Windows)

Ctrl + E


TurboCAD (Windows)
Set input focus to edit bar
171 Shortcuts for TurboCAD (Windows)

Ctrl + E


OpenSCAD (MacOS)
Navigate End of line
Navigation Shortcuts

Ctrl + E


Vegas Pro 14 (Windows)
Open in audio editor
Trimmer Shortcuts

Ctrl + E


PhpStorm
View recent files
General

Ctrl + E


FlashFXP (Web Application)
Edit file
54 Shortcuts for FlashFXP (Web Application)

Ctrl + E


Alphacam (Windows)
Edit Operations
Regular Commands

Ctrl + E


ChessBase 13
v Endgame
Commentary symbols

Ctrl + E


Skipper
Create Entity
Visual model shortcuts

Ctrl + E


VMware Workstation 5.0
Power off.
General

Ctrl + E


CuteFTP (Windows)
Execute selected file
General

Ctrl + E


Exact Audio Copy
Process WAV
Tools menu

Ctrl + E


progeCAD (Windows)
Switches the isometric plane between Top, Right, and Left
51 Shortcuts for progeCAD (Windows)

F5 /Ctrl+ E


Simplify3D
Prepare to print
Edit menu

Ctrl + E


Ansys Mechanical (Windows)
Activate Edge Selection
Selection Filters

Ctrl + E


Dropbox Paper
Highlight
Formatting

Ctrl + E


VariCAD (Windows)
Bill of Material
Hot Keys

Ctrl + E


Geany (Linux)
Toggle line commentation
Editting

Ctrl + E


Geany (Windows)
Toggle line commentation
Editting

Ctrl + E


PhotoFiltre (Windows)
Show / Hide the image explorer
Selection, past and text

Ctrl + E


Webflow
Quick find
Find

Ctrl + E


PSPad (Windows)
Incremental Search - Incremental Search
Search

Ctrl + E


Vivaldi
Focus search field
Page

Ctrl + E


FEKO (Windows)
Export image of active view
CADFEKO and POSTFEKO : View Operations

Ctrl + E


FEKO (Linux)
Export image of active view
CADFEKO and POSTFEKO : View Operations

Ctrl + E


KiCad 5.0.2
Run Eeeschema
KiCad Manager

Ctrl + E


Affinity Photo
Merge Down
Layer operations

Ctrl + E


Open Rails 0.6.2
Switch locomotive
Locomotive

Ctrl + E


Astroneer
(Hold Ctrl while using) Use Deform Tool to flatten/smooth Terrain
General

Ctrl + E


Gmsh 4.1.4
Export project
General

Ctrl + E


Ableton Live 9 (Windows)
Add/Remove Stop Button
Session view Ctrls

Ctrl + E


Ulead PhotoImpact 8 (Windows)
Opens the Hue & Saturation dialog box
Format Menu

Ctrl + E


Ableton Live 9 (Windows)
Split Clip at Selection
Arrangement View Ctrls

Ctrl + E


IRONCAD (Windows)
Turns on/off Hidden Edges on a selected assembly/part.
Miscellaneous Keys

Ctrl + E


ArtRage 4.5 5 (Windows)
Export as image
Menus

Ctrl + E


GibbsCAM (Windows)
Top
View Menu

Ctrl + E


Cisco IOS
To the end of the line
Moving the cursor

Ctrl + E


Roblox Studio
Expand all folds
Scripting

Ctrl + E


Modo (Windows)
Bend
Tools

Ctrl + E


WinRAR
Name encoding
Options menu

Ctrl + E


GeoGebra
Open Object Properties View
Windows shortcuts

Ctrl + E


DaVinci Resolve 14 (Windows)
Export Project
File

Ctrl + E


LDView
Export
General

Ctrl + E


Vectorworks (Windows)
Extrude
Model Menu

Ctrl + E


Sage Simply Accounting (Windows)
Go to the previous invoice
Keyboard Shortcuts in Transaction Windows

Ctrl + E


IPython Shell
Move cursor to the end of the line
Navigation

Ctrl + E


Banner 9 (Windows, Mac)
Edit
Mac shortcuts

Ctrl + E


WavePad Sound Editor (Windows)
Trim end
Edit Operations

Ctrl + E


SolveSpace (Windows)
Select Edge Chain
Edit menu

Ctrl + E


Sage Simply Accounting (Windows)
Export this report
Keyboard Shortcuts in Displayed Reports

Ctrl + E


Oracle RightNow
Edit selected item
Explorers and reports

Ctrl + E


BricsCAD (Windows)
Sets the isoplane (see Using Isometric snap)
Other Shortcuts

Ctrl + E


BricsCAD (Linux)
Sets the isoplane (see Using Isometric snap)
Other Shortcuts

Ctrl + E


CamBam (Windows)
Resize selected drawing objects
32 Shortcuts for CamBam (Windows)

Ctrl + E


Balsamiq Mockups (Windows)
Export this mockup's XML
Working with Mockup Files

Ctrl + E


FlexiSign Pro 8.1 (Windows)
Redraw
Arrangement

Ctrl + E


KeyCreator (Windows)
Set Attribute Mask
Set Various Entities

Ctrl + E


PRTG Network Monitor
Edit > Simulate error status
Enterprise console

Ctrl + E


Figma (Web Application)
Flatten Selection
Object

Ctrl + E


LDCad
Remove the current selection from the nesting exclusion list
Editor

Ctrl + E


SuperMemo (Windows)
Editing Mode
129 Shortcuts for SuperMemo (Windows)

Ctrl + E


Tableau
Describe sheet
Managing workbooks, sheets, and files (Tableau Desktop)

Ctrl + E


Adobe Extension Manager
Manage sets
General

Ctrl + E


Adobe Photoshop Elements (Windows)
Merge down
Layers Panel

Ctrl + E


Ableton Live 10
Split Clip at Selection
Arrangement view commands

Ctrl + E


Altium Designer (Windows)
Clear
CAM Editor Shortcuts

Ctrl + E


Adobe Illustrator
Toggle between GPU and CPU Preview of the document
View artwork

Ctrl + E


Google Chrome
Search from anywhere on the page
Address bar

Ctrl + E


Lacerte
Open expanded detail for the current field
Interactive Detail Input

Ctrl + E


AutoCAD
Cycle isometric planes
Toggle General Features

Ctrl + E


Claws Mail
Move to end of line
Compose window

Ctrl + E


Winamp
Edit selected file name(s)
Playlist window

Ctrl + E


QuickBooks Desktop
Edit an item in an item list or in a register
Editing Transactions/List

Ctrl + E


Tibia
Close the current channel
Channels

Ctrl + E


Siemens NX
Expressions
Tools menu

Ctrl + E


draw.io
Edit style
Styles

Ctrl + E


ArtRage Studio Pro
Export Image File…
File commands

Ctrl + E


UiPath Studio
Removes the activity from the Comment Out container it was placed in
Comment

Ctrl + E


Evernote for Windows
Center
Note Editor

Ctrl + E


Adobe Lightroom Classic
Edit in Photoshop
Working in the Develop module

Ctrl + E


PyCharm 2018.2
Show the list of recently opened files.
Navigation in source code

Ctrl + E


Bash (Unix shell)
Go to the end of the line
Moving the cursor

Ctrl + E


SQL Server Profiler
Grouped view
View menu

Ctrl + E


ActivePresenter 7
Align text center
Canvas

Ctrl + E


ProgeCAD
Isometric Plane
General

Ctrl + E


PaintShop Pro 2018
Paste as new selection
Shortcuts with Ctrl

Ctrl + E


1Password
Edit the selected item.
1Password application

Ctrl + E


jEdit
Go to previous bracket.
Moving the caret

Ctrl + E


Gravit Designer
Show effects
View

Ctrl + E


Adobe Animate CC (Windows)
Toggle betweeen Edit Movie and Edit Symbol Mode
Windows

Ctrl + E


CorelDRAW Graphics Suite 2018
Export...
General

Ctrl + E


Discord
Toggle emoji picker
General

Ctrl + E


Bluebeam Revu
Email PDF
Advanced text

Ctrl + E


ZenWriter 2
Center alignment
General

Ctrl + E


OBS Studio
Edit transform
Transform

Ctrl + E


Atom (Windows)
(Source: Find And Replace) find-and-replace:use-selection-as-find-pattern
All shortcuts

Ctrl + E


SimpleMind
Edit text
General

Ctrl + E


Microsoft Paint
Shows image properties
Powers of Ctrl

Ctrl + E


PDF-XChange Editor
Properties toolbar
General

Ctrl + E


Microsoft FrontPage
Center a paragraph.
Format text and paragraphs

Ctrl + E


Camtasia
Export flash menu
Camtasia Theater

Ctrl + E


Clip Studio Paint Pro
Merge with layer below
Layer menu

Ctrl + E


TextRoom
Align center
General

Ctrl + E


Adobe Premiere Pro (Windows)
Edit Original
Edit

Ctrl + E


Autodesk SketchBook (Windows)
Merge with below
Tools

Ctrl + E


LightWave 3D
Edit tool
Layout: Modify

Ctrl + E


Oracle EBS Forms
Edit
General

Ctrl + E


Corel Painter
Collapse
Layers menu

Ctrl + E


Red Hat Enterprise Linux
Move cursor to the end of a line. This works in most editors and URL field of Mozilla
General

Ctrl + E


Microsoft Word 2016
Switch a paragraph between centered and left-aligned.
Change paragraph alignment

Ctrl + E


Arch Linux
Move cursor to end of the line
Terminal: Readline

Ctrl + E


E-Sword
Center Editors only
General

Ctrl + E


Adobe XD (Windows)
Export Selected
Keys for File menu

Ctrl + E


IntelliJ IDEA (Windows, Linux)
Recent files popup
Navigation

Ctrl + E


Chromebook and Chrome OS
Perform a Google search
Page and web browser

Ctrl + E


Nuke
Copy Expressions
Curve editor / dope sheet

Ctrl + E


WavePad
Trim End
Edit Operations

Ctrl + E


AWS Cloud9 IDE (Windows)
Goto File/Navigate
Goto

Ctrl + E


Sweet Home 3D
Edit
General

Ctrl + E


NetBeans
Delete current line
Coding in Java

Ctrl + E


Brackets
Quick Edit
General

Ctrl + E


PSPad
Incremental Search
Search

Ctrl + E


Microsoft PowerPoint (Slideshows)
Change the pointer to an eraser
Control your slide show during the presentation

Ctrl + E


Mp3tag
Export
General

Ctrl + E


GoldWave
Pastes the clipboard into the sound at the end.
Editing

Ctrl + E


WinHex
Execute
File menu

Ctrl + E


GIMP
Shrink wrap
View

Ctrl + E


Zim
Show the "edit link" dialog
General

Ctrl + E


Ardour
Select all before EP
Selecting

Ctrl + E


GNU Emacs
Go to line ending
Motion

Ctrl + E


WordPerfect X8
Justify Center
Formatting

Ctrl + E


LibreOffice Writer
Centered
General

Ctrl + E


Microsoft PowerPoint (Creating presentations)
Center a paragraph
Format text: Align paragraphs

Ctrl + E


Adobe Photoshop CC
(First, highlight layers you want to merge) Merge layers
Using the Layers panel

Ctrl + E


Tekla Structures 20
Advanced options
General

Ctrl + E


NewsBin Pro
Add to download list
Post and search tab

Ctrl + E


Google Sheets
Collapse an expanded array formula
Use formulas

Ctrl + E


WinNc
Repeats the inserted information in the commandline
General

Ctrl + E


Maple
Move to the End of the Line
Command line interface

Ctrl + E


Multi Commander
Edit path
File manager-specific

Ctrl + E


KompoZer
Move to end of line (in a text editing field)
General

Ctrl + E


Freemind
Export file to HTML
File commands

Ctrl + E


Delphi
Incremental search
General

Ctrl + E


Greenshot
Open a new message in the default email client, add the image as an attachment
Exporting screenshot

Ctrl + E


Maxthon
Toggle the Search sidebar
Sidebar / Explorer Bar

Ctrl + E


The Bat!
Redirect
Working with Messages

Ctrl + E


FileMaker
Turn page guides on and off
Relationships graph shortcuts

Ctrl + E


League of Legends
Add an ability point to the champion's 3rd ability
General

Ctrl + E


Eclipse
Show the list of open editors
Editor

Ctrl + E


REAPER
View: Show screen/track/item sets window
Section: Main

Ctrl + E


Accounting CS
Toggle to hide or unhide the Properties toolbar
Toggle to hide/unhide frames in the view

Ctrl + E


FileZilla
Show files currently being edited
General

Ctrl + E


Krita 3.0
Merge down
Painting

Ctrl + E


VLC Media Player
Adjustments and audio and video effects
Miscellaneous

Ctrl + E


Outlook 2016 and Outlook 2013
Center
Text formatting

Ctrl + E


ACDSee
Opens the currently selected image in Edit mode
General

Ctrl + E


Microsoft Internet Explorer 11
Open a search query in the address bar
Search

Ctrl + E


Microsoft Access 2016
Open the Edit List Items dialog box
Using a combo or list box

Ctrl + E


IrfanView
Effects dialog
Tools and dialogs

Ctrl + E


Firefox Quantum
Focus search bar
Search

Ctrl + E


Blender
Edges menu
Editing mode

Ctrl + E


PeaZip
Extract / Extract selected
Basic operations

Ctrl + E