Qt Creator (MacOS)

Image Viewer

Zoom in / Zoom out

Ctrl + + / Ctrl + -

All hotkeys for Qt Creator (MacOS)

Version Control - Bazaar
Commit/Submit

Command + Z , Alt+ C

Version Control - Bazaar
Diff

Command + Z , Alt+ D

Version Control - Bazaar
Log/Filelog

Command + Z , Alt+ L

Version Control - Bazaar
Status

Command + Z , Alt+ S

Version Control - CVS
Add

Command + C , Alt+ A

Version Control - CVS
Commit/Submit

Command + C , Alt+ C

Version Control - CVS
Diff

Command + C , Alt+ D

Version Control - Git
Add

Command + G , Command + A

Version Control - Git
Commit/Submit

Command + G , Command + C

Version Control - Git
Diff

Command + G , Command + D

Version Control - Git
Diff project

Command + G , Command + Shift + D

Version Control - Git
Blame/Annotate

Command + G , Command + B

Version Control - Git
Log/Filelog

Command + G , Command + L

Version Control - Git
Log project

Command + G , Command + K

Version Control - Git
Undo changes/Revert

Command + G , Command + U

Version Control - Mercurial
Add

Command + P , Command + A

Version Control - Mercurial
Commit/Submit

Command + P , Command + S

Version Control - Mercurial
Diff project

Command + P , Command + D

Version Control - Mercurial
Log/Filelog

Command + P , Command + F

Version Control - Mercurial
Undo changes/Revert

Command + P , Command + R

Version Control - Mercurial
Edit

Command + P , Command + E

Version Control - Subversion
Add

Command + G , Command + A

Version Control - Subversion
Commit/Submit

Command + G , Command + C

Version Control - Subversion
Diff

Command + G , Command + D

General
Open file or project

Ctrl + O

General
New file or project

Ctrl + N

General
Open in external editor

Command + V , Command + I

General
Select all

Ctrl + A

General
Delete

Delete

General
Cut / Copy / Paste

Ctrl + X / Ctrl + C / Ctrl + V

General
Undo

Ctrl + Z

General
Redo

Ctrl + Y

General
Print

Ctrl + P

General
Save

Ctrl + S

General
Save all

Ctrl + Shift + S

General
Close window

Ctrl + W

General
Close all windows

Ctrl + Shift + W

General
Close current file

Ctrl + F4

General
Go back / Go forward

Command + Arrow Left / Command + Arrow Right

General
Go to line

Ctrl + L

General
Go to other split

Ctrl +E, O

General
Previous open document / Next open document in history

Ctrl + Tab / Ctrl + Shift + Tab

General
Activate Locator

Ctrl + K

General
Switch to Welcome mode

Ctrl + 1

General
Switch to Edit mode

Ctrl + 2

General
Switch to Design mode

Ctrl + 3

General
Switch to Debug mode

Ctrl + 4

General
Switch to Projects mode

Ctrl + 5

General
Switch to Analyze mode

Ctrl + 6

General
Switch to Help mode

Ctrl + 7

General
Toggle Issues pane

Command + 1

General
Toggle Search Results pane

Command + 2

General
Toggle Application Output pane

Command + 3

General
Toggle Compile Output pane

Command + 4

General
Toggle other output panes

Command + 5 ... 9

General
Activate Bookmarks pane

Command + M

General
Activate File System pane

Command + Y

General
Activate Open Documents pane

Command + O

General
Maximize output panes

Command + 9

General
Move to next item in output panes

F6

General
Move to previous item in output panes

Shift + F6

General
Activate Projects pane

Command + X

General
Full screen

Ctrl + Shift + F11

General
Toggle the sidebar

Command + 0

General
Move to Edit mode

Esc

General
Exit Qt Creator

Ctrl + Q

Editor
Auto-indent selection

Ctrl + I

Editor
Collapse / Expand

Ctrl + < / Ctrl + >

Editor
Trigger a completion in this scope

Ctrl + Space

Editor
Copy line

Ctrl + Insert

Editor
Copy line down / copy line up

Ctrl + Command +Down

Editor
Paste from the clipboard history, Subsequent presses move you back in the history

Ctrl + Shift + V

Editor
Cut line

Shift + Delete

Editor
Join lines

Ctrl + J

Editor
Insert line above current line

Ctrl + Shift + Enter

Editor
Insert line below current line

Ctrl + Enter

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

Ctrl +-/ Ctrl + +

Editor
Reset font size

Ctrl + 0

Editor
Toggle Vim-style editing

Command + V , Alt+ V

Editor
Split

Ctrl + E , 2

Editor
Split side by side

Ctrl + E , 3

Editor
Remove all splits

Ctrl + E , 1

Editor
Remove current split

Ctrl + E , 0

Editor
Select all

Ctrl + A

Editor
Go to block end / Go to block start

Ctrl + ] / Ctrl + [

Editor
Go to block end / Go to block start with selection

Ctrl + } / Ctrl + {

Editor
Move current line down / Move current line up

Ctrl + Shift + Arrow Down / Ctrl + Shift + Arrow Up

Editor
Trigger a refactoring action in this scope

Command + Enter

Editor
Rewrap paragraph

Ctrl + E , R

Editor
Select the current block The second press extends the selection to the parent block

Ctrl + U

Editor
Enable text wrapping

Ctrl + E , Ctrl + W

Editor
Toggle comment for selection

Ctrl + /

Editor
Visualize whitespace

Ctrl +E, Ctrl+ V

Editor
Adjust size

Ctrl + J

Editor
Lay out in a grid

Ctrl + G

Editor
Lay out horizontally

Ctrl + H

Editor
Lay out vertically

Ctrl + L

Editor
Preview

Command + Shift + R

Editor
Edit signals and slots

F4

Editor
Toggle bookmark

Ctrl + M

Editor
Go to next bookmark / go to previous bookmar

Ctrl + . / Ctrl + ,

Editor
Fetch snippet

Command + C , Alt+ F

Editor
Paste snippet

Command + C , Alt+ P

Editor
Find usages

Ctrl + Shift + U

Editor
Follow symbol under cursor; Works with namespaces, classes, methods, variables, include statements and macros

F2

Editor
Rename symbol under cursor

Ctrl + Shift + R

Editor
Switch between method declaration and definition

Shift + F2

Editor
Open type hierarchy

Ctrl + Shift + T

Editor
Switch between header and source file

F4

Editor
Turn selected text into lowercase

Command + U

Editor
Turn selected text into uppercase

Command + Shift + U

Editor
Run static checks on JavaScript code to find common problems

Ctrl + Shift + C

Editor
Find and replace

Ctrl + F

Editor
Find next / Find previous

F3 / Shift + F3

Editor
Find next / Find previous occurrence of selected text

Ctrl + F3 / Ctrl + Shift + F3

Editor
Replace next

Ctrl + =

Editor
Open advanced find

Ctrl + Shift + F

Editor
Record a text-editing macro

Command + (

Editor
Stop recording a macro

Command + )

Editor
Play last macro

Command + R

Editor
Show Qt Quick toolbars

Ctrl + Command + Space

Editor
Execute user actions 1 … 9 in FakeVim mode

Command + V , 1 ... 9

Image Viewer
Switch to background

Ctrl + [

Image Viewer
Switch to outline

Ctrl + ]

Image Viewer
Zoom in / Zoom out

Ctrl + + / Ctrl + -

Image Viewer
Fit to screen

Ctrl + =

Image Viewer
Original size

Ctrl + 0

Qt Quick Designer
Open the QML file that defines the selected component

F2

Qt Quick Designer
Move between code editor and visual editor

F4

Qt Quick Designer
Toggle left sidebar

Ctrl + Command + 0

Qt Quick Designer
Toggle right sidebar

Ctrl + Command + Shift + 0

Debugging
Start or continue debugging

F5

Debugging
Exit debugger

Shift + F5

Debugging
Step over

F10

Debugging
Step into

F11

Debugging
Step out

Shift + F11

Debugging
Toggle breakpoint

F9

Debugging
Run to selected function

Ctrl + F6

Debugging
Run to line

Ctrl + F10

Debugging
Reverse direction

F12

Project
Build project

Ctrl + B

Project
Build all

Ctrl + Shift + B

Project
New project

Ctrl + Shift + N

Project
Open project

Ctrl + Shift + O

Project
Select the kit to build and run your project with

Ctrl + T

Project
Run

Ctrl + R

Version Control

Help
View context-sensitive help

F1

Help
Activate contents in Help mode

Ctrl + T

Help
Add bookmark in Help mode

Ctrl + M

Help
Activate index in Help mode

Ctrl + I

Help
Reset font size

Ctrl + 0

Help
Activate search in Help mode

Ctrl + S

Similar combinations for other applications


Adobe Reader 9 (Linux)
Zoom in / zoom out (or Ctrl + mouse scroll)
Zoom Features

Ctrl + [ + ] / Ctrl + -


Adobe Reader X (Windows)
Zoom in / zoom out (or ctrl + mouse scroll)
Zoom Features

Ctrl + [ + ] / Ctrl + -


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 strikethrough from the selected text.
Specific OneNote Shortcuts for Selecting, Editing, and Formatting

ctrl + -


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

ctrl + /


Microsoft Excel 2010 (Windows)
Delete Cell/Row/Column Menu
Work with Data Selections - Edit Active or Selected Cells

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 + /


Firefox (Linux)
Increase or decrease text size
Inside Webpages

Ctrl + [ + ] / Ctrl + -


Firefox (Windows)
Increase or decrease text size
Inside Webpages

Ctrl + [ + ] / 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 + /


Access 2010 (Windows)
In a datasheet, delete the current record
Manage Access Features - Insert Data

Ctrl + -


Adobe Photoshop CS5 (Windows)
Zoom in / Zoom out
Photoshop CS5 Panels - Extract and Pattern Maker

Ctrl + [ + ] / Ctrl + -


Microsoft Excel 2010 (Windows)
Delete Cell/Row/Column Menu
Insert and Edit Data - Edit Active or Selected Cells

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 + -


MyLifeOrganized (Windows)
Increase/decrease task due date by one day.
Managing Tasks

Ctrl + = / Ctrl + -


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

Ctrl + /


Sublime Text (Windows)
Toggle Comment line
Cool Text Manipulation

Ctrl + /


Microsoft Excel 2011 (MacOS)
Delete the selection
Working with a selection

Ctrl + -


Opera (Linux)
Zoom in
Display

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


Opera (Linux)
Zoom out
Display

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


Microsoft Excel 2010 (Windows)
Delete Cell/Row/Column Menu
Format Data - Edit Active or Selected Cells

Ctrl + -


Access 2010 (Windows)
In a datasheet, delete the current record
Working with Text and Data - Insert Data

Ctrl + -


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

Ctrl + / -


Adobe Photoshop CS5 (Windows)
Zoom in / Zoom out
Extract and Pattern Maker (plug-in) - Extract and Pattern Maker

Ctrl + [ + ] / 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 + +


FreeMind 0.9.0 (Windows)
Decrease 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


Adobe Reader X (Linux)
Zoom in / zoom out (or ctrl + mouse scroll)
Zoom Features

Ctrl + [ + ] / Ctrl + -


Microsoft Excel 2010 (Windows)
Delete Cell/Row/Column Menu
Formulas and Names - Edit Active or Selected Cells

Ctrl + -


HoneyView 5.03 (Windows)
Zoom in 1% / zoom out 1%
Zooming

Ctrl + [ + ] / Ctrl + -


Adobe Photoshop CS5 (Windows)
Zoom in / Zoom out
Vanishing Point

Ctrl + [ + ] / 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 + /


Access 2010 (Windows)
In a datasheet, delete the current record
Working with Access Views - Insert Data

Ctrl + -


Microsoft Excel 2013 (Windows)
Delete Cell/Row/Column Menu
Edit Complete Cells

Ctrl + -


Adobe Photoshop CS5 (Windows)
Zoom in / Zoom out
Camera Raw Dialog Box

Ctrl + [ + ] / 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


Directory Opus (Windows)
Zoom out
Misc.

Ctrl + -


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

Ctrl + /


Adobe Acrobat Pro (Windows)
Zoom out
Navigation - Navigating a PDF

Ctrl + -


Microsoft Word 2013 (Windows)
Insert optional hyphen
Insert Special Characters, Text Elements, and Breaks

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


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

Ctrl


Qt Creator (Windows)
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


Microsoft Excel 2010 (Windows)
Delete Cell/Row/Column Menu
The Rest - Edit Active or Selected Cells

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 + /


FileMaker Pro (Windows)
Change to Zoom Out mode. Shift+click temporarily changes to Zoom In mode.
Layout Mode Shortcuts - Relationships Graph

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


Camtasia 8 (Windows)
Zoom out
Editor Timeline Navigation

Ctrl + - / Ctrl +Mouse Wheel up


Microsoft OneNote 2016 (Windows)
Format strikethrough
Format

Ctrl + -


Microsoft OneNote 2016 (Windows)
Apply numbered list
Format

Ctrl + /


Access 2010 (Windows)
In a datasheet, delete the current record
The Rest - Insert Data

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 + + / -


FileMaker Pro (Windows)
Change to Zoom Out mode. Shift+click temporarily changes to Zoom In mode.
Text Shortcuts - Relationships Graph

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


FileMaker Pro (Windows)
Change to Zoom Out mode. Shift+click temporarily changes to Zoom In mode.
Database Management Shortcuts - Relationships Graph

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 + /


FileMaker Pro (Windows)
Insert current date
Paste, Select, and Replace Values

Ctrl + -


Photoshop Lightroom CC (Windows)
Display current module shortcuts
Help

Ctrl + /


Finale (Windows)
Zoom in/Zoom out
View Menu

Ctrl + = / Ctrl + -


ArchiCAD 20 (Windows)
Adjust
Edit Menu Commands

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 + /


Microsoft Excel 2016 (Windows)
With cells that are not complete rows/columns - Open delete cell/ row/ column menu
Juggle Rows, Columns, and Cells

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 + /


Microsoft Excel 2016 (Windows)
Hide selected item
Pivot Tables

Ctrl + -


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

Ctrl + /


Amazon Kindle (Windows)
Zoom Font
Reading Book

Ctrl + +


Amazon Kindle (Windows)
Zoom out 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 + -


Adobe Animate CC (Windows)
Show a larger area of the drawing with less detail
Miscellaneous Action

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 + /


Adobe Dreamweaver (Windows)
Zoom Out (Design and Live View)
Magnification

Ctrl + -


jEdit (Windows)
Scroll Up/down Line
Scrolling

Ctrl + ' / Ctrl + /


Adobe Dreamweaver (Windows)
Increase Font Size
Magnification

Ctrl + +


Adobe Dreamweaver (Windows)
Decrease 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)
Shrink 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 + -


Gliffy (Windows)
Zoom Out
Document Shortcuts

Ctrl + -


Corel Designer X7 (Windows)
Optional Hyphen
Inserting Formatting Code

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 down
Transport

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 out
Magnification

Ctrl + -


Adobe Captivate 2017 (Windows)
Zoom in
Magnification

Ctrl + +


Flock (Windows)
Decrease text size
General

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 out
Zoom

Ctrl + - / -


Krita Painting 3 (Windows)
Zoom in
Zoom

Ctrl + + / =


qBittorrent (Windows)
Increase Priority
Edit Menu

Ctrl + +


qBittorrent (Windows)
Decrease Priority
Edit Menu

Ctrl + -


VideoPad Video Editor (Windows)
Zoom Clip In
Clip Player

Ctrl + +


VideoPad Video Editor (Windows)
Zoom Clip out
Clip Player

Ctrl + -


Maxthon (Web Application)
Zoom Page / -20%
Zoom

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 + +


eSignal (Windows)
Insert Symbol
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 Canvas (spacial zoom)
73 Shortcuts for Synfig (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 + /


Vegas Pro 14 (Windows)
Lower pitch one cent
Event Selection and Editing

Ctrl + -


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

Ctrl + +


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

Ctrl + -


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

Ctrl + /


DrawPlus (Windows)
Zoom In
Document Shortcuts

Ctrl + +


DrawPlus (Windows)
Zoom Out
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)
Reduce text size.
Editor

Ctrl + -


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

Ctrl + /


Warframe
Hold to Crouch
Movement

Ctrl


mpv
Increase audio delay
Playback

Ctrl + +


mpv
Decrease 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 + +


Vivaldi
Page zoom out
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 + /


Geany (Windows)
Zoom Out
Moving the document

Ctrl + -


Geany (Linux)
Zoom Out
Moving the document

Ctrl + -


Comodo IceDragon (Windows)
Zoom Out
Viewing, Printing and Saving Current Page

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


Roblox Studio
Zoom script out
Scripting

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 (Windows)
Zoom out
Script Editor

Ctrl + -


FEKO (Linux)
Zoom in
Script Editor

Ctrl + +


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

Ctrl + /


FEKO (Linux)
Zoom out
Script Editor

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 (Windows)
Move configuration down
General Functions in CADFEKO

Ctrl + -


FEKO (Linux)
Move configuration up
General Functions in CADFEKO

Ctrl + +


FEKO (Linux)
Move configuration down
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 + +


FEKO (Windows)
Lower trace
General POSTFEKO Shortcuts

Ctrl + -


GibbsCAM (Windows)
zoom In
View Menu

Ctrl + +


GibbsCAM (Windows)
Zoom Out
View Menu

Ctrl + -


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

Ctrl


FEKO (Linux)
Raise trace
General POSTFEKO Shortcuts

Ctrl + +


FEKO (Linux)
Lower trace
General POSTFEKO Shortcuts

Ctrl + -


Affinity Photo
Zoom Out
View

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 + +


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

Ctrl + -


Maxwell Render (Windows)
Zoom out
Viewport

Ctrl + -


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

Ctrl + +


Inkscape (Windows)
Difference -Difference works on 2 objects, extracting the top from the bottom
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 + /


Vectorworks (Windows)
Align to Grid
Modify Menu

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 + +


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


MuseScore (Windows)
Zoom Out
Navigation Shortcuts

Ctrl + -


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 + +


WavePad Sound Editor (Windows)
Zoom out
Zoom Operations

Ctrl + -


American Truck Simulator
Gear down
Main vehicle controls

Ctrl


GeoGebra
Zoom out
Windows shortcuts

Ctrl + -


Brave Browser (Windows)
Zoom Out
Page Navigation and Display

Ctrl + -


GeoGebra
Zoom in
Windows shortcuts

Ctrl + +


Balsamiq Mockups (Windows)
Zoom Out
Views

Ctrl + -


ComplyPro 2017B (Windows)
Delete Row
In Grid View

Ctrl + -


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

Ctrl


FlexiSign Pro 8.1 (Windows)
Zoom Out
View 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 + +


Cisco Webex
Zoom out
Windows

Ctrl + -


JS Bin
Toggle comments on the selected lines
Code based

Ctrl + /


Adobe Illustrator
Zoom out
View artwork

Ctrl + -


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

Ctrl


GitHub Desktop
Zoom out
View menu

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 + +


Google Chrome
Make everything on the page smaller
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 + +


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 + +


HitFilm
Decrease timeline scale
General timeline

Ctrl + -


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

Ctrl


Shotcut
Make Tracks Shorter
Timeline

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 + +


Adobe Bridge CC
Zoom out 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


ArtRage Studio Pro
Zoom Out
Canvas Commands

Ctrl + -


Adobe Lightroom Classic
Zoom in / zoom out
Working in the Develop module

Ctrl + -


Alteryx
Zoom in
Zoom in and out of the workflow

Ctrl + +


Alteryx
Zoom out
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 + +


YouTube Studio
Zoom out
General

Ctrl + -


NoxPlayer
Add APK file
General

Ctrl + +


Bluebeam Revu
Zoom out
Viewing

Ctrl + -


Bluebeam Revu
Zoom in
Viewing

Ctrl + +


Gravit Designer
Zoom in
View

Ctrl + +


Gravit Designer
Zoom out
View

Ctrl + -


1Password
Decrease the font size.
1Password application

Ctrl + -


1Password
Increase the font size.
1Password application

Ctrl + +


PaintShop Pro 2018
Zoom out
Shortcuts with Ctrl

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