MPS 2017 (Windows)

Basic Editing

Select the entire text opened in the editor

Ctrl + A

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


Open Office Writer 3 (Linux)
Select all
Editing

Ctrl + A


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

Ctrl + A / Ctrl + E


Civilization V (Windows)
Attack
Action Hotkeys

Ctrl + a


Microsoft OneNote 2010 (Windows)
Select all items on the current page.
Basic Editing and Formatting

ctrl + a


Adobe Reader 9 (Linux)
Select all
Find and Select

Ctrl + a


Adobe Reader X (Windows)
Select all
Find and Select

Ctrl + A


Eclipse Helios (Windows)
Select all
Select Text

Ctrl + A


Microsoft Windows 7 (Windows)
Select all
Managing 'Windows' in Windows 7 - Select Items in File List and Navigation Pane

Ctrl + A


Thunderbird (Windows)
Select all messages
Navigate Messages

Ctrl + A


Thunderbird (Linux)
Select all messages
Navigate Messages

Ctrl + A


Microsoft OneNote 2010 (Windows)
Select all items on the current page. Press ctrl+a more than once to increase the scope of the selection.
Specific OneNote Shortcuts for Selecting, Editing, and Formatting

ctrl + a


Thunderbird (Windows)
Select all text in a message
Compose and Edit Message

Ctrl + A


KDevelop (Linux)
Select all
Editing

Ctrl + A


Thunderbird (Linux)
Select all text in a message
Compose and Edit Message

Ctrl + A


SharpDevelop 4.0 (Windows)
Select all
Standard Editor Shortcuts

Ctrl + A


Visual Studio 2015 (Windows)
Select All
Code Editor - Select Text

Ctrl + A


Firefox (Linux)
Select all, useful to copy and paste text out of webpages
Inside Webpages

Ctrl + A


Firefox (Windows)
Select all, useful to copy and paste text out of webpages
Inside Webpages

Ctrl + A


Unity3D 3 (Windows)
Select all
Editing

Ctrl + a


Microsoft Excel 2010 (Windows)
Display Formula Window after typing formula name.
Work with Data Selections - Formulas

Ctrl + A


Tally 9.0 (Windows)
Accept a form – wherever you use this key combination, that screen or report gets accepted as it is.
General Shortcuts

Ctrl + A


Access 2010 (Windows)
Select all records (or Ctrl+Shift+Space)
Manage Access Features - Select and move Fields or Columns

Ctrl + A


Inpage (Windows)
To select all text
For Editing

Ctrl + a


Google Chrome (Windows)
Select all content on webpage
Browse within Webpages

Ctrl + A


Microsoft Windows 7 (Windows)
Select all
Windows Explorer - Select Items in File List and Navigation Pane

Ctrl + A


Phoenix Viewer (Windows)
Select All
Edit

Ctrl + A


Microsoft Word 2007 (Windows)
Extend a selection to include the entire document.
Edit and move text and graphics: Extend a selection

Ctrl + A


Inpage (Windows)
To select all objects
For Editing of Objects

Ctrl + a


Google Docs (Windows)
Extend selection to entire document / select all
Select Text

Ctrl + A


Visual Studio 2015 (Windows)
Select All
Coding - Select Text

Ctrl + A


Google Chrome (Linux)
Select all content on webpage
Browse within Webpages

Ctrl + A


Microsoft PowerPoint 2003 (Windows)
Slide Show: Mouse pointer to arrow
40 Shortcuts for Microsoft PowerPoint 2003 (Windows)

Ctrl + A


Access 2010 (Windows)
Select entire PivotTable View
Manage Access Features - Pivot Table

Ctrl + A


Microsoft Windows 7 (Windows)
Select all
Windows Admin - Select Items in File List and Navigation Pane

Ctrl + A


Total Commander 8 (Windows)
Select all
Main Shortcuts

Ctrl + a


Vuescan (Windows)
Scan
14 Shortcuts for Vuescan (Windows)

Ctrl + A


Sublime Text (Windows)
Select All
Navigation - Standard Selections

Ctrl + A


Microsoft Excel 2011 (MacOS)
Display the Formula Builder after you type a valid function name in a formula
Working in cells or the Formula bar

Ctrl + a


Tekla Structures 14.0 (Windows)
Select all
Modeling shortcuts

Ctrl + a


Microsoft Excel 2010 (Windows)
Display Formula Window after typing formula name.
Insert and Edit Data - Formulas

Ctrl + A


Visual Studio 2015 (Windows)
Select All
Code Snippets (Visual C# Scheme) - Select Text

Ctrl + A


Sublime Text (Windows)
Select All
Selections - Standard Selections

Ctrl + A


Microsoft Windows 8 (Windows)
Select all
Windows Explorer - Select Items in File List and Navigation Pane

Ctrl + A


Opera (Linux)
Select all
Text Editing

Ctrl + A


Microsoft Windows 7 (Windows)
Select all
Ease of Access and Magnifier - Select Items in File List and Navigation Pane

Ctrl + A


Microsoft Excel 2011 (MacOS)
Display the Formula Builder after you type a valid function name in a formula
Formatting and editing data

Ctrl + a


Evernote (Windows)
Select all notes
Note List

Ctrl + a


Oracle SQL Developer 4 (Windows)
Select All
Edit

Ctrl + A


Access 2010 (Windows)
Select all records (or Ctrl+Shift+Space)
Working with Text and Data - Select and move Fields or Columns

Ctrl + A


Evernote (Windows)
Select All content in the current note
Note Editor

Ctrl + a


Microsoft PowerPoint 2010 (Windows)
Redisplay hidden pointer or change the pointer to an arrow.
Show PowerPoint Presentation with Shortcuts

Ctrl + A


UltraEdit (Windows)
Select All text in the active document
Edit Menu

Ctrl + A


Microsoft Outlook 2010 (Windows)
Select all contacts
Contacts Shortcuts

Ctrl + A


Photoshop Lightroom 4 (Windows)
Select all photos
Comparing photos in the Library module

Ctrl + A


Avid Media Composer 7 (Windows)
Selects all items in the active bin or the Project Window, if selected
Bin Shortcuts

Ctrl + A


AutoCAD 2012 (Windows)
Select all objects
Manage Drawings

Ctrl + A


Microsoft Outlook 2010 (Windows)
Select all items
Tasks Shortcuts

Ctrl + A


Texmaker 4.0.2 (Windows)
Select All
"Edit" menu

Ctrl + A


Microsoft Excel 2010 (Windows)
Display Formula Window after typing formula name.
Format Data - Formulas

Ctrl + A


Access 2010 (Windows)
Select entire PivotTable View
Working with Text and Data - Pivot Table

Ctrl + A


Vuescan (Linux)
Scan
12 Shortcuts for Vuescan (Linux)

Ctrl + A


Avid Media Composer 7 (MacOS)
With the Keyframe Position Bar active, this will select all the keyframes.
Effect Mode

Ctrl + A


Avid Media Composer 7 (Windows)
With the Keyframe Position Bar active, this will select all the keyframes.
Effect Mode

Ctrl + A


Adobe Photoshop CS5 (Windows)
Select all pins
Puppet Warp

Ctrl + A


iTunes (Windows)
Deselect all the songs in the list
Edit Menu

Ctrl + A


Avid Media Composer 7 (Windows)
Selects all tracks
Timeline

Ctrl + A


Directory Opus (Windows)
Select all
Edit Menu

Ctrl + A


Presonus Studio One (Windows)
Select all
Edit Menu

Ctrl + A


Audacity 2 (Windows)
Select all
Edit Menu

Ctrl + A


Adobe Reader X (Linux)
Select all
Find and Select

Ctrl + A


HoneyView 5.03 (Windows)
Always on Top:
Other

Ctrl + A


Access 2010 (Windows)
Select all records (or Ctrl+Shift+Space)
Working with Access Views - Select and move Fields or Columns

Ctrl + A


WinRAR (Windows)
Select all
File Menu

Ctrl + A


Beyond Compare (Windows)
Select all
Edit Menu

Ctrl + A


Pro Tools (Windows)
Select all
Edit Menu

Ctrl + A


Microsoft Excel 2010 (Windows)
Display Formula Window after typing formula name.
Formulas and Names - Formulas

Ctrl + A


Microsoft Word 2013 (Windows)
Select all - Extend selection to entire document
Select Text, Move, and Delete Text

Ctrl + A


Axialis IconWorkshop (Windows)
Select all
Edit Menu

Ctrl + A


Qt Creator (Windows)
Select all
General

Ctrl + A


Qt Creator (MacOS)
Select all
General

Ctrl + A


FL Studio (Windows)
Select all
Playlist Action

Ctrl + A


Comsol 5 (Windows)
Select all domains, boundaries, edges, or points; select all cells in a table
Model Tree

Ctrl + A


Comsol 5 (Linux)
Select all domains, boundaries, edges, or points; select all cells in a table
Model Tree

Ctrl + A


Access 2010 (Windows)
Select entire PivotTable View
Working with Access Views - Pivot Table

Ctrl + A


Adobe Flash Professional (Windows)
Select All
Modifying and editing

Ctrl + A


FileMaker Pro (Windows)
Entire all contents of the active field
Layout Mode Shortcuts - Select Text

Ctrl + A


Qt Creator (Windows)
Select all
Editor

Ctrl + A


Microsoft Excel 2013 (Windows)
Display Formula Window after typing formula name
Formulas

Ctrl + A


Qt Creator (MacOS)
Select all
Editor

Ctrl + A


FileMaker Pro (Windows)
Select all
Layout Mode Shortcuts - Select and Arrange Table and Relationship

Ctrl + A


Linux Mint (Linux)
Select all items
File Manager (Nemo) - Selecting Items

Ctrl + A


Windows 10 Command Prompt (Windows)
Select all text in line (press again to select all text in CMD including complete screen buffer)
Select Text (Expanded with Windows 10)

Ctrl + A


Notepad++ 6 (Windows)
Select All
Edit menu

Ctrl + A


Autodesk Maya 2015 (Windows)
Switches between Attribute Editor or Channel Box
Interfaces

Ctrl + A


FL Studio (Windows)
Select all
Piano Roll Action

Ctrl + A


Microsoft Windows 10 (Windows)
Select all
Select Items in File List and Navigation Pane

Ctrl + A


Adobe Acrobat Pro (Windows)
Select or deselect all files
PDF Portfolios

Ctrl + A / Shift + Ctrl + A


Microsoft Excel 2010 (Windows)
Display Formula Window after typing formula name.
The Rest - Formulas

Ctrl + A


Adobe After Effects CC (Windows)
Select all
Basics

Ctrl + A


Adobe Photoshop CS5 (Windows)
Selects all measurements
Measurement (PS Extended)

Ctrl + A


Access 2010 (Windows)
Select all records (or Ctrl+Shift+Space)
The Rest - Select and move Fields or Columns

Ctrl + A


Camtasia 8 (Windows)
Select all
Standard Windows Shortcuts

Ctrl + A


Adobe Photoshop CS5 (Windows)
Select all frames
DICOM files (PS Extended)

Ctrl + A


Skype for Business (Lync) 2016 (Windows)
Select all content
Instant Messaging

Ctrl + A


FreeMeta (Windows)
Mark all text in the textbox.
FreeMeta software all shortcut keys

Ctrl + A


Autodesk Maya 2015 (Windows)
Attribute Editor
Tool and Action

Ctrl + A


FileMaker Pro (Windows)
Entire all contents of the active field
Text Shortcuts - Select Text

Ctrl + A


Adobe Photoshop CC (Windows)
Select all
Basic Shortcuts for Photoshop CC 2015 - Select Basics

Ctrl + A


FileMaker Pro (Windows)
Select all
Text Shortcuts - Select and Arrange Table and Relationship

Ctrl + A


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

Ctrl + A


Google Slides (Windows)
Select all
General Slides Shortcuts

Ctrl + A


Access 2010 (Windows)
Select entire PivotTable View
The Rest - Pivot Table

Ctrl + A


Corel VideoStudio X9.5 (Windows)
Select all clips
Edit Tab Operations

Ctrl + A


Photoshop Lightroom CC (Windows)
Select all photos
Comparing Photos in the Library Module

Ctrl + A


Microsoft PowerPoint 2016 (Windows)
Select All
Edit and General Text Operations

Ctrl + A


Autodesk Maya 2017 (Windows)
Switches between Attribute Editor or Channel Box
Interfaces

Ctrl + A


Microsoft Visio 2016 (Windows)
Select all text
Format text

Ctrl + A


Plex (Windows)
Switches to the previous audio track
Graphics(Audio/Video) Control

Ctrl + A


Plex (MacOS)
Switches to the previous audio track
Graphics(Audio/Video) Control

Ctrl + A


Adobe Premiere CC (Windows)
Select All
General Shortcuts

Ctrl + A


FileMaker Pro (Windows)
Entire all contents of the active field
Database Management Shortcuts - Select Text

Ctrl + A


Adobe Audition CC (Windows)
Select all
Marker/Tool/Clip Shortcuts

Ctrl + A


Nuke 10 (Windows)
Select All
Global Shortcuts

Ctrl + A


Corel Painter 2017 (Windows)
Lift canvas content to layer
Layers

Ctrl + A


Microsoft Outlook 2016 (Windows)
Select all contacts
People

Ctrl + A


FileMaker Pro (Windows)
Select all
Database Management Shortcuts - Select and Arrange Table and Relationship

Ctrl + A


Nuke 10 (Linux)
Select All
Global Shortcuts

Ctrl + A


Microsoft Outlook 2016 (Windows)
Select all items
Tasks

Ctrl + A


Autodesk Maya 2017 (Windows)
Attribute Editor
Tool and Action

Ctrl + A


Microsoft Outlook 2016 (Windows)
Select all items
Views: Table View

Ctrl + A


Finale (Windows)
Select All
Edit Menu

Ctrl + A


Adobe Photoshop CC (Windows)
Select all
Manage Panels - Select Basics

Ctrl + A


InDesign CC (Windows)
Select all
Edit Menu shortcuts

Ctrl + A


FileMaker Pro (Windows)
Select all fields
Paste, Select, and Replace Values

Ctrl + A


Anime Studio (Windows)
Select all
General Shortcuts

Ctrl + A


ArchiCAD 20 (Windows)
Select All
Edit Menu Commands

Ctrl + A


Hexagon 2 (Windows)
Select All
General Shortcuts

Ctrl + A


ArchiCAD 20 (Windows)
Select All
Edit Commands(Text)

Ctrl + A


Nuke 10 (Windows)
Select All points
RotoPaint

Ctrl + A


Nuke 10 (Linux)
Select All points
RotoPaint

Ctrl + A


Zoho Writer (Windows)
To Select Whole Document Content
General

Ctrl + A


CINEMA 4D (Windows)
Select All
Modelling

Ctrl + A


Microsoft Word 2016 (Windows)
Select All
Text Editing/Graphics editing Operations

Ctrl + A


Dynamics GP 2015 (Windows)
Select All
General Shortcuts

Ctrl + A


Dynamics SL 2015 (Windows)
Select All
General Shortcuts

Ctrl + A


Windows Movie Maker (Windows)
Select all clips
On timeline

Ctrl + A


Zoho Sheet (Windows)
Select whole spreadsheet
Selection

Ctrl + A


Wondershare Editor (Windows)
Select all
Application control

Ctrl + A


Age of Empires (Windows)
Select and view Archery Range
Game Commands

Ctrl + A


Dynamics CRM 2015 (Windows)
Select all text in the current field
General Purpose Shortcuts

Ctrl + A


GIMP (Linux)
Select All
Select

Ctrl + A


Dynamics AX 2015 (Windows)
Select all records in a list.
Grid Controls

Ctrl + A


Apple Photos (Windows)
Select all photos
Selecting and deselecting photos

Ctrl + A


Dynamics CRM 2015 (Windows)
Select all records on the current page
General Purpose Shortcuts

Ctrl + A


Apple Motion (MacOS)
Set 3D view to active camera
View Menu

Ctrl + A


AutoCAD 2016 (Windows)
Selects all the objects in drawing that are not locked or frozen
General

Ctrl + A


Autodesk Inventor 2017 (Windows)
Select all
General

Ctrl + A


Dynamics AX 2015 (Windows)
Select all contents of a topic.
General Shortcuts

Ctrl + A


GIMP (Windows)
Select All
Select Shortcuts

Ctrl + A


Ace Projects (Windows)
Select all
Selection Shortcuts

Ctrl + A


AutoCAD 2016 (MacOS)
Selects all objects in the current layout.
Manage Drawings

Ctrl + A


CyberLink PhotoDirector 8 (Windows)
Select all
General

Ctrl + A


Silhouette Studio (Windows)
Select all
Edit

Ctrl + A


GIMP (Windows)
Select All
Selection Shortcuts

Ctrl + A


Microsoft Projects 2016 (Windows)
Select all text.
Working with OfficeArt Objects

Ctrl + A


AutoCad Architecture 2017 (Windows)
Select all
General

Ctrl + A


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

Ctrl + A


Sublime Text (MacOS)
Move to beginning of line
General Editing Shortcuts

Ctrl + A


WordPress (Windows)
Select All
General Editor Shortcuts

Ctrl + A


Google Blogger (Web Application)
Select All
15 Shortcuts for Google Blogger (Web Application)

Ctrl + A


Adobe XD (Experience Design) (Windows)
Select All
Edit Menu

Ctrl + A


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

Ctrl + A


Logic Pro X (MacOS)
Toggle Auto Define
Step Editor

Ctrl + A


Adobe Animate CC (Windows)
Select All
Edit and Modify

Ctrl + A


Zimbra Collaboration Suite 8 (Windows)
Add an attachment to Message
Mail Compose Form

Ctrl + A


Autodesk SketchBook Pro (Windows)
Select All
Colors and Brushes

Ctrl + A


BrainSuite (Windows)
Autoscale images
Main Window

Ctrl + A


Bash (Linux)
Go to Beginning of Line
Navigation

Home / Ctrl + A


Zimbra Collaboration Suite 8 (Windows)
Switch between Timed and All Day Appointment
Edit Appointment Form

Ctrl + A


Zimbra Collaboration Suite 8 (Windows)
Select All Visible Item
Lists

Ctrl + A


Cloud9 (Windows)
Select All
Selections

Ctrl + A


Adobe RoboHelp (Windows)
Select All
General Shortcuts

Ctrl + A


Daz 3D Bryce 7 (Windows)
Show All/Show Animated
Advance Motion Lab

Ctrl + A


Daz 3D Bryce 7 (Windows)
Select All
General Editing

Ctrl + A


ZBrush 4 (Windows)
Mask All
Edit Move Navigation - Masking

Ctrl + A


Autodesk Mudbox 2017 (Windows)
Select All
Selection

Ctrl + A


Blender 3D (Windows)
Apply Size and Rotation
Object Mode

Ctrl + A


DAZ Studio (Windows)
Select all
Edit Commands

Ctrl + A


DocuSign (Web Application)
Select All
Field Shortcuts

Ctrl + A


ZBrush 4 (Windows)
Mask All
Inner Ring Actions - Masking

Ctrl + A


ACDSee (Windows)
Show/Hide Header and Footers
View Mode

Ctrl + A


Microsoft Excel 2016 (MacOS)
Display the Formula Builder after you type a valid function name in a formula
Work in cells or the Formula bar

Ctrl + A


Steinberg Cubase 9 (Windows)
Select all
Edit

Ctrl + A


Corel PhotoPaint X6 (Windows)
Select All
Mask Menu

Ctrl + A


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

Ctrl + A


HTML-Kit (Windows)
Select All
87 Shortcuts for HTML-Kit (Windows)

Ctrl + A


Corel Ventura 10 (Windows)
Select All
Text Selection

Ctrl + A


Opera (Windows)
Select all
Text Editing

Ctrl + A


Microsoft Excel 2016 (MacOS)
Display the Formula Builder after you type a valid function name in a formula
Format and edit data

Ctrl + A


Gliffy (Windows)
Select All
Shape Shortcuts

Ctrl + A


ZBrush 4 (Windows)
Mask All
Sculpting Brushes - Masking

Ctrl + A


Clip Studio Paint (Manga Studio) (Windows)
Select All
Selection Shortcuts

Ctrl + A


Corel Draw X8 (Windows)
Select all text
Cursor Moves Using Text Tool

Ctrl + A


ZBrush 4 (Windows)
Mask All
3D Models - Masking

Ctrl + A


Chief Architect (Windows)
Select All
General Editing

Ctrl + A


Edius (Windows)
Select all clips in selected tracks
General

Ctrl + A


Brackets (Windows)
Select All
99 Shortcuts for Brackets (Windows)

Ctrl + A


MusicBee (Windows)
Select All
Edit Controls

Ctrl + A


Flock (Windows)
Select all
General

Ctrl + A


Houdini (Windows)
Select all
Particle/Contex/Scene View

Ctrl + A


Forte (Windows)
Select all
Main Browser Window

Ctrl + A


Kingsoft Presentation 2016 (Windows)
Select All Presentation
Files and Other Shortcuts

Ctrl + A


Daz 3D Carrara 8 (Windows)
Select all
3D View

Ctrl + A


Poser Pro (Windows)
Edit> Restore >All
Edit

Ctrl + A


Adobe Captivate 2017 (Windows)
Select all
General and Miscellaneous Shortcuts

Ctrl + A


ZBrush 4 (Windows)
Mask All
ZSpheres - Masking

Ctrl + A


SPSS Modeler (Windows)
Select All
General Shortcuts

Ctrl + A


Primevera P6 P6 (Windows)
Select All
General Shortcuts

Ctrl + A


Informix Genero 2.5.0 (Windows)
Select all
Selection Shortcuts

Ctrl + A


WinSCP 5 (Windows)
Select all files
File Selection

Ctrl + A


Apple Motion (MacOS)
Set 3D View to Active Camera
3D Controls

Ctrl + A


FxPro (Windows)
Show Ask
General Shortcuts

Ctrl + A


Forte (Windows)
Select all
Address Book

Ctrl + A


Krita Painting 3 (Windows)
Select all
General

Ctrl + A


MetaTrader MT4 (Windows)
Arrange All indicators Windows heights by Default
Miscellaneous Shortcuts

Ctrl + A


TradeStation (Windows)
Select All
Editor Shortcuts

Ctrl + A


Amarok (Windows)
Select All
General Shortcuts

Ctrl + A


vSphere Client (Windows)
New vApp
New Item

Ctrl + A


Tencent QQ Player (Windows)
Screenshot
30 Shortcuts for Tencent QQ Player (Windows)

Ctrl + A


MediaMonkey (Windows)
Select All Tracks
Standard Keyboard Shortcuts

Ctrl + A


Forte (Windows)
Select All
Composition Window

Ctrl + A


VideoPad Video Editor (Windows)
Select all
Edit

Ctrl + A


Vuze (Windows)
Select All torrents
General Shortcuts

Ctrl + A


ZBrush 4 (Windows)
Mask All
Canvas and 2.5D - Masking

Ctrl + A


Soundforge (Windows)
Select all data in the active window
Data Window

Ctrl + A


XYplorer (Windows)
Select All
General Shortcuts

Ctrl + A


Libreoffice Writer (Windows)
Select All
General

Ctrl + A


Groove Music (Windows)
Select All
Song Select

Ctrl + A


Siemens NX 11 (Windows)
Select All
Edit Menu

Ctrl + A


VideoPad Video Editor (Windows)
Select All Keyframes
Keyframe Editor

Ctrl + A


Pegasus Mail (Web Application)
Select all
Edit menu

Ctrl + A


Jupyter Notebook (Windows)
select all
Edit Mode (press Enter to enable)

Ctrl + A


VideoPad Video Editor (Windows)
Select all subtitle
Subtitle

Ctrl + A


Xamarin Studio (MonoDevelop) (Windows)
Select All
Edit Menu

Ctrl + A


Unity3D 5 (Windows)
Select All
Edit

Ctrl + A


Editpad 7 (Windows)
Select all
Select and Edit Text

Ctrl + A


Vegas Pro 14 (Windows)
Select all
Event Selection and Editing

Ctrl + A


Quickbooks Desktop (Windows)
Open Chart of Accounts
Access Main Functions / Windows

Ctrl + A


eSignal (Windows)
Select All
49 Shortcuts for eSignal (Windows)

Ctrl + A


Quickbooks Desktop (Windows)
Open Chart of Accounts
Chart of Accounts

Ctrl + A


Sierra Chart (Windows)
Save All
File Menu

Ctrl + A


Synfig (Windows)
Select all Handles
73 Shortcuts for Synfig (Windows)

Ctrl + A


ProRealTime (Windows)
Alerts Status
Display Menu

Ctrl + A


Libreoffice Writer (Windows)
If the active cell is empty: selects the whole table. Otherwise: selects the contents of the active cell. Pressing again selects the entire table.
Tables

Ctrl + A


Pencil2D (Windows)
Delete
57 Shortcuts for Pencil2D (Windows)

Ctrl + A


Tableau (Windows)
Select all data
General

Ctrl + A


Quickbooks Desktop (Windows)
Hide/ show header
Quick Reports

Ctrl + a


iClone 7 (Windows)
Show/Hide World Axis
OnScreen Display

Ctrl + A


GOM Player (Windows)
Always On Top
Others

Ctrl + A


Anim8or (Windows)
Material Toolbar
Top Toolbar Shortcuts

Ctrl + A


SolidWorks (Windows)
Make a new Assy from part or assy
File Menu

Ctrl + A


Bitcomet (Windows)
Select All
Global

Ctrl + A


Soundforge (Windows)
Select all plug-ins or effect automation parameters
Plug-In Chain

Ctrl + A


Impro-Visor (Windows)
select all slots
General

Ctrl + A


CityEngine (Windows)
Select all
48 Shortcuts for CityEngine (Windows)

Ctrl + A


TVPaint Animation (Windows)
Select All
89 Shortcuts for TVPaint Animation (Windows)

Ctrl + A


DrawPlus (Windows)
Select All
Object

Ctrl + A


Rhino (Windows)
Select All
Default Shortcuts

Ctrl + A


Delphi 10 (Windows)
Select all
193 Shortcuts for Delphi 10 (Windows)

Ctrl + A


Google Data Studio
Select all
General (Windows)

Ctrl + A


CodeLite 10 (Windows)
Select all text
Editor

Ctrl + A


Spotify (Windows)
Select all
General

Ctrl + A


Zwift (PC and macOS)
Run zwift-addons-load-and-arrange.ahk
General

Ctrl + A


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

Ctrl + A


Solidworks 2019
Select all
Windows

Ctrl + A


TurboCAD (Windows)
Select the entire drawing
171 Shortcuts for TurboCAD (Windows)

Ctrl + A


Edgecam (Windows)
Select all valid, visible entities in current view
30 Shortcuts for Edgecam (Windows)

Ctrl + A


OpenSCAD (MacOS)
Navigate Start of line
Navigation Shortcuts

Ctrl + A


ChessBase 13
Show annotator index of the selected database
Database window

Ctrl + A


Solid Edge (Windows)
Maintain Canted Coplaner Axes
Advance Sunchronous Edit

Ctrl + A


Alphacam (Windows)
Zoom All
Regular Commands

Ctrl + A


FlashFXP (Web Application)
Select all
54 Shortcuts for FlashFXP (Web Application)

Ctrl + A


Surfcam (Windows)
Shade the visible surface To toggle ON/OFF, press Ctrl+A once again Display > Shade Menu
60 Shortcuts for Surfcam (Windows)

Ctrl + A


QCad (Linux)
Select all
Entity Selection

Ctrl + A


QCad (Windows)
Select all
Entity Selection

Ctrl + A


Exact Audio Copy
Select all
Edit menu

Ctrl + A


winIDEA
Select the entire document
Edit

Ctrl + A


Skipper
Create Association
Visual model shortcuts

Ctrl + A


CuteFTP (Windows)
Select All
General

Ctrl + A


Xyplorer
Select all.
Other Shortcuts

Ctrl + A


Simplify3D
Select all
Edit menu

Ctrl + A


RStudio (Windows)
Select all
Editing (Console and Source)

Ctrl + A


PSPad (Windows)
Select All - Mark all text as selected
Edit

Ctrl + A


Ansys Mechanical (Windows)
Selects All Entities based on Active Selection Filter
Graphics Actions

Ctrl + A


progeCAD (Windows)
Selects all entities in a drawing
51 Shortcuts for progeCAD (Windows)

Ctrl + A


Most used text editing
Select all text
Selecting text

Ctrl + A


Geany (Linux)
Select all
Finding text,Selecting text

Ctrl + A


Geany (Windows)
Select all
Finding text,Selecting text

Ctrl + A


Comodo IceDragon (Windows)
Select All
Editing Options

Ctrl + A


VariCAD (Windows)
Add Solid
Hot Keys

Ctrl + A


Moldflow Insight (Windows)
Select All
Editing Shortcuts

Ctrl + A


Moldflow Adviser (Windows)
Select All
Editing Shortcuts

Ctrl + A


FEKO (Windows)
Select All
General Shortcuts

Ctrl + A


Modo (Windows)
Align selected (aligns view to the current selection)
Navigation (Viewports)

Ctrl + A


FEKO (Linux)
Select All
General Shortcuts

Ctrl + A


PhotoFiltre (Windows)
Select all
Selection, past and text

Ctrl + A


IRONCAD (Windows)
Select All
File/Editing Keys

Ctrl + A


Astroneer
Walk
General

Ctrl + A


Roblox Studio
Select all
General Editing

Ctrl + A


Chromebook (Linux)
Select everything on a page
34 Shortcuts for Chromebook (Linux)

Ctrl + A


Ableton Live 9 (Windows)
Select all
Editing

Ctrl + A


Easel
Select all
General

Ctrl + A


Cobalt (Windows)
Align
70 Shortcuts for Cobalt (Windows)

Ctrl + A


Wordfast Pro (Windows)
Select All
100 Shortcuts for Wordfast Pro (Windows)

Ctrl + A


Ableton Live 9 (Windows)
Select all Clips/Slots
Session view Ctrls

Ctrl + A


WinRAR
Select All
File menu

Ctrl + A


GibbsCAM (Windows)
Select All
Edit Menu

Ctrl + A


Ulead PhotoImpact 8 (Windows)
Selects the entire contents of the image
Selection Menu

Ctrl + A


Maxwell Render (Windows)
Select all
Selection

Ctrl + A


Cisco IOS
To the beginning of the line
Moving the cursor

Ctrl + A


Vectorworks (Windows)
Select All
Edit Menu

Ctrl + A


Assetto Corsa
ABS levels (off, 1-4)
Undocumented shortcuts

Ctrl + A


DaVinci Resolve 14 (Windows)
Select all
Edit

Ctrl + A


SpaceClaim (Windows)
Select All of same type as selected
71 Shortcuts for SpaceClaim (Windows)

Ctrl + A


GeoGebra
Select All
Windows shortcuts

Ctrl + A


Google Keep (Web Application)
Select all notes
Application Shortcuts

Ctrl + A


Ulead PhotoImpact 8 (Windows)
Selects all texts in the text box
Miscellaneous

Ctrl + A


Ulead PhotoImpact 8 (Windows)
Select all thumbnails
Visual Open

Ctrl + A


Inkscape (Windows)
Select all (current layer) - This works on objects within the current layer (unless you change that in preferences)
Selector

Ctrl + A


Affinity Photo
Mask All
Liquify Persona

Ctrl + A


Arduino (Linux)
Select All
29 Shortcuts for Arduino (Linux)

Ctrl + A


Arduino (Windows)
Select All
29 Shortcuts for Arduino (Windows)

Ctrl + A


Foxit Reader (Windows)
Select All
30 Shortcuts for Foxit Reader (Windows)

Ctrl + A


Foxit Reader (Linux)
Select All
30 Shortcuts for Foxit Reader (Linux)

Ctrl + A


RStudio
Select All
Editing (Console and Source)

Ctrl + A


WavePad Sound Editor (Windows)
Select All
Move And Select Operations

Ctrl + A


CoSpaces Edu
Select all objects
Building

Ctrl + A


Balsamiq Mockups (Windows)
Select All
Selection

Ctrl + A


Pidgin (Linux)
Manage
Account

Ctrl + A


Modo (Windows)
Auto focus camera (only in a viewport defined as Camera and with auto-focus enabled)
Camera

Ctrl + A


AVS Audio Editor (Windows)
Selects Entire Waveform
Edit

Ctrl + A


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

Ctrl + A


eM Client (Windows)
Select All
13 Shortcuts for eM Client (Windows)

Ctrl + A


Altium Designer (Windows)
Select all
Common Schematic and PCB Editor Shortcuts

Ctrl + A


Inkscape (Windows)
Select all nodes in subpath(s)
Node Tool

Ctrl + A


IPython Shell
Move cursor to the beginning of the line
Navigation

Ctrl + A


Oracle RightNow
Assign
Explorers and reports

Ctrl + A


Sage Simply Accounting (Windows)
Adjust this transaction
Keyboard Shortcuts in Transaction Windows

Ctrl + A


FlightGear
Toggle altitude lock
Autopilot related

Ctrl + A


SolveSpace (Windows)
Select All
Edit menu

Ctrl + A


BobCAD (Windows)
Select All
22 Shortcuts for BobCAD (Windows)

Ctrl + A