GNU Emacs

Error recovery

Undo an unwanted change

Ctrl + _

All hotkeys for GNU Emacs

Files
Read a file into Emacs

Ctrl + X then Ctrl + F

Files
Save a file back to disk

Ctrl + X then Ctrl + S

Files
Save all files

Ctrl + X then S

Files
Insert contents of another file into this buffer

Ctrl + X then I

Files
Replace this file with another file

Ctrl + X then Ctrl + V

Files
Write buffer to specified file

Ctrl + X then Ctrl + W

Files
Toggle read only status of buffer

Ctrl + X then Ctrl + Q

Leaving Emacs
Suspend or iconify Emacs

Ctrl + Z

Leaving Emacs
Exit Emacs completely

Ctrl + X then Ctrl + C

Multiple windows
Delete all other windows

Ctrl + X then 1

Multiple windows
Scroll other window

Ctrl + Meta + V

Help
Show commands matching a string

Ctrl + H then A

Help
Describe the function a key runs

Ctrl + H then K

Help
Describe a function

Ctrl + H then F

Help
Get mode specific information

Ctrl + H then M

The minibuffer
Abort command

Ctrl + G

Simple customization
(then customize) Customize variables and faces

Meta + X

Error recovery
Undo an unwanted change

Ctrl + X then U

Error recovery
Undo an unwanted change

Ctrl + _

Error recovery
Undo an unwanted change

Ctrl + /

Motion
Scroll current line to center, top, bottom

Ctrl + L

Incremental search
Search forward

Ctrl + S

Query replace
Enter recursive edit

Ctrl + R

Incremental search
Regular expression search

Ctrl + Meta + S

Incremental search
Reverse regular expression search

Ctrl + Meta + R

The minibuffer
Fetch previous minibuffer input

Meta + P

The minibuffer
Fetch later minibuffer input or default

Meta + N

The minibuffer
Complete and execute

⤶ Enter

Info
Scroll reverse

Del

Motion
Character - backward

Ctrl + B

Motion
Character - forward

Ctrl + F

Motion
Word - backward

Meta + B

Motion
Word - forward

Meta + F

Motion
Line - backward

Ctrl + P

Motion
Line - forward

Ctrl + N

Motion
Go to line beginning

Ctrl + A

Motion
Go to line ending

Ctrl + E

Motion
Sentence - backward

Meta + A

Motion
Sentence - forward

Meta + E

Motion
Paragraph - backward

Meta + {

Motion
Paragraph - forward

Meta + }

Motion
Page - backward

Ctrl + X then [

Motion
Page - forward

Ctrl + X then ]

Motion
sexp - backward

Ctrl + Meta + B

Motion
sexp - forward

Ctrl + Meta + F

Motion
function - backward

Ctrl + Meta + A

Motion
function - forward

Ctrl + Meta + E

Motion
Go to beginning of buffer

Meta + <

Motion
Go to end of buffer

Meta + >

Motion
Scroll to next screen

Ctrl + V

Motion
Scroll to previous screen

Meta + V

Motion
Scroll left

Ctrl + X then <

Motion
Scroll right

Ctrl + X then >

Motion
Go to line

Meta + G then G

Motion
Go to character

Meta + G then C

Motion
Back to indentation

Meta + M

Killing and deleting
Character (delete, not kill) - forward

Ctrl + D

Killing and deleting
Word - backward

Meta + Del

Killing and deleting
Word - forward

Meta + D

Killing and deleting
Line (to end of) - backward

Meta + 0 then Ctrl + K

Killing and deleting
Line (to end of) - forward

Ctrl + K

Killing and deleting
Sentence - backward

Ctrl + X then Del

Killing and deleting
Sentence - forward

Meta + K

Killing and deleting
sexp - backward

Meta + - then Ctrl + Meta + K

Killing and deleting
sexp - forward

Ctrl + Meta + K

Killing and deleting
Kill region

Ctrl + W

Killing and deleting
Copy region to kill ring

Meta + W

Killing and deleting
then press char to kill through next occurence of char

Meta + Z

Killing and deleting
Yank back last thing killed

Ctrl + Y

Killing and deleting
Replace last yank with previous kill

Meta + Y

Marking
Set mark here

Ctrl + @

Marking
Set mark here

Ctrl + Space

Marking
Exchange point and mark

Ctrl + X then Ctrl + X

Marking
Set mark arg words away

Meta + @

Marking
Mark paragraph

Meta + H

Marking
Mark page

Ctrl + X then Ctrl + P

Marking
Mark sexp

Ctrl + Meta + @

Marking
Mark function

Ctrl + Meta + H

Marking
Mark entire buffer

Ctrl + X then H

Query replace
(then query-replace-regexp) Interactively replace a text string using regular expressions

Meta + % then Meta + X

Info
Scroll forward

Space

Query replace
Replace this one, go to next

Y

Info
Go to next node

N

Query replace
Replace all remaining matches

!

Query replace
Back up to the previous match

^

Query replace
Exit recursive edit

Ctrl + Meta + C

Multiple windows
Delete all other windows (for frame)

Ctrl + X then 5 then 1

Multiple windows
Split window, above and below

Ctrl + X then 2

Multiple windows
Split window, above and below (for frame)

Ctrl + + X then 5 then 2

Multiple windows
Delete this window

Ctrl + X then 0

Multiple windows
Delete this window (for frame)

Ctrl + X then 5 then 0

Multiple windows
Split window, side by side

Ctrl + X then 3

Multiple windows
Switch cursor to another window

Ctrl + X then O

Multiple windows
Switch cursor to another window (for frame)

Ctrl + X then 5 then O

Multiple windows
Select buffer in other window

Ctrl + X then 4 then B

Multiple windows
Select buffer in other window (for frame)

Ctrl + X then 5 then B

Multiple windows
Display buffer in other window

Ctrl + X then 4 then Ctrl + O

Multiple windows
Display buffer in other window (for frame)

Ctrl + X then 5 then Ctrl + O

Multiple windows
Find file in other window

Ctrl + X then 4 then F

Multiple windows
Find file in other window (for frame)

Ctrl + X then 5 then F

Multiple windows
Find file read-only in other window

Ctrl + X then 4 then R

Multiple windows
Find file read-only in other window (for frame)

Ctrl + X then 5 then R

Multiple windows
Run Dired in other window

Ctrl + X then 4 then D

Multiple windows
Run Dired in other window (for frame)

Ctrl + X then 5 then D

Multiple windows
Find tag in other window

Ctrl + X then 4 then .

Multiple windows
Find tag in other window (for frame)

Ctrl + X then 5 then .

Multiple windows
Grow window taller

Ctrl + X then ^

Multiple windows
Shrink window smaller

Ctrl + X then {

Multiple windows
Grow window wider

Ctrl + X then }

The minibuffer
Complete as much as possible

⭾ Tab

Formatting
Indent region (mode-dependent)

Ctrl + Meta + \

Formatting
Indent sexp (mode-dependent)

Ctrl + Meta + Q

Formatting
Indent region rigidly arg columns

Ctrl + X then ⭾ Tab

Formatting
Indent for comment

Meta + ;

Formatting
Insert newline after point

Ctrl + O

Formatting
Move rest of line vertically down

Ctrl + Meta + O

Formatting
Delete blank lines around point

Ctrl + X then Ctrl + O

Formatting
Join line with previous (with arg, next)

Meta + ^

Formatting
Delete all white space around point

Meta + \

Formatting
Put exactly one space at point

Meta + Space

Formatting
Fill paragraph

Meta + Q

Formatting
Set fill column to arg

Ctrl + X then F

Formatting
Prefix each line starts with

Ctrl + X then .

Formatting
Set face

Meta + O

Case change
Uppercase word

Meta + U

Case change
Lowercase word

Meta + L

Case change
Capitalize word

Meta + C

Case change
Uppercase region

Ctrl + X then Ctrl + U

Case change
Lowercase region

Ctrl + X then Ctrl + L

The minibuffer
Show possible completions

?

The minibuffer
Regexp search backward through history

Meta + R

The minibuffer
Regexp search forward through history

Meta + S

The minibuffer
Edit and repeat the last command that used the minibuffer

Ctrl + X then Esc then Esc

The minibuffer
Activate menu bar items in text terminals

F10

Buffers
Select another buffer

Ctrl + X then B

Buffers
List all buffers

Ctrl + X then Ctrl + B

Buffers
Kill a buffer

Ctrl + X then K

Transposing
Transpose characters

Ctrl + T

Transposing
Transpose words

Meta + T

Transposing
Transpose lines

Ctrl + X then Ctrl + T

Transposing
Transpose sexps

Ctrl + Meta + T

Spelling check
Check spelling of current word

Meta + $

Tags
Find a tag (a definition)

Meta + .

Tags
Find next occurence of a tag

Ctrl + U then Meta + .

Tags
Continue last tags search on query-replace

Meta + ,

Shells
Execute a shell command

Meta + !

Shells
Execute a shell command asynchronously

Meta + &

Shells
Run a shell command on the region

Meta + |

Rectangles
Copy rectangle to register

Ctrl + X then R then R

Rectangles
Kill rectangle

Ctrl + X then R then K

Rectangles
Yank rectangle

Ctrl + X then R then Y

Rectangles
Open rectangle, shifting text right

Ctrl + X then R then O

Rectangles
Black out rectangle

Ctrl + X then R then C

Rectangles
Prefix each line with string

Ctrl + X then R then T

Abbrevs
Add global abbrev

Ctrl + X then A then G

Abbrevs
Add mode-local abbrev

Ctrl + X then A then L

Abbrevs
Add global expansion for this abbrev

Ctrl + X then A then I then G

Abbrevs
Add mode-local expansion for this abbrev

Ctrl + X then A then I then L

Abbrevs
Explicitly expand abbrev

Ctrl + X then A then E

Abbrevs
Expand previous word dynamically

Meta + /

Miscellaneous
Numeric argument

Ctrl + U then Num 0 - Num 9

Miscellaneous
Negative argument

Meta + -

Miscellaneous
then char: Quoted insert

Ctrl + Q

International character sets
Enable or disable input method

Ctrl + \

Info
Enter the Info documentation reader

Ctrl + H then I

Info
Find specified function or variable in Info

Ctrl + H then S

Info
Beginning of node

B

Info
Go to previous node

P

Info
Move up

U

Info
Select menu item by name

M

Info
Select menu item by number

Num 1 - Num 9

Info
Follow cross reference (return with 1)

F

Info
Return to last node you saw

L

Info
Return to directory node

D

Info
Go to top node of Info file

T

Info
Go to any node by name

G

Info
Run info tutorial

H

Info
Look up a subject in the indices

I

Info
Search nodes for regexp

S

Info
Quit Info

Q

Registers
Save region in register

Ctrl + X then R then S

Registers
Insert register contents into buffer

Ctrl + X then R then I

Registers
Save value of point in register

Ctrl + X then R then Space

Registers
Jump to point saved in register

Ctrl + X then R then J

Keyboard macros
Start defining a keyboard macro

Ctrl + X then (

Keyboard macros
End keyboard macro definition

Ctrl + X then )

Keyboard macros
Eappend to last keyboard macro

Ctrl + X then E

Dealing with Emacs Lisp
Eval sexp before point

Ctrl + X then Ctrl + E

Dealing with Emacs Lisp
Eval current defun

Ctrl + Meta + X

Dealing with Emacs Lisp
Read and eval minibuffer

Meta + :

Similar combinations for other applications


Emacs 23.2.1 (Linux)
Undo
Edit

Ctrl + _


Google Chrome (Windows)
Comment a line or selected text
Manage Chrome DevTools - Sources Panel

Ctrl + /


Microsoft OneNote 2010 (Windows)
Apply or remove numbered list formatting from the selected paragraph.
Specific OneNote Shortcuts for Selecting, Editing, and Formatting

ctrl + /


Google Chrome (Windows)
Toggle comment
Manage Chrome DevTools - Code Editor

Ctrl + /


Eclipse Helios (Windows)
Comment / uncomment line or selection ( adds '//' )
Indentions and Comments

Ctrl + /


Google Chrome (Linux)
Comment a line or selected text
Manage Chrome DevTools - Sources Panel

Ctrl + /


Thunderbird (Windows)
Increase / decrease text size (zoom)
Other Shortcuts

Ctrl ++/-


Google Chrome (Linux)
Toggle comment
Manage Chrome DevTools - Code Editor

Ctrl + /


Thunderbird (Linux)
Increase / decrease text size (zoom)
Other Shortcuts

Ctrl ++/-


Firefox (Linux)
Show / hide Add-On Bar (holding add-ons)
Firefox Features

Ctrl + /


Firefox (Windows)
Show / hide Add-On Bar (holding add-ons)
Firefox Features

Ctrl + /


Tekla Structures 14.0 (Windows)
Toggle selection
General shortcuts

Ctrl


Adobe Illustrator CS5 (Windows)
To access Selection or Direction Selection tool (whichever was used last) at any time
Panel Shortcuts - Selecting and Moving

Ctrl


Open Office Impress (Linux)
Bring to forward / Send backwards
Normal View

Ctrl + + / Ctrl + -


Oracle SQL Developer 4 (Windows)
Toggle Line Comment
Code Editor

Ctrl + /


Sublime Text (Windows)
Toggle Comment line
Cool Text Manipulation

Ctrl + /


Opera (Linux)
Zoom in
Display

Ctrl + = / Shift + = / Ctrl + Shift + = / Ctrl + +


Adobe Illustrator CS5 (Windows)
To access Selection or Direction Selection tool (whichever was used last) at any time
Additional Shortcuts - Selecting and Moving

Ctrl


Microsoft Excel 2011 (MacOS)
Select the current array, which is the array that the active cell belongs to
Selecting cells, columns, or rows

Ctrl + /


Jaws 11.0 (Windows)
Interrupt speech (stop talking)
Reading Commands

Ctrl


Sublime Text (Windows)
Zoom - increase/ decrease font size
Manage Sublime Window, Files and Tabs

Ctrl + / -


Visual Studio 2015 (Windows)
Put cursor in the find/command box in toolbar
Tool Windows

Ctrl + /


FreeMind 0.9.0 (Windows)
Increase node font size
Node formatting commands

Ctrl + +


IntelliJ (Linux)
Comment/uncomment with line comment
Editing

Ctrl + /


NetBeans 8 (Windows)
Inspect members/hierarchy
Coding in Java

Ctrl / Alt + F12


NetBeans 8 (Windows)
Add/remove comment lines
Coding in Java

Ctrl + Shift + C / Ctrl + /


IntelliJ (Windows)
Comment/uncomment with line comment
Editing

Ctrl + /


Avid Media Composer 7 (Windows)
Displays the entire Sequence in the Timeline Window.
Timeline

Ctrl + /


Adobe Photoshop CS5 (Windows)
Change Cancel button to Default
Filter Gallery

Ctrl


Adobe Illustrator CS5 (Windows)
Switch to last-used selection tool (Selection tool, Direct Selection tool, or Group Selection tool)
Keys for selecting

Ctrl


Notepad2 (Windows)
Reset zoom
View Menu

Ctrl + / , Ctrl + NumPad /


Adobe Illustrator CS5 (Windows)
Add new fill
Painting Objects

Ctrl + /


Photoshop Lightroom 4 (Windows)
Display current module shortcuts
Using Help

Ctrl + /


Adobe Photoshop CS5 (Windows)
Temporarily switch to Zoom In tool. (Doesn't work when Straighten tool is selected. If Crop tool is active, temporarily switches to Straighten tool.)
Camera Raw Dialog Box

Ctrl


Pro Tools (Windows)
Automation - Write to current
Edit Menu

Ctrl + /


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

Ctrl +-/ Ctrl + +


Adobe Photoshop CS5 (Windows)
Switch to Move tool (except when Hand, Slice, Path, Shape, or any Pen tool is selected)
Select and Move Objects

Ctrl


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

Ctrl +-/ Ctrl + +


Adobe Photoshop CS5 (Windows)
Distort
Transform Selections, Selection Borders, and Paths

Ctrl


Qt Creator (Windows)
Toggle comment for selection
Editor

Ctrl + /


Qt Creator (MacOS)
Toggle comment for selection
Editor

Ctrl + /


Adobe Photoshop CS5 (Windows)
Switch from Path Selection, Pen, Add Anchor Point, Delete Anchor Point, or Convert Point tools, to Direct Selection tool
Edit Paths

Ctrl


Atom (text editor) 1.0 (Linux)
Toggle comment line
Editing Lines

Ctrl + /


Atom (text editor) 1.0 (Windows)
Toggle comment line
Editing Lines

Ctrl + /


Qt Creator (MacOS)
Zoom in / Zoom out
Image Viewer

Ctrl + + / Ctrl + -


Qt Creator (Windows)
Zoom in / Zoom out
Image Viewer

Ctrl + + / Ctrl + -


Adobe Acrobat Pro (Windows)
Temporarily zoom out (when Marquee Zoom tool is selected)
Tools

Ctrl


Adobe Photoshop CS5 (Windows)
Display the bounding box for transforming text when editing text, or activate Move tool if cursor is inside the bounding box
Select and Edit text

Ctrl


Adobe Photoshop CS5 (Windows)
Toggle between Slice tool and Slice Selection tool
Slicing and Optimizing

Ctrl


Microsoft OneNote 2016 (Windows)
Apply numbered list
Format

Ctrl + /


Sway 2016 (Windows)
Start or continue a numbered list
Text and Content Formatting

Ctrl + /


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

Ctrl + /


Adobe After Effects CC (Windows)
Temporarily activate Selection Tool when a Pen Tool is selected
Activating Tools

Ctrl


Adobe After Effects CC (Windows)
In Shape Layer: Temporarily convert Selection Tool to Direct Selection Tool
Activating Tools

Ctrl


Sonos Controller (Windows)
Increase/ decrease volume
22 Shortcuts for Sonos Controller (Windows)

Ctrl + + / -


Google Slides (Windows)
Show common keyboard shortcut
General Slides Shortcuts

Ctrl + /


Clink (Windows)
undo
BASH (GNU Readline) Line Editing

Ctrl + _


Android Studio (Windows)
Line Comment or Uncomment
General Shortcuts

Ctrl + /


Adobe After Effects CC (Windows)
Add selected items to most recently activated Composition
Footage

Ctrl + /


Adobe Illustrator CC (Windows)
Switch to last used selection tools
Selecting Shortcuts

Ctrl


Corel Painter 2017 (Windows)
Ajust Opacity
Brushes

Ctrl


InDesign CC (Windows)
Zoom in/Zoom out
Efficient Zoom & Pan

Ctrl + + / Ctrl + -


Adobe Illustrator CC (Windows)
Add new fill
Painting Objects

Ctrl + /


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

Ctrl + /


Photoshop Lightroom CC (Windows)
Display current module shortcuts
Help

Ctrl + /


ArchiCAD 20 (Windows)
Zoom In
Display Menu

Ctrl + /


Zoho Sheet (Windows)
Select the range of array formula cells surrounding a cell
Formula related shortcuts

Ctrl + /


Wondershare Editor (Windows)
Stop
Preview

Ctrl + /


Dynamics AX 2015 (Windows)
Select multiple items
Working with AOT

Ctrl


Zoho Show (Windows)
Strikethrough toggle for selection
Formatting Shortcuts

Ctrl + /


Autodesk Inventor 2017 (Windows)
Origin axes visibility
View

Ctrl + /


Adobe Photoshop CC (Windows)
Distort
Transform Selections, Borders, and Paths

Ctrl


Adobe Photoshop CC (Windows)
Switch to Direct Selection tool (from Path Selection, Pen, etc.)
Edit Paths

Ctrl


Ace Projects (Windows)
Toggle comment
Other Shortcuts

Ctrl + /


Call of Duty (Windows)
Prone
General Game Controls

Ctrl


Call of Duty (Windows)
While Sprinting dive to prone
General Game Controls

Ctrl


Overwatch 2016 (Windows)
Ability 2
Actions

Ctrl


Counter Strike Source (Windows)
Duck(Sit)
Movement Shortcuts

Ctrl


Asana (Web Application)
Show keyboard Shortcuts(Windows Only)
Application Shortcuts

Ctrl + /


Adobe Photoshop CC (Windows)
Display the Bounding Box for transforming text (or activate Move Tool when inside the Bounding Box)
Select and Edit Text

Ctrl


Sublime Text (Linux)
Comment/Uncomment Current Line
General Editing Shortcuts

Ctrl + /


Adobe Photoshop CC (Windows)
Toggle between Slice tool and Slice Selection tool
Slicing and Optimizing

Ctrl


Microsoft Excel 2016 (Windows)
Insert Paste - Paste cell and push content downward or rightward. Works great for entire rows and columns.
Cut, Copy, Paste, and Paste Special

Ctrl + +


Slack (Windows)
Zoom in/Zoom out
Navigation Controls

Ctrl + + / Ctrl + -


JetBrains RubyMine (Windows)
Comment/Uncomment with Line Comment
Editing Shortcuts

Ctrl + /


Slack (Windows)
Open list of Keyboard shortcuts
Navigation Controls

Ctrl + /


JetBrains RubyMine (Linux)
Comment/Uncomment with Line Comment
Editing Shortcuts

Ctrl + /


JetBrains PyCharm (Windows)
Comment/Uncomment with Line Comment
Editing

Ctrl + /


Amazon Kindle (Windows)
Zoom Font
Reading Book

Ctrl + +


Cloud9 (Windows)
Font Larger/ Smaller
General Shortcuts

Ctrl + + / -


Adobe Flash Builder (Windows)
Comment out selected text
24 Shortcuts for Adobe Flash Builder (Windows)

Ctrl + /


Adobe Dreamweaver (Windows)
Toggle line comment
Coding Shortcuts

Ctrl + /


Adobe XD (Experience Design) (Windows)
Direct Select
Operations Menu

Ctrl


Cloud9 (Windows)
Toggle Comment
Code Manipulation

Ctrl + /


Adobe XD (Experience Design) (Windows)
Zoom in/Zoom out
View Menu

Ctrl + + / Ctrl + -


Bash (Linux)
Undo
Editing

Ctrl + _


Autodesk Mudbox 2017 (Windows)
Zoom in and out on an image
Image Browser

Ctrl + + / Ctrl + -


JetBrains PhpStorm (Windows)
Comment/Uncomment with Line Comment
Editing

Ctrl + /


Adobe RoboHelp (Windows)
Open Project in Offline Mode
General Shortcuts

Ctrl


Adobe Bridge CC (Windows)
Increase/Decrease Thumbnail size
35 Shortcuts for Adobe Bridge CC (Windows)

Ctrl + + / Ctrl + -


Autodesk Mudbox 2017 (Windows)
Invert Function
Sculpt and Paint Tool

Ctrl


Autodesk Mudbox 2017 (MacOS)
Invert Function
Sculpt and Paint Tool

Ctrl


JetBrains PhpStorm (Linux)
Comment/Uncomment with Line Comment
Editing

Ctrl + /


jEdit (Windows)
Scroll Up/down Line
Scrolling

Ctrl + ' / Ctrl + /


Adobe Dreamweaver (Windows)
Increase Font Size
Magnification

Ctrl + +


Adobe Bridge CC (Windows)
Zoom in/Zoom out with Loupe Tool(Multiple Selection)
35 Shortcuts for Adobe Bridge CC (Windows)

Ctrl + + / Ctrl + -


DAZ Studio (Windows)
Grow selection
Edit Commands

Ctrl + +


DAZ Studio (Windows)
Invert selection
Edit Commands

Ctrl + /


AbiWord (Linux)
SubScript
7 Shortcuts for AbiWord (Linux)

Ctrl + _


AbiWord (Windows)
SubScript
7 Shortcuts for AbiWord (Windows)

Ctrl + _


Microsoft Hotmail (Web Application)
Search Emails
14 Shortcuts for Microsoft Hotmail (Web Application)

Ctrl + /


ACDSee (Windows)
Reduce/Increase Magnification of Area inside magnifying Glass Pane
View Mode

Ctrl + - / Ctrl + +


HTML-Kit (Windows)
Zoom in/Zoom out
87 Shortcuts for HTML-Kit (Windows)

Ctrl + + / Ctrl + -


Corel Quattro Pro X8 (Windows)
Expand/Collapse Outline by One Level
Formula Keys

Ctrl + + / Ctrl + -


Microsoft Excel 2016 (MacOS)
Select the current array, which is the array that the active cell belongs to.
Select cells, columns, or rows

Ctrl + /


Steinberg Cubase 9 (Windows)
Nudge up
Transport

Ctrl + +


Brackets (Windows)
Zoom in/Zoom out Font
99 Shortcuts for Brackets (Windows)

Ctrl + + / Ctrl + -


Brackets (Windows)
Toggle Line Comment
99 Shortcuts for Brackets (Windows)

Ctrl + /


Adobe Captivate 2017 (Windows)
Zoom in
Magnification

Ctrl + +


Daz 3D Carrara 8 (Windows)
Hide/Show in 3D View
3D View

Ctrl + /


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

Ctrl + /


IBM Maximo (Windows)
Move forward one day
Data Field

Ctrl + +


MPS 2017 (Windows)
Comment/uncomment current line or selected block with line comments
Advanced Editing

Ctrl + /


Jetbrains CLion (Windows)
Comment/uncomment with line comment
Editing Shortcuts

Ctrl + /


Krita Painting 3 (Windows)
Zoom in
Zoom

Ctrl + + / =


qBittorrent (Windows)
Increase Priority
Edit Menu

Ctrl + +


VideoPad Video Editor (Windows)
Zoom Clip In
Clip Player

Ctrl + +


XMetal Author (Windows)
Insert Processing Instruction
26 Shortcuts for XMetal Author (Windows)

Ctrl + /


Jupyter Notebook (Windows)
toggle comment on current or selected lines
Edit Mode (press Enter to enable)

Ctrl + /


Aptana Studio 3 (Windows)
Notes
Other Shortcuts

Ctrl + /


Visual Studio Code (Windows)
Toggle line comment
Editing Shortcuts

Ctrl + /


eSignal (Windows)
Insert Study
49 Shortcuts for eSignal (Windows)

Ctrl + +


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

Ctrl + /


Synfig (Windows)
Zoom out of timeline (temporal zoom)
73 Shortcuts for Synfig (Windows)

Ctrl + _


Synfig (Windows)
Zoom in on timeline (temporal zoom)
73 Shortcuts for Synfig (Windows)

Ctrl + +


Xamarin Studio (MonoDevelop) (MacOS)
Dynamic Abbreviation
Text Editor

Ctrl + /


CrazyTalk 8 (Windows)
Zoom in (stage/timeline Editor)
Timeline Editing

Ctrl + +


CrazyTalk 8 (Windows)
Zoom all (stage/timeline Editor)
Timeline Editing

Ctrl + /


DrawPlus (Windows)
Zoom In
Document Shortcuts

Ctrl + +


Gnumeric (Windows)
Formats the current selection as subscript
21 Shortcuts for Gnumeric (Windows)

Ctrl + _


Affinity Photo
Edit curves as you draw
Vector-specific

Ctrl


Sculptris (Windows)
Sculpt Inversed
Miscellaneous Shortcuts

Ctrl


CodeLite 10 (Windows)
Restore text size to normal.
Editor

Ctrl + /


Warframe
Hold to Crouch
Movement

Ctrl


mpv
Increase audio delay
Playback

Ctrl + +


PhpStorm
Add / remove line or block comment
General

Ctrl + /


CodeLite 10 (Windows)
Previous word part. Shift extends selection.
Editor

Ctrl + /


Vivaldi
Page zoom in
View

Ctrl + +


Geany (Linux)
Go to Previous Word Part
Moving around in the document

Ctrl + /


Geany (Windows)
Go to Previous Word Part
Moving around in the document

Ctrl + /


Sitecore CMS
Focus on the search bar
Sitecore Desktop

Ctrl + /


Open Rails 0.6.2
Move slow
Camera speed

Ctrl


dbForge SQL Complete
Turn on the semi-transparent mode for the suggestion box and the parameter info hint
General

Ctrl


SAP Web IDE (Windows)
Toggle line comment (Alt+7 on German language keyboard)
47 Shortcuts for SAP Web IDE (Windows)

Ctrl + /


Modo (Windows)
Wireframe Dark
3D Viewport Options

Ctrl + /


App Maker
Line comment or uncomment
Code editor shortcuts

Ctrl + /


Ableton Live 9 (Windows)
Finer Resolution for Dragging
Adjusting Values

Ctrl


FEKO (Windows)
Zoom in
Script Editor

Ctrl + +


FEKO (Linux)
Zoom in
Script Editor

Ctrl + +


Comodo IceDragon (Windows)
Show/Hide Add-on Bar
Miscellaneous

Ctrl + /


Affinity Photo
Bigger text
Text shortcuts

Ctrl + +


Open Rails 0.6.2
Overcast increase
Game settings

Ctrl + +


FEKO (Windows)
Move configuration up
General Functions in CADFEKO

Ctrl + +


FEKO (Linux)
Move configuration up
General Functions in CADFEKO

Ctrl + +


Place Anywhere (Fallout 4 mod)
Change rotation axis
General

Ctrl


Solidworks 2019
(while sketching) Turn off automatic sketch relations.
Sketching

Ctrl


IRONCAD (Windows)
Switch selected view to Draft/Precise Quality
2D Drawing Creation

Ctrl/Shift + B


IRONCAD (Windows)
Accesses Links dialog box
2D Drawing Creation

Ctrl/Shift + L


Ableton Live 9 (Windows)
Drop Browser Clips as aScene
Session view Ctrls

Ctrl


FEKO (Windows)
Raise trace
General POSTFEKO Shortcuts

Ctrl + +


GibbsCAM (Windows)
zoom In
View Menu

Ctrl + +


Ableton Live 9 (Windows)
Finer Resolution for Dragging
Ctrls for Breakpoint Envelopes

Ctrl


FEKO (Linux)
Raise trace
General POSTFEKO Shortcuts

Ctrl + +


Ableton Live 9 (Windows)
Click to Add NonadjacentClips/Tracks/Scenes to aMulti-Selection
Zooming, Display and Selection

Ctrl


SpaceClaim (Windows)
Zoom In
71 Shortcuts for SpaceClaim (Windows)

Ctrl + +


Inkscape (Windows)
Union - Union combines any number of objects into a single path, removing overlaps
Path

Ctrl + +


Inkscape (Windows)
Division (cut) - Division cuts the bottom object into pieces by the top object, preserving the fill and stroke of the bottom
Path

Ctrl + /


ArtRage 4.5 5 (Windows)
Zoom in
General

Ctrl + + / Shift + Left Click Drag


Arduino (Windows)
Comment
29 Shortcuts for Arduino (Windows)

Ctrl + /


Arduino (Linux)
Comment
29 Shortcuts for Arduino (Linux)

Ctrl + /


Assetto Corsa
Change onboard FOV
In-game

Ctrl + +


Ableton Live 9 (Windows)
Open Second/MultipleWindows with Plug-In EditButton
Working with Plug-Ins and Devices

Ctrl


Vectorworks (Windows)
Refresh Instruments
Spotlight Menu

Ctrl + /


Vecta.io (Web Application)
Pointer tool
Shortcuts for Vecta.io (Web-based SVG diagramming for teams)

Ctrl / Cmd + 1


MuseScore (Windows)
Zoom In
Navigation Shortcuts

Ctrl + +


Vecta.io (Web Application)
Rectangle tool
Shortcuts for Vecta.io (Web-based SVG diagramming for teams)

Ctrl / Cmd + 2


Vecta.io (Web Application)
Ellipse tool
Shortcuts for Vecta.io (Web-based SVG diagramming for teams)

Ctrl / Cmd + 3


Vecta.io (Web Application)
Path, arc, curve, freeform tool
Shortcuts for Vecta.io (Web-based SVG diagramming for teams)

Ctrl / Cmd + 4


Vecta.io (Web Application)
Text tool
Shortcuts for Vecta.io (Web-based SVG diagramming for teams)

Ctrl / Cmd + 5


Vecta.io (Web Application)
Connector tool
Shortcuts for Vecta.io (Web-based SVG diagramming for teams)

Ctrl / Cmd + 6


Vecta.io (Web Application)
Format painter
Shortcuts for Vecta.io (Web-based SVG diagramming for teams)

Ctrl / Cmd + 7


Vecta.io (Web Application)
Copy
Shortcuts for Vecta.io (Web-based SVG diagramming for teams)

Ctrl / Cmd + C


Vecta.io (Web Application)
Paste
Shortcuts for Vecta.io (Web-based SVG diagramming for teams)

Ctrl / Cmd + V


Vecta.io (Web Application)
Cut
Shortcuts for Vecta.io (Web-based SVG diagramming for teams)

Ctrl / Cmd + X


Vecta.io (Web Application)
Undo
Shortcuts for Vecta.io (Web-based SVG diagramming for teams)

Ctrl / Cmd + Z


Vecta.io (Web Application)
Redo
Shortcuts for Vecta.io (Web-based SVG diagramming for teams)

Ctrl / Cmd + Y


Vecta.io (Web Application)
Bold
Shortcuts for Vecta.io (Web-based SVG diagramming for teams)

Ctrl / Cmd + B


Vecta.io (Web Application)
Italic
Shortcuts for Vecta.io (Web-based SVG diagramming for teams)

Ctrl / Cmd + I


Vecta.io (Web Application)
Underline
Shortcuts for Vecta.io (Web-based SVG diagramming for teams)

Ctrl / Cmd + U


Vecta.io (Web Application)
Find and replace
Shortcuts for Vecta.io (Web-based SVG diagramming for teams)

Ctrl / Cmd + F


Vecta.io (Web Application)
Join
Shortcuts for Vecta.io (Web-based SVG diagramming for teams)

Ctrl / Cmd + J


Vecta.io (Web Application)
Group
Shortcuts for Vecta.io (Web-based SVG diagramming for teams)

Ctrl / Cmd + G


Vecta.io (Web Application)
Ungroup
Shortcuts for Vecta.io (Web-based SVG diagramming for teams)

Ctrl / Cmd + Shift + G


WavePad Sound Editor (Windows)
Zoom in
Zoom Operations

Ctrl + +


American Truck Simulator
Gear down
Main vehicle controls

Ctrl


GeoGebra
Zoom in
Windows shortcuts

Ctrl + +


Altium Designer (Windows)
Hold to temporarily disable electrical grid while routing
PCB Editor Only Shortcuts

Ctrl


Substance Painter
Symmetrical selection
Non-editable shortcuts

Ctrl


Ableton Live 10
Open Second/Multiple Windows with Plug-In Edit Button
Working with Plug-Ins and Devices

Ctrl


Cisco Webex
Zoom in
Windows

Ctrl + +


JS Bin
Toggle comments on the selected lines
Code based

Ctrl + /


RimWorld
×10 (For any number field, multiplies the increment/decrement button by 10)
Modifiers

Ctrl


cPanel & WHM
Move cursor to the search box
Global

Ctrl + /


Gitter
Toggle compose mode
Global shortcuts

Ctrl + /


Google Chrome
Make everything on the page bigger
Webpage shortcuts

Ctrl + +


Adobe Illustrator
(hold down) Keep the inner radius of a star constant
Draw

Ctrl


Nuclide (Linux)
Toggle Project Explorer
Common

Ctrl + /


Rust
Crouch
General

Ctrl


draw.io
Zoom in / out
Navigate & view

Ctrl + +


Company of Heroes
Toggle all vehicles
General

Ctrl + /


For Honor
Lock in / out of Guard Mode
Combat

Ctrl


Jupyter Notebook
Toggle comment on current or selected lines
Edit mode

Ctrl + /


Adobe Illustrator
Add new fill
Work with objects

Ctrl + /


PyCharm 2018.2
Comment/uncomment current line or selected block with line comments.
Advanced editing

Ctrl + /


Nier: Automata
Walk 2
Genel

Ctrl


HitFilm
Increase timeline scale
General timeline

Ctrl + +


QuickBooks Desktop
To start QuickBooks without opening a company file, press Ctrl while opening QuickBooks.
Opening / Closing QuickBooks

Ctrl


Tibia
(moving stacked items) The whole stack will be moved at once
Game Window

Ctrl


Asana
Show Keyboard Shortcuts
Application

Ctrl + /


Ace Editor
Toggle comment
Other

Ctrl + /


RPG Maker
Hold to walk anywhere
In play test

Ctrl


Novelty Visual Novel Maker
(hold object) Resize mode
Controls

Ctrl


ZoomText
Pause speech
Reader

Ctrl


Autodesk Stingray
(or hold down Ctrl) Toggle selection
Selection and marquee selection

Ctrl


Evernote for Windows
Zoom Out
Note Editor

Ctrl + +


Adobe Bridge CC
Zoom in with Loupe tool (multiple selections)
Other most used shortcuts

Ctrl + +


Autodesk Stingray
Edit tangents (Force locked or broken)
Story editor

↑   Shift/Ctrl


Azure Portal
Search resource menu items
Actions

Ctrl + /


AI War Classic
(hold)     Show movement paths for all allied ships
General

Ctrl


ArtRage Studio Pro
Zoom In
Canvas Commands

Ctrl + +


JAWS
Interrupt Speech
Miscellaneous

Ctrl


Alteryx
Zoom in
Zoom in and out of the workflow

Ctrl + +


Bash (Unix shell)
Undo your last key press. It can be used multiple times
Correcting text

Ctrl + _


Black Desert Online
Show/hide pointer
General

Ctrl


Kerbal Space Program
Jet down
EVA Commands

Ctrl


Atom (Windows)
editor:toggle-line-comments
All shortcuts

Ctrl + /


YouTube Studio
Zoom in
General

Ctrl + +


NoxPlayer
Add APK file
General

Ctrl + +


Bluebeam Revu
Zoom in
Viewing

Ctrl + +


Gravit Designer
Zoom in
View

Ctrl + +


1Password
Increase the font size.
1Password application

Ctrl + +


PaintShop Pro 2018
Zoom in
Shortcuts with Ctrl

Ctrl + +


jEdit
Scroll down one line.
Scrolling

Ctrl + /


Diablo II
Hold down to run
General

Ctrl


Nuke
Show Timeline Editor
Timeline viewer

Ctrl + /


Magic: The Gathering Online
Hold to Keep Priority
General

Ctrl


Atom (Windows)
(Source: Markdown Preview) markdown-preview:zoom-in
All shortcuts

Ctrl + +


Destiny 2
Toggle Crouch
Common and character

Ctrl


Enter the Gungeon
Gun menu
"Recommended" preset

Ctrl


Discord
Show these keyboard shortcuts
General

Ctrl + /


Kindle for PC
Increase Font Size (doesn't work on comics or content for children)
While Reading a Book

Ctrl + +


Atom (Windows)
(Source: Markdown Preview) markdown-preview:zoom-out
All shortcuts

Ctrl + _


Nuance Power PDF
Zoom in
Zoom

Ctrl + +


World of Tanks
Hold Ctrl, right click the player name on the Team panel and select a complaint type
Complaints

Ctrl


ZenWriter 2
Superscript
General

Ctrl + +


Adobe Lightroom Classic
Display current module shortcuts
Help

Ctrl + /


Windows PowerShell ISE
Zoom In
Customizing the view

Ctrl + +


Don't Starve (PC)
Hold to modify mouse buttons actions when interacting with world objects
General

Ctrl


Heroes of the Storm
Open talent selection pane
General

Ctrl


OBS Studio
Hold Ctrl while moving/adjusting bounding box:    Temporarily disable source snapping (if enabled)
Preview window

Ctrl


Euro Truck Simulator 2
Gear down
Vehicle controls

Ctrl


Microsoft FrontPage
Insert HTML comment.
Work with coding tools

Ctrl + /


Blood
Fire the selected weapon's primary fire
Keyboard

Ctrl


Tom Clancy's Rainbow Six Siege
Prone
General

Ctrl


Xodo
Zoom in/out
Navigating

Ctrl + +


Camtasia
Zoom in
Editor's timeline

Ctrl + +


Microsoft Paint
Scale up and tool or shape
Powers of Ctrl

Ctrl + +


MyPaint
Rotate right
View

Ctrl


Microsoft FrontPage
Apply superscript (superscript: Describes text that is slightly higher than other text on a line, such as a footnote reference mark.) formatting.
Format text and paragraphs

Ctrl + +


Inkscape
Union
Path

Ctrl + +


Inkscape
Division (cut)
Path

Ctrl + /


Adobe Photoshop CC
(With Edge Highlighter tool selected) Toggle Smart Highlighting
Sonuç (Yalnızca Extract)

Ctrl


Corel Painter
Last effect
Effects menu

Ctrl + /


Adobe Photoshop CC
Zoom in
Using Extract and Pattern Maker (optional plug-ins)

Ctrl + +


Corel Painter
Zoom in
Windows menu

Ctrl + +


Spartan Multi Clipboard
When a clip selected, hold down Ctrl to click clip Window
General

Ctrl


Corel Painter
Shape selection tool toggle
Shape tools

Ctrl


Clip Studio Paint Pro
(During free transform) Scale up/Scale down/Rotate
Shortcuts used during operation

Ctrl


Adobe Premiere Pro (Windows)
New Custom Bin
Panels

Ctrl + /


Warcraft III
(when held during a command) Send action to currently active subgroup only
Game commands

Ctrl


Chromebook and Chrome OS
Zoom in on the page
Page and web browser

Ctrl + +


Adobe XD (Windows)
Direct Select
Operations menu

Ctrl


Adobe XD (Windows)
Zoom
Design specs

Ctrl + +


AWS Cloud9 IDE (Windows)
Font Larger
Miscellaneous

Ctrl + +


AWS Cloud9 IDE (Windows)
Toggle Comment
Code Manipulation

Ctrl + /


IntelliJ IDEA (Windows, Linux)
Comment / uncomment with line comment
Editing

Ctrl + /


Comodo IceDragon
Zoom in
PDF Viewer

Ctrl + +


WavePad
Zoom In
Zoom Operations

Ctrl + +


Counter Strike: Global Offensive
Duck
Movement

Ctrl


Brackets
Increase Font Size
General

Ctrl + +


Brackets
Toggle Line Comment
General

Ctrl + /


NetBeans
Remove comment lines
Coding in Java

Ctrl + /


Sweet Home 3D
Zoom in
General

Ctrl + +


Comodo IceDragon
Show/Hide Add-on Bar
Miscellaneous

Ctrl + /


LibreOffice Calc
To select multiple sheets in a spreadsheet, hold down Ctrl, and then click the name tabs at the lower edge of the workspace.
General

Ctrl


WinHex
Open directory
File menu

Ctrl + +


LibreOffice Draw
Bring forward
Drawings

Ctrl + +


LibreOffice Impress
Bring to Front
Normal view

Ctrl + +


Ardour
Toggle fade in active
Region Operations

Ctrl + /


PSPad
(drop into editor) Insert file names
Mouse controls

Ctrl


LibreOffice Calc
Selects the matrix formula range that contains the cursor
Navigating

Ctrl + /


LibreOffice Calc
Insert cells (as in menu Insert - Cells)
Navigating

Ctrl + +


Microsoft Visual Studio 2017 (All shortcuts)
Tools.GoToCommandLine
Tools

Ctrl + /


LibreOffice Writer
Calculates the selected text and copies the result to the clipboard
General

Ctrl + +


Tekla Structures 20
Toggle selection
General

Ctrl


Google Sheets (Android)
Show common keyboard shortcuts
Common actions

Ctrl + /


Google Sheets
Show common keyboard shortcuts
Common actions

Ctrl + /


The Sims 4
Hold while painting terrain to erase and change terrain to default
Buy and Build mode

Ctrl


Pocket (Web)
Increase / decrease font size
When viewing an article

Ctrl + +


Guitar Pro
Triplet Feel
Bar - General

Ctrl + /


FileMaker
Up
General

Ctrl +


FocusWriter
Underscore
General

Ctrl + _


Qt Creator
Toggle comment for selection
Editing

Ctrl + /


Qt Creator
Zoom out
Image Viewer

Ctrl + +


Sublime Text
Comment/un-comment current line
Editing

Ctrl + /


KompoZer
Text Zoom - Larger
Composition shortcuts

Ctrl + +


Google Translator Toolkit
Open keyboard shortcut help
Misc

Ctrl + /


Greenshot
Hold down to have the object anchored in it's geometrical middle
Drawing shapes

Ctrl


FastStone Image Viewer
In Scroll Mode, hold down Ctrl key to switch to Rectangle Select Mode temporarily
General

Ctrl


Maxthon
Zoom Page / +20%
Zoom

Ctrl + +


Microsoft Access 2016
Add a new record
Edit text or data: Enter data in a Datasheet or Form view

Ctrl + +


Delphi
Toggle comment per line or selected block and cursors goes down one line, Ctrl  +  # on nordic (and perhaps other international ) keyboards
General

Ctrl + /


Python IDLE for Windows
Toggle auto coloring
Miscellaneous

Ctrl + /


Visual Studio Code (Linux)
Toggle line comment
Basic editing

Ctrl + /


Visual Studio Code (Windows)
Toggle line comment
Basic editing

Ctrl + /


MediaMonkey
(numpad) Resize columns
General

Ctrl + +


PlayerUnknown's Battlegrounds
Walk
Movement

Ctrl


Eclipse
Comment / uncomment line or selection (add //)
Indentions and comments

Ctrl + /


The Bat!
Capitalise
Message Editor

Ctrl + /


ACDSee
Increases the magnification of the area inside the Magnifying Glass pane
General

Ctrl + +


Krita 3.0
Zoom in
Zoom

Ctrl + +


WinMerge
Increase text size
Zoom

Ctrl + +


Slack
View all Slack keyboard shortcuts
Quick list of shortcuts

Ctrl + /


NVDA Screen Reader
Stop reading
Basics: Reading

Ctrl


Slack
Zoom in
Navigation

Ctrl + +


Microsoft Internet Explorer 11
Zoom in (+10%)
Zoom

Ctrl + +


Firefox Quantum
Zoom in
PDF Viewer

Ctrl + +


Paint.NET
Zoom in
View menu

Ctrl + +


Chrome DevTools
Toggle single-line comment. If multiple lines are selected, DevTools adds a comment to the start of each line
Code Editor

Ctrl + /


7-Zip
(numpad)  Adjust optimal column width for items
Miscellaneous commands

Ctrl + +


SQL Server Management Studio (SSMS)
Expand or collapse selected pane
Activity Monitor

Ctrl + +