Google Chrome (Windows)

Manage Chrome DevTools - Code Editor

Go to matching bracket

Ctrl + M

All hotkeys for Google Chrome (Windows)

Manage Chrome DevTools - Accessing DevTools and DevTools Basics
Open Developer Tools

Ctrl + Shift + I (or F12 )

Manage Chrome DevTools - Accessing DevTools and DevTools Basics
Open Developer Tools (With Focus on Javascript Console)

Ctrl + Shift + J

Manage Chrome DevTools - Accessing DevTools and DevTools Basics
Toggle Element Inspection mode

Ctrl + Shift + C

Manage Chrome DevTools - Accessing DevTools and DevTools Basics
Switch Focus on Developer Tools (there is not really a shortcut for focusing on the Developer Tool, but this is a workaround. Watch the Inspector Mode Icon change color as you press for guidence. Finally, this works only if DevTools are docked; if they are not, simpy switch between windows with Alt+Tab)

Ctrl + Shift + C (2x)

Manage Chrome DevTools - Accessing DevTools and DevTools Basics
Show General Settings Dialog (press Esc to exit)

?

Manage Chrome DevTools - Accessing DevTools and DevTools Basics
Switch to next / Switch to previous panel (add Alt to the combination to reverse the direction)

Ctrl + [ / ]

Manage Chrome DevTools - Accessing DevTools and DevTools Basics
Dock / Undock Developer Tool

Ctrl + D

Manage Chrome DevTools - Accessing DevTools and DevTools Basics
Toggle (mobile) Device Mode

Ctrl + Shift + M

Manage Chrome DevTools - Accessing DevTools and DevTools Basics
Search Text in Source

Ctrl + F

Manage Chrome DevTools - Accessing DevTools and DevTools Basics
Search Text across sources

Ctrl + Shift + F

Manage Chrome DevTools - Accessing DevTools and DevTools Basics
Search by Filename

Ctrl + O

Manage Chrome DevTools - Accessing DevTools and DevTools Basics
Zoom in / Zoom out Developer tools

Ctrl + [ + ] / -

Manage Chrome DevTools - Accessing DevTools and DevTools Basics
Zoom to default

Ctrl + 0 (zero)

Manage Chrome DevTools - Elements Panel
Focus on the Elements content (this is strangely nowhere documented, but worked for me; without this one, you cannot use any of the other shortcuts below without clicking on the content first)

Ctrl + Arrow Up

Manage Chrome DevTools - Elements Panel
Navigate upwards/ downwards

Arrow Up / Arrow Down

Manage Chrome DevTools - Elements Panel
Undo / Redo Change

Ctrl + Z / Ctrl + Y

Manage Chrome DevTools - Elements Panel
Expand / Collapse

Arrow Right / Arrow Left

Manage Chrome DevTools - Elements Panel
Expand node

Left-click on arrow

Manage Chrome DevTools - Elements Panel
Expand/collapse node with all children

Ctrl + Alt +Left-click

Manage Chrome DevTools - Elements Panel
Edit the element

Enter

Manage Chrome DevTools - Elements Panel
Hide the element

H

Manage Chrome DevTools - Elements Panel
Toggle edit as HTML

F2

Manage Chrome DevTools - Styles Panel
Edit Rule

Left-click

Manage Chrome DevTools - Styles Panel
Insert new property

Left-click on white space

Manage Chrome DevTools - Styles Panel
Go to line of style rule property declaration

Ctrl +Left-click on property

Manage Chrome DevTools - Styles Panel
Cycle through the color definition value

Shift +Left-click on property

Manage Chrome DevTools - Styles Panel
Edit next / edit previous property

Tab / Shift + Tab

Manage Chrome DevTools - Styles Panel
Increase / decrease value by 1

Arrow Up / Arrow Down

Manage Chrome DevTools - Styles Panel
Increase / decrease value by 10

Page Up / Page Down

Manage Chrome DevTools - Styles Panel
Increase / decrease value by 100

Shift + Page Up / Page Down

Manage Chrome DevTools - Styles Panel
Increase / decrease value by 100

Alt + Arrow Up / Arrow Down

Manage Chrome DevTools - Sources Panel
Pause / resume script execution

F8 , Ctrl + \

Manage Chrome DevTools - Sources Panel
Pause / resume script execution

F8 , Ctrl + \

Manage Chrome DevTools - Sources Panel
Step over next function call

F10 , Ctrl + '

Manage Chrome DevTools - Sources Panel
Step into next function call

F11 , Ctrl + ;

Manage Chrome DevTools - Sources Panel
Step out of current function

Shift + F11 , Ctrl + Shift + ;

Manage Chrome DevTools - Sources Panel
Select next / select previous call frame

Ctrl + . / ,

Manage Chrome DevTools - Sources Panel
Toggle breakpoint condition

Left-click on line-number

Manage Chrome DevTools - Sources Panel
Edit breakpoint condition

Right-click on line number

Manage Chrome DevTools - Sources Panel
Delete individual words

Alt + Delete

Manage Chrome DevTools - Sources Panel
Comment a line or selected text

Ctrl + /

Manage Chrome DevTools - Sources Panel
Save changes to local modifications

Ctrl + S

Manage Chrome DevTools - Sources Panel
Save all changes

Ctrl + Alt + S

Manage Chrome DevTools - Sources Panel
Go to line

Ctrl + G

Manage Chrome DevTools - Sources Panel
Search by filename

Ctrl + O

Manage Chrome DevTools - Sources Panel
Jump to line number

Ctrl + P +number

Manage Chrome DevTools - Sources Panel
Jump to column

Ctrl + O +number +number

Manage Chrome DevTools - Sources Panel
Go to member

Ctrl + Shift + O

Manage Chrome DevTools - Sources Panel
Close active tab

Alt + W

Manage Chrome DevTools - Sources Panel
Run snippet

Ctrl + Enter

Manage Chrome DevTools - Code Editor
Go to matching bracket

Ctrl + M

Manage Chrome DevTools - Code Editor
Jump to line number

Ctrl + P +number

Manage Chrome DevTools - Code Editor
Jump to column

Ctrl + O +number +number

Manage Chrome DevTools - Code Editor
Toggle comment

Ctrl + /

Manage Chrome DevTools - Code Editor
Select next occurrence

Ctrl + D

Manage Chrome DevTools - Code Editor
Undo last selection

Ctrl + U

Manage Chrome DevTools - Timeline Panel
Start / stop recording

Ctrl + E

Manage Chrome DevTools - Timeline Panel
Save timeline data

Ctrl + S

Manage Chrome DevTools - Timeline Panel
Open / Load timeline data

Ctrl + O

Manage Chrome DevTools - Profiles Panel
Start / stop recording

Ctrl + E

Manage Chrome DevTools - Console Panel
Accept Suggestion

Arrow Right

Manage Chrome DevTools - Console Panel
Previous / next command (line)

Arrow Up / Arrow Down

Manage Chrome DevTools - Console Panel
Focus the Console

Ctrl + `

Manage Chrome DevTools - Console Panel
Clear Console

Ctrl + L

Manage Chrome DevTools - Console Panel
Multi-line entry

Shift + Enter

Manage Chrome DevTools - Console Panel
Execute

Enter

Manage Tabs
Open a new tab

Ctrl + T

Manage Tabs
Reopen the last tab closed (up to 10 tabs)

Ctrl + Shift + T

Manage Tabs
Close the tab(or close Chrome if only one tab is open)

Ctrl + W / Ctrl + F4

Manage Tabs
Switch to the first tab, the second, etc.

Ctrl + 1 through Ctrl + 8

Manage Tabs
Switch to the last tab

Ctrl + 9

Manage Tabs
Switch to the next tab

Ctrl + Tab / Ctrl + Page Up

Manage Tabs
Switch to the previous tab

Ctrl + Shift + Tab / Ctrl + Page Down

Manage Tabs
Open a new window

Ctrl + N

Manage Tabs
Open a new incognito window

Ctrl + Shift + N

Manage Tabs
Close the current window

Ctrl + Shift + W / Alt + F4

Manage Tabs
Open the link in a new background tab

Ctrl +left-click

Manage Tabs
Open the link in a new foreground tab

Ctrl + Shift +left-click

Manage Tabs
Open the link in a new window

Shift +left-click

Manage Tabs
Download the link

Alt +left-click

Manage Tabs
Open Google search in a new background tab

Ctrl + click on "Search Google for" from a drop down menu

Manage Tabs
Open Google search in a new window

Shift + click on "Search Google for" from a drop down menu

Manage Tabs
Open the link in the selected tab

Drag link to an existing tab

Manage Tabs
Open the link in a new tab in the specified position on the tab strip

Drag link to tab bar

Manage Tabs
Select multiple tabs (to rearrange them or create a new window)

Hold Ctrl + click on tabs in the tab bar

Manage Tabs
Select all the tabs between two tabs (to rearrange them or create a new window)

Hold Shift + click on two tabs in the tab bar

Address Bar
Set focus to the address bar (highlights the current webpage URL if available)

Ctrl + L / Alt + D

Address Bar
Set focus to the toolbar

Shift + Alt + T

Address Bar
Enter search query in the address bar

Ctrl + E / Ctrl + K

Address Bar
Remove a prediction from the address bar

Arrow Down to highlight, then Shift + Delete

Address Bar
Perform a search using the search engine associated with the keyword or the URI

Type search term and press Enter

Address Bar
Open the site or a search in a new foreground tab

Type and press Alt + Enter

Address Bar
Open the site or a search in a new background tab (doesn't work in Windows 10)

Type and press Win + Enter

Address Bar
Open the site or a search in a new window

Type and press Shift + Enter

Address Bar
Add www. to beginning and .com to end of input and open the web address in the current tab

Type and press Ctrl + Enter

Address Bar
Add www. to beginning and .com to end of input and open the web address in a new foreground tab

Type and press Ctrl + Alt + Enter

Address Bar
Add www. to beginning and .com to end of input and open the web address in a new background tab (doesn't work in Windows 10)

Type and press Ctrl + Win + Enter

Address Bar
Add www. to beginning and .com to end of input and open the web address in a new window

Type and press Ctrl + Shift + Enter

Address Bar
Tab-to-Search feature. E.g. Typing in 'yahoo.com' plus tab opens yahoo search. Add/edit search engines via 'Under the Hood' -> Basic -> Search Engines.

Type name of search engine and press Tab

View Webpages
Alternate focus between address bar, bookmarks bar and webpage

F6

View Webpages
Scroll down / scroll up

Arrow Down / Arrow Up

View Webpages
Scroll one page down / up

Page Down / Page Up

View Webpages
Scroll one page down / up

Space / Shift + Space

View Webpages
Jump to beginning / to end of webpage

Home / End

View Webpages
Zoom in / zoom out (or Ctrl+mousewheel)

Ctrl + [ + ] / -

View Webpages
Return zoom to normal text size

Ctrl + 0 (zero)

View Webpages
View webpage source

Ctrl + U

View Webpages
Turn full screen on / off

F11

View Webpages
Turn fullscreen on / off for some video types (e.g. YouTube)

F

View Webpages
Mute / unmute some video types (e.g. YouTube)

M

Browse between Webpages
Jump to homepage

Alt + Home

Browse between Webpages
Jump to previous webpage visited / jump to next webpage

Alt + Arrow Left / Arrow Right

Browse between Webpages
Reload current webpage

F5 / Ctrl + R

Browse between Webpages
Reload current webpage with cache override

Ctrl + F5 / Shift + F5

Browse between Webpages
Stop webpage loading

Esc

Browse within Webpages
Jump to next / previous link

Tab / Shift + Tab with focus on webpage

Browse within Webpages
Open link in current tab

Enter on link

Browse within Webpages
Open link in a new background tab

Ctrl + Enter on link

Browse within Webpages
Open link in a new foreground tab

Shift + Ctrl + Enter on link

Browse within Webpages
Open link in a new window

Shift + Enter on link

Browse within Webpages
Download link

Alt + Enter on link

Browse within Webpages
Open context menu (simulate right mouse button)

Shift + F10

Browse within Webpages
Select all content on webpage

Ctrl + A

Browse within Webpages
Copy selected content to clipboard

Ctrl + C with content selected

Access Browser Features
Print current webpage (Chrome Print Dialog)

Ctrl + P

Access Browser Features
Print current webpage (Native Windows Print Dialog)

Ctrl + Shift + P

Access Browser Features
Open file

Ctrl + O

Access Browser Features
Save current webpage

Ctrl + S

Access Browser Features
Open Wrench Menu (I'd call it file menu to remember the shortcut)

Alt + F

Access Browser Features
Open History tab

Ctrl + H

Access Browser Features
Open Downloads tab

Ctrl + J

Access Browser Features
View Google Task manager

Shift + Esc

Access Browser Features
Chrome Help

F1

Access Browser Features
Open the Clear Browsing Data options

Ctrl + Shift + Del

Search
Find text on webpage. Press Enter for.

Ctrl + F / F3

Search
Find next / find previous match

Enter / Shift + Enter with text found on webpage

Search
Find next / find previous match

Ctrl + G / Ctrl + Shift + G with text found on webpage

Search
With focus on Search box: Close Search box

Esc

Bookmarks Shortcuts
Show or hide bookmarks bar

Ctrl + Shift + B

Bookmarks Shortcuts
Open Bookmark Manager

Ctrl + Shift + O

Bookmarks Shortcuts
Add bookmark for current webpage

Ctrl + D

Bookmarks Shortcuts
Saves all open pages as bookmarks in a new folder

Ctrl + Shift + D

Bookmarks Shortcuts
Bookmark webpage (can be URL from address bar or link from page)

Drag URL to bookmark bar

Bookmarks Shortcuts
Open Bookmark Manager Tab

Alt + F , then B

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


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


Delphi 10 (Windows)
Insert new line
193 Shortcuts for Delphi 10 (Windows)

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