Delphi 10 (Windows)

193 Shortcuts for Delphi 10 (Windows)

Insert new line

Ctrl + M

All hotkeys for Delphi 10 (Windows)

193 Shortcuts for Delphi 10 (Windows)
Selects parent control in design mode Left mouse click+Esc drags the parent control

Esc

193 Shortcuts for Delphi 10 (Windows)
After selecting control in form designer, click on it with Shift again to select top most parent Form

Shift + Click

193 Shortcuts for Delphi 10 (Windows)
In Object Inspector activates incremental search for properties. Press again Tab to move focus to property value

Tab

193 Shortcuts for Delphi 10 (Windows)
Invoke Code Templates also called Code Snippets

Ctrl + J

193 Shortcuts for Delphi 10 (Windows)
Delete text from cursor position until end of word

Ctrl + T

193 Shortcuts for Delphi 10 (Windows)
Incremental Search

Ctrl + E

193 Shortcuts for Delphi 10 (Windows)
Delete current line

Ctrl + Y

193 Shortcuts for Delphi 10 (Windows)
Invoke buffer window when focus is on editor. The buffer window shows a list of all different tabs.

Ctrl + B

193 Shortcuts for Delphi 10 (Windows)
Insert a new GUID at the cursor position

Ctrl + Shift + G

193 Shortcuts for Delphi 10 (Windows)
Indent the current selected block

Ctrl + Shift + I

193 Shortcuts for Delphi 10 (Windows)
Unindent the current selected block

Ctrl + Shift + U

193 Shortcuts for Delphi 10 (Windows)
Indent the current selected block or current line in case of no selection

Ctrl + K + I

193 Shortcuts for Delphi 10 (Windows)
Unindent the current selected block or current line in case of no selection

Ctrl + K + U

193 Shortcuts for Delphi 10 (Windows)
Invoke SyncEdit

Ctrl + Shift + J

193 Shortcuts for Delphi 10 (Windows)
Automatically Declare Variable at cursor position

Ctrl + Shift + V

193 Shortcuts for Delphi 10 (Windows)
Delete to the end of line

Ctrl + Shift + Y

193 Shortcuts for Delphi 10 (Windows)
Match pair forward

Alt + [

193 Shortcuts for Delphi 10 (Windows)
Match pair backward

Alt + ]

193 Shortcuts for Delphi 10 (Windows)
Browse Forward (hotlink history)

Alt + Right Arrow

193 Shortcuts for Delphi 10 (Windows)
Browse Backward (hotlink history)

Alt + Left Arrow

193 Shortcuts for Delphi 10 (Windows)
Browse to symbol under editor cursor (invoke a hotlink and add it to the hotlink history)

Alt + Up Arrow

193 Shortcuts for Delphi 10 (Windows)
Run program to current cursor position

F4

193 Shortcuts for Delphi 10 (Windows)
Toggle Breakpoint

F5

193 Shortcuts for Delphi 10 (Windows)
Debugger step into

F7

193 Shortcuts for Delphi 10 (Windows)
Trace into next source line

Shift + F7

193 Shortcuts for Delphi 10 (Windows)
Debugger step over

F8

193 Shortcuts for Delphi 10 (Windows)
Run until return

Shift + F8

193 Shortcuts for Delphi 10 (Windows)
Run program under debugger

F9

193 Shortcuts for Delphi 10 (Windows)
Program Reset

Ctrl + F2

193 Shortcuts for Delphi 10 (Windows)
Evaluate/modify

Ctrl + F7

193 Shortcuts for Delphi 10 (Windows)
Add Watch

Ctrl + F5

193 Shortcuts for Delphi 10 (Windows)
View units

Ctrl + F12

193 Shortcuts for Delphi 10 (Windows)
Goto line number in editor

Alt + G

193 Shortcuts for Delphi 10 (Windows)
Goto line number in editor

Ctrl + O + G

193 Shortcuts for Delphi 10 (Windows)
Start/stop Recording editor macro

Ctrl + Shift + R

193 Shortcuts for Delphi 10 (Windows)
Play editor macro

Ctrl + Shift + P

193 Shortcuts for Delphi 10 (Windows)
Invoke code completion

Ctrl + Spacebar

193 Shortcuts for Delphi 10 (Windows)
Invoke code parameter hints

Ctrl + Shift + Spacebar

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

Ctrl + Enter

193 Shortcuts for Delphi 10 (Windows)
Find all references

Ctrl + Shift + Enter

193 Shortcuts for Delphi 10 (Windows)
Invoke class completion for the class that currently contains the cursor

Ctrl + Shift + C

193 Shortcuts for Delphi 10 (Windows)
Navigate to method implementation/declaration

Ctrl + Shift + Up Arrow

193 Shortcuts for Delphi 10 (Windows)
Navigate to method implementation/declaration

Ctrl + Shift + Down Arrow

193 Shortcuts for Delphi 10 (Windows)
Set a bookmark at current row in the source

Ctrl + Shift + 1..9

193 Shortcuts for Delphi 10 (Windows)
Go to a bookmark row in the source

Ctrl + 1..9

193 Shortcuts for Delphi 10 (Windows)
Opens the drop-down on the top-right corner of the code editor, listing all open files

Ctrl + Alt + F12

193 Shortcuts for Delphi 10 (Windows)
Navigate to previous or next method implementation in lexical order in this source unit, or within the class to which scope has been limited using Ctrl+Q+L

Ctrl + Alt + Mouse Wheel

193 Shortcuts for Delphi 10 (Windows)
Navigate to previous method implementation in lexical order in this source unit, or within the class to which scope has been limited using Ctrl+Q+L

Ctrl + Alt + Up Arrow

193 Shortcuts for Delphi 10 (Windows)
Navigate to next method implementation in lexical order in this source unit, or within the class to which scope has been limited using Ctrl+Q+L

Ctrl + Alt + Down Arrow

193 Shortcuts for Delphi 10 (Windows)
Navigate to the lexically first method implementation in this source unit, or within the class to which scope has been limited using Ctrl+Q+L

Ctrl + Alt + Home

193 Shortcuts for Delphi 10 (Windows)
Navigate to the lexically last method implementation in this source unit, or within the class to which scope has been limited using Ctrl+Q+L

Ctrl + Alt + End

193 Shortcuts for Delphi 10 (Windows)
Activate the Tool Palette in filtering mode (start typing, press Enter to drop component)

Ctrl + Alt + P

193 Shortcuts for Delphi 10 (Windows)
Adds current date to source code

Ctrl + Alt + A

193 Shortcuts for Delphi 10 (Windows)
Toggle comment per line or selected block and cursors goes down one line, Ctrl+#

Ctrl + /

193 Shortcuts for Delphi 10 (Windows)
Add Todo list item

Ctrl + Shift + T

193 Shortcuts for Delphi 10 (Windows)
Toggle between Form as text mode or design mode

Alt + F12

193 Shortcuts for Delphi 10 (Windows)
Invoke Use unit dialog

Alt + F11

193 Shortcuts for Delphi 10 (Windows)
Invoke Open Project Dialog

Ctrl + F11

193 Shortcuts for Delphi 10 (Windows)
Invoke Project manager window

Ctrl + Alt + F11

193 Shortcuts for Delphi 10 (Windows)
Invoke Object Inspector window

F11

193 Shortcuts for Delphi 10 (Windows)
Toggle between code view and design view

F12

193 Shortcuts for Delphi 10 (Windows)
Invoke Window list

Alt + 0

193 Shortcuts for Delphi 10 (Windows)
Invoke Structure window

Shift + Alt + F11

193 Shortcuts for Delphi 10 (Windows)
Invoke Browser window

Ctrl + Shift + B

193 Shortcuts for Delphi 10 (Windows)
Invoke Breakpoint window

Ctrl + Alt + B

193 Shortcuts for Delphi 10 (Windows)
Invoke Call Stack window

Ctrl + Alt + S

193 Shortcuts for Delphi 10 (Windows)
Invoke Watches window

Ctrl + Alt + W

193 Shortcuts for Delphi 10 (Windows)
Invoke Local Variables window

Ctrl + Alt + L

193 Shortcuts for Delphi 10 (Windows)
Invoke Threads window

Ctrl + Alt + T

193 Shortcuts for Delphi 10 (Windows)
Invoke FPU window

Ctrl + Alt + F

193 Shortcuts for Delphi 10 (Windows)
Invoke CPU window

Ctrl + Alt + C

193 Shortcuts for Delphi 10 (Windows)
Invoke Event window

Ctrl + Alt + V

193 Shortcuts for Delphi 10 (Windows)
Invoke Modules window

Ctrl + Alt + M

193 Shortcuts for Delphi 10 (Windows)
Invoke Forms window

Shift + F12

193 Shortcuts for Delphi 10 (Windows)
Invoke Add to uses clause window

Ctrl + Shift + A

193 Shortcuts for Delphi 10 (Windows)
Invoke Project Options window

Ctrl + Shift + F11

193 Shortcuts for Delphi 10 (Windows)
Compile Project

Ctrl + F9

193 Shortcuts for Delphi 10 (Windows)
Build Project

Shift + F9

193 Shortcuts for Delphi 10 (Windows)
Invoke Add to project window

Shift + F11

193 Shortcuts for Delphi 10 (Windows)
Run without debugging

Shift + Ctrl + F9

193 Shortcuts for Delphi 10 (Windows)
Find

Ctrl + F

193 Shortcuts for Delphi 10 (Windows)
Find in Files

Shift + Ctrl + F

193 Shortcuts for Delphi 10 (Windows)
Previous/Next result (for Find in Files and Build Error Messages)

Alt + F7/F8

193 Shortcuts for Delphi 10 (Windows)
Changes a word to lowercase and deselects selection

Ctrl + K + E

193 Shortcuts for Delphi 10 (Windows)
Changes a word to uppercase and deselects selection

Ctrl + K + F

193 Shortcuts for Delphi 10 (Windows)
Changes a word to lowercase

Ctrl + K + O

193 Shortcuts for Delphi 10 (Windows)
Changes a word to uppercase

Ctrl + K + N

193 Shortcuts for Delphi 10 (Windows)
Toggles case

Ctrl + O + U

193 Shortcuts for Delphi 10 (Windows)
Toggles Code folding between On and Off

Ctrl + Shift + K + O

193 Shortcuts for Delphi 10 (Windows)
Code folding: Expands All blocks of code

Ctrl + Shift + K + A

193 Shortcuts for Delphi 10 (Windows)
Code folding: Collapse current block of code

Ctrl + Shift + K + E

193 Shortcuts for Delphi 10 (Windows)
Code folding: Expand current block of code

Ctrl + Shift + K + U

193 Shortcuts for Delphi 10 (Windows)
Code folding: Toggle Current block (expand & collapse)

Ctrl + Shift + K + T

193 Shortcuts for Delphi 10 (Windows)
Code folding: Collapses All Regions {$region 'comment'}..{$endregion}

Ctrl + Shift + K + R

193 Shortcuts for Delphi 10 (Windows)
Code folding: Collapse Nested Procedures

Ctrl + Shift + K + P

193 Shortcuts for Delphi 10 (Windows)
Code folding: Collapse All Methods

Ctrl + Shift + K + M

193 Shortcuts for Delphi 10 (Windows)
Code folding: Collapse All Classes

Ctrl + Shift + K + C

193 Shortcuts for Delphi 10 (Windows)
Code folding: Collapses down to Primary Groups (Interface/Implementation)

Ctrl + Shift + K + G

193 Shortcuts for Delphi 10 (Windows)
Code folding: Collapses Namespace/Unit

Ctrl + Shift + K + N

193 Shortcuts for Delphi 10 (Windows)
Switch to the next open file in the editor

Ctrl + Tab

193 Shortcuts for Delphi 10 (Windows)
Switch to the previous open file in the editor

Ctrl + Shift + Tab

193 Shortcuts for Delphi 10 (Windows)
Invokes Print selection dialog

Ctrl + K + P

193 Shortcuts for Delphi 10 (Windows)
Invokes Write block to file(selected text)

Ctrl + K + W

193 Shortcuts for Delphi 10 (Windows)
Invokes Read block from file(inserts text at cursor)

Ctrl + K + R

193 Shortcuts for Delphi 10 (Windows)
Copies selected text at the end of the selection

Ctrl + K + C

193 Shortcuts for Delphi 10 (Windows)
Select word at cursor position

Ctrl + K + T

193 Shortcuts for Delphi 10 (Windows)
Turns on block selection mode

Ctrl + O + C

193 Shortcuts for Delphi 10 (Windows)
Selects current Line (and turns off block selection mode)

Ctrl + O + L

193 Shortcuts for Delphi 10 (Windows)
Toggles between limiting the Ctrl+Alt navigation shortcuts to the current class, or limiting it to the current unit

Ctrl + Q + L

193 Shortcuts for Delphi 10 (Windows)
Go to next item of Messages Window

Ctrl + Q + W

193 Shortcuts for Delphi 10 (Windows)
Switches between source (.cpp) and header (.h)

Ctrl + F6

193 Shortcuts for Delphi 10 (Windows)
Undo

Alt + Backspace

193 Shortcuts for Delphi 10 (Windows)
Display Popup menu

Alt + F10

193 Shortcuts for Delphi 10 (Windows)
Moves the cursor down one line and selects the column from the left of the starting cursor position

Alt + Shift + Down Arrow

193 Shortcuts for Delphi 10 (Windows)
Selects the column from the cursor position to the end of the current line

Alt + Shift + End

193 Shortcuts for Delphi 10 (Windows)
Selects the column from the cursor position to the start of the current line

Alt + Shift + Home

193 Shortcuts for Delphi 10 (Windows)
Selects the column to the left of the cursor

Alt + Shift + Left Arrow

193 Shortcuts for Delphi 10 (Windows)
Moves the cursor down one line and selects the column from the right of the starting cursor position

Alt + Shift + PgDn

193 Shortcuts for Delphi 10 (Windows)
Moves the cursor up one screen and selects the column from the left of the starting cursor position

Alt + Shift + PgUp

193 Shortcuts for Delphi 10 (Windows)
Selects the column to the right of the cursor

Alt + Shift + Right Arrow

193 Shortcuts for Delphi 10 (Windows)
Moves the cursor up one line and selects the column from the left of the starting cursor position

Alt + Shift + Up Arrow

193 Shortcuts for Delphi 10 (Windows)
Cut word under cursor / current selected block

Alt + X

193 Shortcuts for Delphi 10 (Windows)
Copy word under Cursor / selected block

Ctrl + C

193 Shortcuts for Delphi 10 (Windows)
Select all

Ctrl + A

193 Shortcuts for Delphi 10 (Windows)
Delete the word to the beginning

Ctrl + Backspace

193 Shortcuts for Delphi 10 (Windows)
Deletes a currently selected block

Ctrl + D

193 Shortcuts for Delphi 10 (Windows)
Scrolls down one line

Ctrl + Down Arrow

193 Shortcuts for Delphi 10 (Windows)
Moves to the end of a file

Ctrl + End

193 Shortcuts for Delphi 10 (Windows)
Topic Search

Ctrl + F1

193 Shortcuts for Delphi 10 (Windows)
Open Main Menu

Ctrl + F10

193 Shortcuts for Delphi 10 (Windows)
Moves to the top of a file

Ctrl + Home

193 Shortcuts for Delphi 10 (Windows)
Replace Dialog

Ctrl + H

193 Shortcuts for Delphi 10 (Windows)
Inserts a tab character

Ctrl + I

193 Shortcuts for Delphi 10 (Windows)
Copy selected Block

Ctrl + Insert

193 Shortcuts for Delphi 10 (Windows)
Find again

Ctrl + L

193 Shortcuts for Delphi 10 (Windows)
Moves one word left

Ctrl + Left Arrow

193 Shortcuts for Delphi 10 (Windows)
Insert new line

Ctrl + M

193 Shortcuts for Delphi 10 (Windows)
Insert new line after cursor (cursor stays in current line)

Ctrl + N

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

Ctrl + O + A

193 Shortcuts for Delphi 10 (Windows)
Browse symbol at cursor

Ctrl + O + B

193 Shortcuts for Delphi 10 (Windows)
Inserts compiler options and directives

Ctrl + O + O

193 Shortcuts for Delphi 10 (Windows)
Moves to the bottom of a screen

Ctrl + PgDn

193 Shortcuts for Delphi 10 (Windows)
Moves to the top of a screen

Ctrl + PgUp

193 Shortcuts for Delphi 10 (Windows)
Search Replace Dialog

Ctrl + Q + A

193 Shortcuts for Delphi 10 (Windows)
Moves cursor to the beginning of a block

Ctrl + Q + B

193 Shortcuts for Delphi 10 (Windows)
Moves cursor to end of a file

Ctrl + Q + C

193 Shortcuts for Delphi 10 (Windows)
Moves cursor to the end of a line

Ctrl + Q + D

193 Shortcuts for Delphi 10 (Windows)
Moves cursor to the top of the window

Ctrl + Q + E

193 Shortcuts for Delphi 10 (Windows)
Search Find Dialog

Ctrl + Q + F

193 Shortcuts for Delphi 10 (Windows)
Moves cursor to the end of a block

Ctrl + Q + K

193 Shortcuts for Delphi 10 (Windows)
Moves cursor to previous position

Ctrl + Q + P

193 Shortcuts for Delphi 10 (Windows)
Moves cursor to the beginning of a file

Ctrl + Q + R

193 Shortcuts for Delphi 10 (Windows)
Moves cursor to the beginning of a line

Ctrl + Q + S

193 Shortcuts for Delphi 10 (Windows)
Moves cursor to the top of the window

Ctrl + Q + T

193 Shortcuts for Delphi 10 (Windows)
Moves cursor to the bottom of the window

Ctrl + Q + U

193 Shortcuts for Delphi 10 (Windows)
Moves cursor to the bottom of the window

Ctrl + Q + X

193 Shortcuts for Delphi 10 (Windows)
Deletes to the end of Line

Ctrl + Q + Y

193 Shortcuts for Delphi 10 (Windows)
Replace Dialog

Ctrl + R

193 Shortcuts for Delphi 10 (Windows)
Moves one word right

Ctrl + Right Arrow

193 Shortcuts for Delphi 10 (Windows)
Save

Ctrl + S

193 Shortcuts for Delphi 10 (Windows)
Save All

Ctrl + Shift + S

193 Shortcuts for Delphi 10 (Windows)
Selects from the cursor position to the end of the current file

Ctrl + Shift + End

193 Shortcuts for Delphi 10 (Windows)
Selects from the cursor position to the start of the current file

Ctrl + Shift + Home

193 Shortcuts for Delphi 10 (Windows)
Selects the word to the left of the cursor

Ctrl + Shift + Left Arrow

193 Shortcuts for Delphi 10 (Windows)
Selects from the cursor position to the bottom of the screen

Ctrl + Shift + PgDn

193 Shortcuts for Delphi 10 (Windows)
Selects from the cursor position to the top of the screen

Ctrl + Shift + PgUp

193 Shortcuts for Delphi 10 (Windows)
Selects the word to the right of the cursor

Ctrl + Shift + Right Arrow

193 Shortcuts for Delphi 10 (Windows)
Redo

Ctrl + Shift + Z

193 Shortcuts for Delphi 10 (Windows)
Scrolls up one line

Ctrl + Up Arrow

193 Shortcuts for Delphi 10 (Windows)
Paste

Ctrl + V

193 Shortcuts for Delphi 10 (Windows)
Undo

Ctrl + Z

193 Shortcuts for Delphi 10 (Windows)
Display Help

F1

193 Shortcuts for Delphi 10 (Windows)
Find again

F3

193 Shortcuts for Delphi 10 (Windows)
Insert Mode On / Off

Insert

193 Shortcuts for Delphi 10 (Windows)
Moves the cursor down one line and selects from the right of the starting cursor position.

Shift + Down Arrow

193 Shortcuts for Delphi 10 (Windows)
Selects from the cursor position to the end of the current line

Shift + End

193 Shortcuts for Delphi 10 (Windows)
Inserts a new line with a carriage return

Shift + Enter

193 Shortcuts for Delphi 10 (Windows)
Selects from the cursor position to the start of the current line

Shift + Home

193 Shortcuts for Delphi 10 (Windows)
Paste from clipboard

Shift + Insert

193 Shortcuts for Delphi 10 (Windows)
Selects the character to the left of the cursor

Shift + Left Arrow

193 Shortcuts for Delphi 10 (Windows)
Moves the cursor down one line and selects from the right of the starting cursor position

Shift + PgDn

193 Shortcuts for Delphi 10 (Windows)
Moves the cursor up one screen and selects from the left of the starting cursor position

Shift + PgUp

193 Shortcuts for Delphi 10 (Windows)
Selects the character to the right of the cursor

Shift + Right Arrow

193 Shortcuts for Delphi 10 (Windows)
Moves the cursor to the left one tab position

Shift + Tab

193 Shortcuts for Delphi 10 (Windows)
Moves the cursor up one line and selects from the left of the starting cursor position

Shift + Up Arrow

193 Shortcuts for Delphi 10 (Windows)
Selects the column from the cursor position to the end of the current file

Ctrl + Alt + Shift + End

193 Shortcuts for Delphi 10 (Windows)
Selects the column from the cursor position to the start of the current file

Ctrl + Alt + Shift + Home

193 Shortcuts for Delphi 10 (Windows)
Selects the column to the left of the cursor

Ctrl + Alt + Shift + Left Arrow

193 Shortcuts for Delphi 10 (Windows)
Selects the column from the cursor position to the top of the screen

Ctrl + Alt + Shift + PgDn

193 Shortcuts for Delphi 10 (Windows)
Selects the column from the cursor position to the bottom of the screen

Ctrl + Alt + Shift + PgUp

193 Shortcuts for Delphi 10 (Windows)
Selects the column to the right of the cursor

Ctrl + Alt + Shift + Right Arrow

193 Shortcuts for Delphi 10 (Windows)
Select editor window tab

Alt + F12

193 Shortcuts for Delphi 10 (Windows)
IDE Insight

F6 / Ctrl + .

Similar combinations for other applications


Microsoft Outlook 2010 (Windows)
Check for new messages
Messages in Main View - Main Window

Ctrl + M / F9


Eclipse Helios (Windows)
Maximize or un-maximize current Editor Window (also works for other Windows)
Editor Window

Ctrl + M


VLC Media Player (Windows)
Open Messages
Manage VLC, Playlists, and Special Commands

Ctrl + M


Google Chrome (Windows)
Go to matching bracket
Manage Chrome DevTools - Code Editor

Ctrl + M


Thunderbird (Windows)
New Message
Compose and Edit Message

Ctrl + M


Thunderbird (Linux)
New Message
Compose and Edit Message

Ctrl + M


Microsoft OneNote 2010 (Windows)
Open a new OneNote window / replicate window.
Work with the OneNote Window(s)

ctrl + m


Microsoft OneNote 2010 (Windows)
Open a new OneNote window.
Work with the OneNote Window(s)

ctrl + m


Google Chrome (Linux)
Go to matching bracket
Manage Chrome DevTools - Code Editor

Ctrl + M


Microsoft Outlook 2010 (Windows)
Check for new messages
Messages in Compose View - Main Window

Ctrl + M / F9


Tally 9.0 (Windows)
Switches to Main Area of Tally Screen
General Shortcuts

Ctrl + M


Phoenix Viewer (Windows)
World Map
View

Ctrl + M


Tekla Structures 14.0 (Windows)
Move
General shortcuts

Ctrl + m


Microstation v8i (Windows)
Unlock element
Editing

Ctrl + M


Sublime Text (Windows)
Move to opening bracket of faction, repeat for closing bracket
Navigation - Fancy Navigation

Ctrl + M


Microsoft Outlook 2010 (Windows)
Check for new messages
Calendar Shortcuts - Main Window

Ctrl + M / F9


Microsoft Word 2007 (Windows)
Indent a paragraph from the left.
Character and paragraph formatting Align paragraphs

Ctrl + M


Total Commander 8 (Windows)
Multi-Rename-Tool
Main Shortcuts

Ctrl + m


Opera (Linux)
Open Tab Menu
Tabs

Ctrl + M


Sublime Text (Windows)
Move to opening bracket of faction, repeat for closing bracket
Selections - Fancy Navigation

Ctrl + M


MyLifeOrganized (Windows)
Move task
Managing Tasks

Ctrl + M


Smartplant Review (Windows)
Delete last measurement
Managing Smartplan Review

Ctrl + m


Evernote (Windows)
Increase indent for current paragraph or for selection (Or use Tab/Shift+Tab)
Note Editor

Ctrl + m / Ctrl + Shift + m


UltraEdit (Windows)
Replay a macro
Macro Menu

Ctrl + M


VLC Media Player (MacOS)
Open messages
Manage VLC, Playlists, and Special Commands

Ctrl + M


Texmaker 4.0.2 (Windows)
Find next
"Edit" menu

Ctrl + M


Avid Media Composer 7 (Windows)
Allows the editor to select an area of the timeline to "zoom" into. The smaller the slection, the greater the magnification.
Timeline

Ctrl + M


Gwenview (Linux)
Show or hide the menubar.
30 Shortcuts for Gwenview (Linux)

Ctrl + M


HoneyView 5.03 (Windows)
Show/Hide Metainfo
Other

Ctrl + M


Axialis IconWorkshop (Windows)
New - Macintosh icon project...
File Menu

Ctrl + M


Directory Opus (Windows)
Edit metadata
Operations Toolbar

Ctrl + M


FL Studio (Windows)
Toggle metronome
Record / Playback / Transport

Ctrl + M


Beyond Compare (Windows)
Next difference files
Search Menu - Folder Compare

Ctrl + M


Pro Tools (Windows)
Mute clips
Edit Menu

Ctrl + M


Adobe Photoshop CS5 (Windows)
Open the Curves dialog box
Curves

Ctrl + M


Adobe Flash Professional (Windows)
Modify Movie Properties
Windows

Ctrl + M


Microsoft Word 2013 (Windows)
Indent paragraph from the left and increase / decrease indent
Format Paragraphs and Apply Styles

Ctrl + M / Ctrl + Shift + M


FileMaker Pro (Windows)
Assign Timestamp
Layout Mode Shortcuts - Assign Field Types for Databases

Ctrl + M


Qt Creator (Windows)
Toggle bookmark
Editor

Ctrl + M


Linux Mint (Linux)
Create shortcut to selected item
File Manager (Nemo) - Interact with the Selected Item

Ctrl + M


Qt Creator (MacOS)
Toggle bookmark
Editor

Ctrl + M


Atom (text editor) 1.0 (Linux)
Go to matching bracket
Editing Words and Brackets

Ctrl + m


Atom (text editor) 1.0 (Windows)
Go to matching bracket
Editing Words and Brackets

Ctrl + M


FL Studio (Windows)
Import MIDI file
Piano Roll Action

Ctrl + M


Autodesk Maya 2015 (Windows)
Show/hide main menu bar
Interfaces

Ctrl + M


Qt Creator (MacOS)
Add bookmark in Help mode
Help

Ctrl + M


Qt Creator (Windows)
Add bookmark in Help mode
Help

Ctrl + M


Camtasia 8 (Windows)
Marker
Recorder Hotkeys

Ctrl + M


Camtasia 2 (MacOS)
Show marker track
Timeline & Editing

Ctrl + M


Adobe Photoshop CC (Windows)
Adjsut Curves
Basic Shortcuts for Photoshop CC 2015 - Image Basics

Ctrl + M


FileMaker Pro (Windows)
Assign Timestamp
Text Shortcuts - Assign Field Types for Databases

Ctrl + M


Microsoft OneNote 2016 (Windows)
Replicate OneNote window
OneNote Window

Ctrl + M


Sonos Controller (Windows)
Mute/ unmute current Room/ Group
22 Shortcuts for Sonos Controller (Windows)

Ctrl + M


Onshape (Windows)
Mate connector
Assembly

Ctrl + M


Clink (Windows)
accept-line
BASH (GNU Readline) Line Editing

Ctrl + M


Onshape (Windows)
Mate connector
Part Studio

Ctrl + M


Microsoft Edge Browser (Windows)
Open reading list pane
Navigation

Ctrl + M


Corel VideoStudio X9.5 (Windows)
Mew HTML5 Project
File Tab Operations

Ctrl + M


Microsoft PowerPoint 2016 (Windows)
New Slide
Edit and General Text Operations

Ctrl + M


Autodesk Maya 2017 (Windows)
Show/hide main menu bar
Interfaces

Ctrl + M


Adobe Premiere CC (Windows)
Media
General Shortcuts

Ctrl + M


FileMaker Pro (Windows)
Assign Timestamp
Database Management Shortcuts - Assign Field Types for Databases

Ctrl + M


Corel Painter 2017 (Windows)
Screenmode toggle
Canvas

Ctrl + M


Adobe Photoshop CC (Windows)
Adjsut Curves
Manage Panels - Image Basics

Ctrl + M


Microsoft Outlook 2016 (Windows)
Start a send/receive
Send/Receive

Ctrl + M


Finale (Windows)
Fit measures dialog box
Utility Menu

Ctrl + M


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

Ctrl + M


IMVU (Windows)
Furni Move Tool
Tools

Ctrl + M


ArchiCAD 20 (Windows)
Mirror
Edit Menu Commands

Ctrl + M


ArchiCAD 20 (Windows)
Comment
Edit Commands(Text)

Ctrl + M


Dynamics CRM 2015 (Windows)
Opens the Add or Remove Snap-ins dialog box.
MMC Shortcuts(Microsoft Management Console)

Ctrl + M


Dynamics GP 2015 (Windows)
Purchasing Invoice Entry — Open Match Shipments to Invoice
Window Specific Keyboard Shortcuts

Ctrl + M


Age of Empires (Windows)
Go to Market
Game Commands

Ctrl + M


GIMP (Linux)
Merge Visible Layers
Image

Ctrl + M


Apple Photos (Windows)
Minimize window
General

Ctrl + M


Adobe Photoshop CC (Windows)
Open Curves Dialog Box
Curves Dialog Box

Ctrl + M


AutoCAD 2016 (Windows)
Repeats last command
General

Ctrl + M


GIMP (Windows)
Merge Visible Layers
Image Operations

Ctrl + M


1Password (Windows)
Minimize window.
General Shortcuts

Ctrl + M


Todoist (Web Application)
Add a new comment to newly created task
Task Quick Add Shortcuts

Ctrl + M


Act! CRM (Windows)
Schedule Meeting
Activity Shortcuts

Ctrl + M


Sublime Text (MacOS)
Jump to closing parentheses Repeat to jump to opening parentheses
General Editing Shortcuts

Ctrl + M


FileZilla (Windows)
Manual transfer
28 Shortcuts for FileZilla (Windows)

Ctrl + M


Adobe Animate CC (Windows)
Modify Movie Properties
Windows Shortcuts

Ctrl + M


Zimbra Collaboration Suite 8 (Windows)
Show Menu to Act on the Selected Items
Lists

Ctrl + M


Bash (Linux)
Enter
Editing

Ctrl + M


Autodesk Mudbox 2017 (Windows)
Adjust color
Sculpt and Paint Tool

Ctrl + M


Autodesk Mudbox 2017 (MacOS)
Adjust color
Sculpt and Paint Tool

Ctrl + M


Daz 3D Bryce 7 (Windows)
Edit Material
Object

Ctrl + M


SharePoint 2016 (Windows)
Indent a paragraph from the left
Rich Text Editing

Ctrl + M


Adobe Dreamweaver (Windows)
Insert Row
Table

Ctrl + M


Autodesk Mudbox 2017 (Windows)
Open Adjust Color window
Paint Layer

Ctrl + M


ZBrush 4 (Windows)
Remove Marker
Edit Move Navigation - Markers

Ctrl + M


Blender 3D (Windows)
Mirror Menu
Object Mode

Ctrl + M


Daz 3D Bryce 7 (Windows)
Materials Lab
Palettes and Labs

Ctrl + M


Corel Ventura 10 (Windows)
Normal
Text Formatting

Ctrl + M


Corel PhotoPaint X6 (Windows)
Mask from Objects
Mask Menu

Ctrl + M


Opera (Windows)
Display Context menu
Focus

Ctrl +M


ZBrush 4 (Windows)
Remove Marker
Inner Ring Actions - Markers

Ctrl + M


HTML-Kit (Windows)
Find Matching Character==,{},(),<>
87 Shortcuts for HTML-Kit (Windows)

Ctrl + M


Steinberg Cubase 9 (Windows)
Open markers
Project

Ctrl + M


Corel Draw X8 (Windows)
Bullet text
Text Formatting

Ctrl + M


ZBrush 4 (Windows)
Remove Marker
Sculpting Brushes - Markers

Ctrl + M


Clip Studio Paint (Manga Studio) (Windows)
Quick Mask
Selection Shortcuts

Ctrl + M


Forte (Windows)
New email message
All Window

Ctrl + M


ZBrush 4 (Windows)
Remove Marker
3D Models - Markers

Ctrl + M


Daz 3D Carrara 8 (Windows)
Point At
3D View

Ctrl + M


Chief Architect (Windows)
Materials List Tools - Master List
Settings Tools

Ctrl + M


Brackets (Windows)
Minify Code
99 Shortcuts for Brackets (Windows)

Ctrl + M


Brackets (Windows)
Quick Markup Mode
99 Shortcuts for Brackets (Windows)

Ctrl + M


Poser Pro (Windows)
Display>Camera View >Main camera
Display

Ctrl + M


Final Fantasy XV (Windows)
Waymarks
Hotbar And Main Menu

Ctrl + M


Adobe Captivate 2017 (Windows)
Merge the selected object with the background
General and Miscellaneous Shortcuts

Ctrl + M


ZBrush 4 (Windows)
Remove Marker
ZSpheres - Markers

Ctrl + M


MetaTrader MT4 (Windows)
Open/Close market Watch Window
Miscellaneous Shortcuts

Ctrl + M


Amarok (Windows)
Show Menubar
General Shortcuts

Ctrl + M


vSphere Client (Windows)
Add Alarm to VM
Miscellaneus Shortcuts

Ctrl + M


Informix Genero 2.5.0 (Windows)
Macro
Code Completion

Ctrl + M


MPS 2017 (Windows)
Scroll a line at caret to the center of the screen
Basic Editing

Ctrl + M


GOM Player (Windows)
Sharpen
Video Control

Ctrl + M


Soundforge (Windows)
Mix data from the clipboard with the active window
Data Window

Ctrl + M


Teamcenter (Windows)
New Form
New Creation

Ctrl + M


KMPlayer (Windows)
Open WDM (TV) Device...
General

Ctrl + M


XYplorer (Windows)
Selection Filter...
General Shortcuts

Ctrl + M


PotPlayer (Windows)
Temporary Denoise On/Off
Standard Keyboard Controls

Ctrl + M


ZBrush 4 (Windows)
Remove Marker
Canvas and 2.5D - Markers

Ctrl + M


Aptana Studio 3 (Windows)
Maximize Window
Windows Shortcuts

Ctrl + M


VideoPad Video Editor (Windows)
Minimize
Window

Ctrl + M


Jupyter Notebook (Windows)
command mode
Edit Mode (press Enter to enable)

Ctrl + M


Editpad 7 (Windows)
Move text
Select and Edit Text

Ctrl + M


Siemens NX 11 (Windows)
Modelling
Application Menu

Ctrl + M


Vegas Pro 14 (Windows)
Render to new track
General Editing

Ctrl + M


Visual Studio Code (Windows)
Toggle Tab moves focus
Navigation Shortcuts

Ctrl + M


Quickbooks Desktop (Windows)
Memorize transaction or report
Account Register Shortcuts

Ctrl + m


CrazyTalk 8 (Windows)
Toggle Face Orientation panel (Profile setting)
Model Page

Ctrl + M


Tableau (Windows)
New worksheet
General

Ctrl + M


Bitcomet (Windows)
Make Torrent File
Global

Ctrl + M


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

Ctrl + M


GeoModeller3D (Windows)
Compute
Model

Ctrl + M


Sierra Chart (Windows)
Message Log
Window Menu

Ctrl + M


SolidWorks (Windows)
Mate Diagnostics
Tools Menu

Ctrl + M


DrawPlus (Windows)
Format Paragraph
Text

Ctrl + M


Todoist
Add a comment to a newly created task (web, macOS, & Windows legacy only)
Task Quick Add

Ctrl + M


Rhino (Windows)
Max View port
Default Shortcuts

Ctrl + M


Vegas Pro 14 (Windows)
Render to new track
Timeline and Track List

Ctrl + M


Solid Edge (Windows)
Trimetric
Manipulation

Ctrl + M


TurboCAD (Windows)
Select all blocks and groups with a specific name
171 Shortcuts for TurboCAD (Windows)

Ctrl + M


Flash Movie Player (Windows)
Mute
General

Ctrl + M


Alphacam (Windows)
Clear Memory
Regular Commands

Ctrl + M


Vivaldi
Menu position
View

Ctrl + M


FlashFXP (Web Application)
Move selected files/directories
54 Shortcuts for FlashFXP (Web Application)

Ctrl + M


Surfcam (Windows)
Display the Mask Selection Settings dialog box
60 Shortcuts for Surfcam (Windows)

Ctrl + M


ChessBase 13
° With compensation for material
Commentary symbols

Ctrl + M


Skipper
Create Many-to-Many
Visual model shortcuts

Ctrl + M


Geany (Linux)
Toggle marker
Moving around in the document

Ctrl + M


Geany (Windows)
Toggle marker
Moving around in the document

Ctrl + M


Xyplorer
Mouse Down Blow Up: Shrink to Fit
Other Shortcuts

Ctrl + M


CuteFTP (Windows)
Make new folder
General

Ctrl + M


winIDEA
Debug - Modify
Debug

Ctrl + M


Ansys Mechanical (Windows)
Activate Element Selection
Selection Filters

Ctrl + M


Geany (Linux)
Toggle marker
Finding text,Selecting text

Ctrl + M


Geany (Windows)
Toggle marker
Finding text,Selecting text

Ctrl + M


Moldflow Insight (Windows)
Move/Copy (Translate)
Modeling

Ctrl + M


Comodo IceDragon (Windows)
Mute/Unmute Audio
Windows and Tabs

Ctrl + M


PSPad (Windows)
Matching Bracket - Find matching bracket (cursor before bracket)
Search

Ctrl + M


Wordfast Pro (Windows)
Maximize Active View or Editor
100 Shortcuts for Wordfast Pro (Windows)

Ctrl + M


SAP Web IDE (Windows)
Maximize/Restore Active Editor
47 Shortcuts for SAP Web IDE (Windows)

Ctrl + M


FEKO (Windows)
Create mesh (prompt for mesh settings)
Important CADFEKO Shortcuts

Ctrl + M


FEKO (Linux)
Create mesh (prompt for mesh settings)
Important CADFEKO Shortcuts

Ctrl + M


Ulead PhotoImpact 8 (Windows)
Maximizes the window and displays the image at 1:1 ratio
View Menu

Ctrl + M


Gmsh 4.1.4
Minimize window
General

Ctrl + M


GibbsCAM (Windows)
Current CS
Edit Menu

Ctrl + M


Assetto Corsa
Toggle mouse steering
In-game

Ctrl + M


Ableton Live 9 (Windows)
Toggle MIDI Map Mode
Key/Mini Map Mode and the Computer Keyboard

Ctrl + M


Cobalt (Windows)
Page (M21-40)
70 Shortcuts for Cobalt (Windows)

Ctrl + M


Vectorworks (Windows)
Move
Modify Menu

Ctrl + M


gEDA (Linux)
Set the origin to the current position of the mouse pointer
Other Important Shortcuts

Ctrl + M


gThumb (Linux)
Add Comments or metadata to an image
Editing

C / Ctrl + M


Foxit Reader (Windows)
Zoom To
30 Shortcuts for Foxit Reader (Windows)

Ctrl + M


Foxit Reader (Linux)
Zoom To
30 Shortcuts for Foxit Reader (Linux)

Ctrl + M


The Curse of Monkey Island
Move
Other

Ctrl + M


The Secret of Monkey Island
Select mouse as default control
Cursor controls

Ctrl + M


Pidgin (Linux)
New Instant Message
Buddies Menu

Ctrl + M


LDView
MPD model selection
General

Ctrl + M


Banner 9 (Windows, Mac)
Open Menu
Mac shortcuts

Ctrl + M


Affinity Photo
Curves (Adjustment)
Adjustment and Filter shortcuts

Ctrl + M


Pidgin (Linux)
New Instant Message...
Conversation

Ctrl + M


KiCad 5.0.2
Move Item Exactly
Pcbnew

Ctrl + M


eM Client (Windows)
Next Line
13 Shortcuts for eM Client (Windows)

Ctrl + M


Brave Browser (Windows)
Minimize
Tabs and Windows

Ctrl + M


WavePad Sound Editor (Windows)
Trim start
Edit Operations

Ctrl + M


MuseScore (Windows)
Rehearsal Mark
Text Entry Shortcuts

Ctrl + M


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

Ctrl + M


FlexiSign Pro 8.1 (Windows)
Compound
Arrangement

Ctrl + M


BricsCAD (Windows)
Repeats the previously issued command
Other Shortcuts

Ctrl + M


BricsCAD (Linux)
Repeats the previously issued Ctrl
Other Shortcuts

Ctrl + M


AVS Video Editor (Windows)
Merge Scenes
Multitrim

Ctrl + M


Aspire (Windows)
Opens Measure tool form
General Shortcuts

Ctrl + M


VCarve Pro (Windows)
Opens Measure tool form
General Shortcuts

Ctrl + M


KeyCreator (Windows)
Move Entity
Set Various Entities

Ctrl + M


EasyWorship
Opens the Alerts window and opens the New simple message alert (Live) window.
Editor

Ctrl + M


eMachineShop (Windows)
Choose Material for current Design
38 Shortcuts for eMachineShop (Windows)

Ctrl + M


LDCad
Open the selection move dialog
Editor

Ctrl + M


Altium Designer (Windows)
Measure distance
PCB Editor Only Shortcuts

Ctrl + M


SuperMemo (Windows)
Memorize curently selected task in Tasklist Manager
129 Shortcuts for SuperMemo (Windows)

Ctrl + M


Tableau
New worksheet
Managing workbooks, sheets, and files (Tableau Desktop)

Ctrl + M


Altium Designer (Windows)
Mirror
CAM Editor Shortcuts

Ctrl + M


Cisco Webex
Mute or unmute the selected user
Windows

Ctrl + M


Ableton Live 10
Toggle MIDI Map Mode
Key/MIDI Map Mode and the Computer MIDI Keyboard

Ctrl + M


Claws Mail
Attach file
Compose window

Ctrl + M


FastMail
Format text
Compose

Ctrl + M


Jupyter Notebook
Command mode
Edit mode

Ctrl + M


draw.io
Edit metadata
Tools

Ctrl + M


Tibia
Show server messages in the current channel
Channels

Ctrl + M


Shotcut (Mac)
Toggle Mute track
Timeline

Ctrl + M


Siemens NX
Modelling
Application menu

Ctrl + M


QuickBooks Desktop
To memorize the current transaction
Memorized Transactions

Ctrl + M


Shotcut
Toggle Mute track
Timeline

Ctrl + M


PyCharm 2018.2
Scroll a line at caret to the center of the screen.
Basic editing

Ctrl + M


Telegram
Iconify (minimize) Telegram
General

Ctrl + M


Quicken 2018
Memorize a transaction
Register and Write Checks

Ctrl + M


Evernote for Windows
Increase Indentation
Note Editor

Ctrl + M


Total War: Attila
Select all infantry missile units
Selection

Ctrl + M


Confluence
Insert files & images
Editor

Ctrl + M


Atom (Windows)
(Source: Bracket Matcher) bracket-matcher:go-to-matching-bracket
All shortcuts

Ctrl + M


SharePoint
Indent a paragraph from the left.
Using rich text editing

Ctrl + M


Gravit Designer
Merge selection
Modify

Ctrl + M


PaintShop Pro 2018
Flip horizontal
Shortcuts with Ctrl

Ctrl + M


Adobe Animate CC (Windows)
Modify movie properties
Windows

Ctrl + M


Roll20
Switch to map layer
Layers

Ctrl + M


Nuance Power PDF
Open Zoom to window
Zoom

Ctrl + M


Windows PowerShell ISE
(Script pane) Expand or Collapse Outlining
Editing text

Ctrl + M


KMPlayer
Open WDM (TV) device
General

Ctrl + M


CorelDRAW Graphics Suite 2018
Use bullets
General

Ctrl + M


Metapad
Smart select
Options

Ctrl + M


Camtasia
Mute volume
Camtasia Player

Ctrl + M


PDF-XChange Editor
Show/Hide the Comments pane.
General

Ctrl + M


BSPlayer
Mute
Misc

Ctrl + M


TextRoom
Minimize TextRoom
General

Ctrl + M


Adobe Premiere Pro (Windows)
Media...
File

Ctrl + M


Microsoft FrontPage
Indent a paragraph from the left.
Format text and paragraphs

Ctrl + M


Corel Painter
Screen toggle mode
Windows menu

Ctrl + M


Microsoft Word 2016
Indent a paragraph from the left
Change paragraph alignment

Ctrl + M


E-Sword
Mark Scripture
General

Ctrl + M


Warcraft III
Toggle music on/off
Menu commands

Ctrl + M


Adobe Photoshop CC
Open the Curves dialog box
Using curves

Ctrl + M


WavePad
Trim Start
Edit Operations

Ctrl + M


Comodo IceDragon
Mute/Unmute Audio
Windows and Tabs

Ctrl + M


Brackets
Quick Markup Mode
General

Ctrl + M


PSPad
Matching Bracket
Search

Ctrl + M


Microsoft PowerPoint (Slideshows)
Show or hide ink markup
Control your slide show during the presentation

Ctrl + M


Hearthstone
Toggle the option "Sound in Background" (experimental)
3rd party program: Hotkeys

Ctrl + M


GoldWave
Mixes the clipboard with the sound at the start marker's position.
Editing

Ctrl + M


Ardour
Mute/unmute
Region Operations

Ctrl + M


GIMP
Merge visible layers
Layers

Ctrl + M


WinHex
Position manager
Navigation

Ctrl + M


Tekla Structures 20
Add to master drawing catalog
Drawing

Ctrl + M


LibreOffice
Removes direct formatting from selected text or objects (as in Format - Clear Direct Formatting)
Editing and formatting documents

Ctrl + M


MindMeister
Open Context Menu
More shortcuts

Ctrl + M


Maple
Maple Input Mode
Menu accelerators

Ctrl + M


NewsBin Pro
Launch associated applications
Files tab

Ctrl + M


Qt Creator
Add bookmark in Help mode
Help

Ctrl + M


Multi Commander
View - Menu Bar
Core shortcuts

Ctrl + M


FocusWriter
Minimize
General

Ctrl + M


Sublime Text
Jump to closing parentheses. Repeat to jump to opening parentheses
Editing

Ctrl + M


Google Translator Toolkit
Add comment
Editing

Ctrl + M


Git Tower (Windows)
Merge
Merging & Rebasing

Ctrl + M


FileMaker
Timestamp
Field type

Ctrl + M


eM Client
Go to next line
General

Ctrl + M


Freemind
Decrease node font size
Node formatting commands

Ctrl + M


Eclipse
Maximize or restore current editor window (also works with other windows)
Editor

Ctrl + M


The Bat!
Mark all messages as read
Working with the Folder Tree

Ctrl + M


REAPER
View: Toggle mixer visible
Section: Main

Ctrl + M


Accounting CS
Toggle to hide or unhide the Comments frame
Toggle to hide/unhide frames in the view

Ctrl + M


FileZilla
Manual transfer
General

Ctrl + M


Visual Studio Code (Windows)
Toggle Tab moves focus
Navigation

Ctrl + M


Visual Studio Code (Linux)
Toggle Tab moves focus
Navigation

Ctrl + M


Blender
Mirror object over an axis
General

Ctrl + M


IrfanView
Open random image from current directory
Handling files

Ctrl + M


VLC Media Player
Open messages
Miscellaneous

Ctrl + M


Delphi
Insert new line (same as Enter)
General

Ctrl + M


PlayerUnknown's Battlegrounds
Master volume mute (mute all audio)
Other

Ctrl + M


Zimbra Web Client
Add attachment
Create

Ctrl + M


Firefox Quantum
Mute / Unmute audio
Windows and tabs

Ctrl + M


Chrome DevTools
Go to matching bracket
Code Editor

Ctrl + M


Outlook 2016 and Outlook 2013
Start a send/receive
Send / receive

Ctrl + M


CoffeeCup HTML Editor
Insert image
Insert

Ctrl + M


Pidgin
New instant message
Buddies menu

Ctrl + M


Microsoft Visual Studio 2017 (All shortcuts)
Image.MagnificationTool
VC Image Editor

Ctrl + M


Mozilla Thunderbird
Write new message to selected contacts
Address book

Ctrl + M


Paint.NET
Merge layer down
Layers menu

Ctrl + M


Foxit PDF Reader 2.0
Zoom To
View shortcuts

Ctrl + M


GOM Player
Sharpen
Video control

Ctrl + M


AIMP
Audio Library
Utilities

Ctrl + M


Skype
Mute
Skype for Windows 10

Ctrl + M


Everything
Toggle match diacritics
General keyboard shortcuts

Ctrl + M


Opera
Display context (right-click) menu
Focus

Ctrl + M


Microsoft OneNote
Open a new OneNote window
Work with pages and Quick Notes

Ctrl + M


Windows Voice Recorder
Add a new marker to the recording
General

Ctrl + M


Windows Calculator
Store in memory
General

Ctrl + M


Gmail
Open spelling suggestions
Compose and chat

Ctrl + M


Audacity
Add Label at Playback Position
Tracks menu

Ctrl + M


Notepad2
Run metapath file browser plugin
Tools

Ctrl + M


Command Line
Enter or exit mark mode. In mark mode you can use arrow keys to navigate around in the window
Navigation

Ctrl + M


Windows 10 Maps
Minimize the active tab
General

Ctrl + M


Facebook (Chrome)
Create a new message
Website Messenger

Ctrl + M


Total Commander
Multi-­rename tool
File manipulation

Ctrl + M


IrfanView 4.42 (Windows)
Open random image from current directory
File Handling

Ctrl + M


Google Earth 5 (Windows)
Hide or show overview Window
Adjust View

ctrl + m


Nautilus File Manager 2 (Linux)
Make link
File Management

Ctrl + M


Microsoft Word 2010 (Windows)
Indent paragraph from the left and increase / decrease indent
Navigate within Documents - Format Paragraphs

Ctrl + M / Ctrl + Shift + M


Microsoft Outlook 2007 (Windows)
Check for new messages.
Shortcuts for Managing E-Mail

Ctrl + M / F9


Adobe Photoshop CS4 (Windows)
Open the Curves dialog box
Shortcut Keys for using the Curves dialog box

Ctrl + M


Microsoft Word 2010 (Windows)
Indent paragraph from the left and increase / decrease indent
Edit Documents - Format Paragraphs

Ctrl + M / Ctrl + Shift + M


Microsoft Outlook 2007 (Windows)
Start a send/receive.
Shortcuts for Send and Receive

Ctrl + M


Windows Media Player 11 (Windows)
Show or hide the Classic Menus (menu bar) in full mode.
Manage the Media Player Windows

Ctrl + M


Microsoft Word 2010 (Windows)
Indent paragraph from the left and increase / decrease indent
Formats - Format Paragraphs

Ctrl + M / Ctrl + Shift + M


Microsoft Word 2010 (Windows)
Indent paragraph from the left and increase / decrease indent
Manage Word View - Format Paragraphs

Ctrl + M / Ctrl + Shift + M


Microsoft Word 2010 (Windows)
Indent paragraph from the left and increase / decrease indent
Tables - Format Paragraphs

Ctrl + M / Ctrl + Shift + M


Nano
Insert a newline at the cursor position
Editing

Ctrl + M


Scrivener 1.9.9
Merge documents
Documents

Ctrl + M


Final Draft 11 (Windows)
Insert bookmark
General

Ctrl + M


Xactimate
Open Macros
General

Ctrl + M