Visual Studio Code (Windows)

Basic editing

Toggle line comment

Ctrl + /

All hotkeys for Visual Studio Code (Windows)

General
F1 Show Command Palette

Ctrl + ↑   Shift + P then F1

Navigation
Go to file

Ctrl + P

General
New window/instance

Ctrl + ↑   Shift + N

General
Close window/instance

Ctrl + ↑   Shift + W

General
User Settings

Ctrl + ,

General
Keyboard Shortcuts

Ctrl + K then Ctrl + S

Basic editing
Cut line (empty selection)

Ctrl + X

Integrated terminal
Copy selection

Ctrl + C

Basic editing
Move line up/down

Alt + ↑  ↓

Basic editing
Copy line up/down

↑   Shift + Alt + ↑  ↓

Basic editing
Delete line

Ctrl + ↑   Shift + K

Basic editing
Insert line below

Ctrl + ⤶ Enter

Basic editing
Insert line above

Ctrl + ↑   Shift + ⤶ Enter

Basic editing
Jump to matching bracket

Ctrl + ↑   Shift + \

Basic editing
Indent/outdent line

Ctrl + ]

Basic editing
Indent/outdent line

Ctrl + [

Basic editing
Go to beginning of line

Home

Basic editing
Go to end of line

End

Integrated terminal
Scroll to top

Ctrl + Home

Integrated terminal
Scroll to bottom

Ctrl + End

Integrated terminal
Scroll up/down

Ctrl + ↑  ↓

Basic editing
Scroll page up

Alt + Page Up

Basic editing
Scroll page down

Alt + Page Down

Basic editing
Fold (collapse) region

Ctrl + ↑   Shift + [

Basic editing
Unfold (uncollapse) region

Ctrl + ↑   Shift + ]

Basic editing
Fold (collapse) all subregions

Ctrl + K then Ctrl + [

Basic editing
Unfold (uncollapse) all subregions

Ctrl + K then Ctrl + ]

Basic editing
Fold (collapse) all regions

Ctrl + K then Ctrl + 0

Basic editing
Unfold (uncollapse) all regions

Ctrl + K then Ctrl + J

Basic editing
Add line comment

Ctrl + K then Ctrl + C

Basic editing
Remove line comment

Ctrl + K then Ctrl + U

Basic editing
Toggle line comment

Ctrl + /

Basic editing
Toggle block comment

↑   Shift + Alt + A

Basic editing
Toggle word wrap

Alt + Z

Navigation
Show all symbols

Ctrl + T

Navigation
Go to line

Ctrl + G

Navigation
Go to symbol

Ctrl + ↑   Shift + O

Navigation
Show Problems panel

Ctrl + ↑   Shift + M

Navigation
Go to next error or warning

F8

Navigation
Go to previous error or warning

↑   Shift + F8

File management
Open previous

Ctrl + ↑   Shift + ⭾ Tab

Navigation
Go back / forward

Alt + ←  →

Navigation
Toggle Tab moves focus

Ctrl + M

Search and replace
Find

Ctrl + F

Search and replace
Replace

Ctrl + H

Search and replace
Find next

F3

Search and replace
Find previous

↑   Shift + F3

Search and replace
Select all occurences of Find match

Alt + ⤶ Enter

Search and replace
Add selection to next Find match

Ctrl + D

Search and replace
Move last selection to next Find match

Ctrl + K then Ctrl + D

Search and replace
Toggle case-sensitive

Alt + C

Search and replace
Toggle regex

Alt + R

Search and replace
Toggle whole word

Alt + W

Multi-cursor and selection
Insert cursor

Alt + Mouse left click

Multi-cursor and selection
Insert cursor above / below

Ctrl + Alt + ↑  ↓

Multi-cursor and selection
Undo last cursor operation

Ctrl + U

Multi-cursor and selection
Insert cursor at end of each line selected

↑   Shift + Alt + I

Multi-cursor and selection
Select current line

Ctrl + I

Multi-cursor and selection
Select all occurrences of current selection

Ctrl + ↑   Shift + L

Multi-cursor and selection
Select all occurrences of current word

Ctrl + F2

Multi-cursor and selection
Expand selection

↑   Shift + Alt +

Multi-cursor and selection
Shrink selection

↑   Shift + Alt +

Multi-cursor and selection
Column (box) selection

↑   Shift + Alt + Mouse movement

Multi-cursor and selection
Column (box) selection

Ctrl + ↑   Shift + Alt + ← ↑ → ↓

Multi-cursor and selection
Column (box) selection page up

Ctrl + Shift + Alt + Page Up

Multi-cursor and selection
Column (box) selection page down

Ctrl + Shift + Alt + Page Down

Rich languages editing
Trigger suggestion

Ctrl + Space

Rich languages editing
Trigger parameter hints

Ctrl + ↑   Shift + Space

Rich languages editing
Format document

↑   Shift + Alt + F

Rich languages editing
Format selection

Ctrl + K then Ctrl + F

Rich languages editing
Go to Definition

F12

Rich languages editing
Peek Definition

Alt + F12

Rich languages editing
12 Open Definition to the side

Ctrl + K then F12

Rich languages editing
Quick Fix

Ctrl + .

Rich languages editing
Show References

↑   Shift + F12

Rich languages editing
Rename Symbol

F2

Rich languages editing
Trim trailing whitespace

Ctrl + K then Ctrl + X

Rich languages editing
M Change file language

Ctrl + K then M

Editor management
Close editor

Ctrl + F4 then Ctrl + W

Display
Z Zen Mode (Esc Esc to exit)

Ctrl + K

Editor management
Split editor

Ctrl + \

Editor management
Focus into first group

Ctrl + 1

Editor management
Focus into second group

Ctrl + 2

Editor management
Focus into third group

Ctrl + 3

Editor management
Focus into previous/next editor group

Ctrl + K then Ctrl + ←  →

Editor management
Move editor left

Ctrl + Shift + Page Up

Editor management
Move editor right

Ctrl + Shift + Page Down

Editor management
ht Move active editor group

Ctrl + K then ←  →

File management
New File

Ctrl + N

File management
Open File

Ctrl + O

File management
Save

Ctrl + S

File management
Save As

Ctrl + ↑   Shift + S

File management
Close

Ctrl + F4

File management
Close All

Ctrl + K then Ctrl + W

File management
Reopen closed editor

Ctrl + ↑   Shift + T

File management
Open next

Ctrl + ⭾ Tab

File management
P Copy path of active file

Ctrl + K then P

File management
R Reveal active file in Explorer

Ctrl + K then R

File management
O Show active file in new window/instance

Ctrl + K then O

Debug
Step into

F11

Display
Toggle editor layout (horizontal/vertical)

↑   Shift + Alt + 1

Display
Zoom in

Ctrl + =

Display
Zoom out

Ctrl + -

Display
Toggle Sidebar visibility

Ctrl + B

Display
Show Explorer / Toggle focus

Ctrl + ↑   Shift + E

Display
Show Search

Ctrl + ↑   Shift + F

Display
Show Source Control

Ctrl + ↑   Shift + G

Display
Show Debug

Ctrl + ↑   Shift + D

Display
Show Extensions

Ctrl + ↑   Shift + X

Display
Replace in files

Ctrl + ↑   Shift + H

Display
Toggle Search details

Ctrl + ↑   Shift + J

Display
Show Output panel

Ctrl + ↑   Shift + U

Display
Open Markdown preview

Ctrl + ↑   Shift + V

Debug
Toggle breakpoint

F9

Debug
Start/Continue

F5

Debug
Stop

↑   Shift + F5

Debug
Step out

↑   Shift + F11

Debug
Step over

F10

Debug
Show hover

Ctrl + K then Ctrl + I

Integrated terminal
Show integrated terminal

Ctrl + `

Integrated terminal
Create new terminal

Ctrl + ↑   Shift + `

Integrated terminal
Paste into active terminal

Ctrl + V

Integrated terminal
Scroll page up

Shift + Page Up

Integrated terminal
Scroll page down

Shift + Page Down

Similar combinations for other applications


VLC Media Player (Windows)
Most used


Google Calendar (Web Application)
Navigation


Dropbox (Web Application)
Search
16 Shortcuts for Dropbox (Web Application)

/


Google Calendar (Web Application)
Focus the search box
Application

/


Emacs 23.2.1 (Linux)
Undo
Edit

Ctrl + _


Google Mail (Windows)
Mark as important + or remove -
Main Window - Manage Message List

+ / -


Remember the Milk (Web Application)
Place the cursor in the search box
Navigation

ctrl + shift + /


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

Ctrl + /


Remember the Milk (Web Application)
Zoom in/zoom out
Locations

+ / -


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)
Duplicate current line or selection up or down
Edit Text

Ctrl + Alt + Arrow Up / Ctrl + Alt + Arrow Down /


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

Ctrl + /


Eclipse Helios (Windows)
Add Block Comment around selection ( adds '/... */' )
Indentions and Comments

Ctrl + Shift + /


Eclipse Helios (Windows)
Propose word completion (after typing at least one letter). Repeatedly press alt+/ until reaching correct name
Editing Source Code

Alt + /


Firefox (MacOS)
Page Manipulation


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


Firefox (MacOS)
General Browser Controls


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


Firefox (MacOS)
Search Bar


Firefox (MacOS)
Quick Find Text
Page Search

/


Google Chrome (Linux)
View Webpages


Total Commander 8 (Windows)
Restore selection
Main Shortcuts

Num /


Tekla Structures 14.0 (Windows)
Toggle selection
General shortcuts

Ctrl


Open Office Impress (Linux)
Zoom in / Zoome out
Normal View

+ / -


Open Office Impress (Linux)
Zoom in on current selection.
Normal View

/ on numeric keyboard


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


InDesign CS5 (MacOS)
Apply No Color
Tools

/


Adobe Illustrator CS5 (MacOS)
Add Anchor Point tool
Selecting Tools

+


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

Ctrl + /


Opera (Linux)
Search for text in page (with Advanced Shortcuts on)
Find

. / , / / / Shift + /


Sublime Text (Windows)
Toggle Comment line
Cool Text Manipulation

Ctrl + /


Sublime Text (Windows)
Toggle Comment block
Cool Text Manipulation

Ctrl + Shift + /


Opera (Linux)
Zoom in
Display

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


InDesign CS5 (MacOS)
Strikethrough
Working with Type

Shift + Command + /


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 Windows 7 (Windows)
Managing 'Windows' in Windows 7


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


Jaws 11.0 (Windows)
Left-click (with JAWS cursor enabled)
Cursor and Mouse commands

Numpad /


InDesign CS5 (MacOS)
Recompose all stories
Working with Type

Option + Command + /


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

Ctrl + / -


InDesign CS5 (MacOS)
Update missing font list
Navigating Through and Editing Text

Command + Option + Shift + /


Adobe Photoshop CS4 (MacOS)
Shortcut Keys for using the Adjustments panel


Photoshop Lightroom 4 (Windows)
Deselect active photo
Comparing photos in the Library module

/


Adobe Illustrator CS5 (MacOS)
Select no stroke/fill mode
Painting Objects

/


Adobe Illustrator CS5 (Windows)
Add Anchor Point tool
Selecting Tools

+


Adobe Illustrator CS5 (MacOS)
Add new fill
Painting Objects

+ /


Adobe Illustrator CS5 (MacOS)
Add new stroke
Painting Objects

+ Option + /


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

Ctrl + /


Microsoft Windows 7 (Windows)
11.


Photoshop Lightroom 4 (MacOS)
Deselect active photo
Comparing photos in the Library module

/


CATIA V5 (Windows)
38 Shortcuts for CATIA V5 (Windows)

Alt + Shift + Arrow Right /


CATIA V5 (Windows)
1.


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


IntelliJ (Linux)
Comment/uncomment with block comment
Editing

Ctrl + Shift + /


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

Ctrl + Shift + C / Ctrl + /


IntelliJ (Windows)
Comment/uncomment with line comment
Editing

Ctrl + /


IntelliJ (Windows)
Comment/uncomment with block comment
Editing

Ctrl + Shift + /


iTunes (MacOS)
Go to the next page / go to previous page in iTunes Store
iTunes Store shortcuts

+ /


Youtube Player (Windows)
Focus on Youtube Search Bar
Gain Control of Youtube Video

/


iTunes (MacOS)
Go to the previous or next pane in the Get Info or Preferences window
File and Window

Shift + + /


Photoshop Lightroom 4 (Windows)
Switch between local adjustment brush A and B
Develop Module

/


Windows Remote Desktop (Windows)
Entering Remote Desktop


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

Conmmand+ /


Windows Remote Desktop (Windows)
Using Shortcuts in Remote Desktop


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


Youtube Player (Windows)
Increase / decrease CC font size (works in Chrome, not in Firefox)
Video Control

+ / -


Photoshop Lightroom 4 (MacOS)
Switch between local adjustment brush A and B
Develop Module

/


Adobe Photoshop CS5 (MacOS)
Create a floating selection from the current selection
Vanishing Point


HoneyView 5.03 (Windows)
Zoom in / zoom out
Zooming

+/-


HoneyView 5.03 (Windows)
Zoom Control
Zooming

/


Notepad2 (Windows)
Reset zoom
View Menu

Ctrl + / , Ctrl + NumPad /


Windows Run Commands (Windows)
System File Checker Utility


Adobe Illustrator CS5 (Windows)
Select no stroke/fill mode
Painting Objects

/


Adobe Illustrator CS5 (Windows)
Add new fill
Painting Objects

Ctrl + /


Adobe Illustrator CS5 (Windows)
Add new stroke
Painting Objects

Ctrl + Alt + /


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

Ctrl + /


Photoshop Lightroom 4 (Windows)
Go to current module Help
Using Help

Ctrl + Alt + /


FL Studio (Windows)
Previous bar (Song mode)
Record / Playback / Transport

NumPad /


FL Studio (Windows)
Jump 4 bars back (Song mode)
Record / Playback / Transport

Ctrl + NumPad /


Presonus Studio One (Windows)
Loop active
Transport Menu

NumPad /


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

+ /


Photoshop Lightroom 4 (MacOS)
Go to current module Help
Using Help

+ Option + Shift + /


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


Pro Tools (Windows)
Automation - Write to all enabled
Edit Menu

Ctrl + Alt + /


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

Ctrl + Shift + /


Pro Tools (Windows)
Automation - Trim to all enabled
Edit Menu

Ctrl + Alt + Shift + /


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

Alt + /


Pro Tools (Windows)
Automation - Glide to all enabled
Edit Menu

Alt + Shift + /


FL Studio (Windows)
Jump to next/previous song marker (if present)
Playlist Action

Alt + NumPad * / /


FL Studio (Windows)
Jump to next/previous song marker (if present) and select until next song marker (if present) or until song end
Playlist Action

Ctrl + Alt + NumPad * / /


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

+ /


Pro Tools (MacOS)
Automation - Write to all enabled
Edit Menu

+ Option + /


Pro Tools (MacOS)
Automation - Trim to current
Edit Menu

+ Shift + /


Pro Tools (MacOS)
Automation - Trim to all enabled
Edit Menu

+ Option + Shift + /


Pro Tools (MacOS)
Automation - Glide to current
Edit Menu

Option + /


Pro Tools (MacOS)
Automation - Glide to all enabled
Edit Menu

Option + Shift + /


Twitter (Web Application)
Search
Actions

/


Adobe Acrobat Pro (Windows)
Collapse selected bookmark
Navigation - Navigation panels

/


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


Pro Tools (Windows)
Link timeline and edit selection
Options Menu

Shift + /


FL Studio (Windows)
Note: Some keyboard modifiers apply only to Draw mode
Piano Roll Action


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

Ctrl


Qt Creator (Windows)
Toggle comment for selection
Editor

Ctrl + /


Autodesk Maya 2015 (Windows)
Increase manipulator size / Decrease manipulator size
General Tools

+ /-


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


Pro Tools (MacOS)
Link timeline and edit selection
Options Menu

Shift + /


Atom (text editor) 1.0 (Linux)
Fold / unfold code
Code Folding

Ctrl + Alt + /


Atom (text editor) 1.0 (Windows)
Fold / unfold code
Code Folding

Ctrl + Alt + /


Pro Tools (Windows)
Selection Counter Select
Numeric Keypad Shortcuts

NumPad /


Atom (text editor) 1.0 (Linux)
Use Regex in search
Find and Replace

Ctrl + Alt + /


Google Drive (Web Application)
Search your Drive
Application Actions

/


Microsoft Word 2013 (Windows)
Hide or display character formatting
Outline View

/ key on the numeric keypad


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

Ctrl + + / Ctrl + -


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

Ctrl + + / Ctrl + -


Atom (text editor) 1.0 (Windows)
Use Regex in search
Find and Replace

Ctrl + Alt + /


Pro Tools (Windows)
Link Timeline and Edit Selection
Numeric Keypad Shortcuts

Shift NumPad /


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

Ctrl


Google Chrome (MacOS)
Switch to the previous tab/ next tab in browsing history for tab
Manage Tabs

Command + [ / Command + ] /


Qt Creator (MacOS)
Version Control


Qt Creator (Windows)
Version Control


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


Autodesk Maya 2015 (Windows)
Increases / Decreases Division Levels for Smooth Mesh Preview or Subdiv Proxy.
Modeling

Page Up /


Notepad++ 6 (Windows)
Restore the original size from zoom
View menu

Ctrl +Keypad/


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

Ctrl


Autodesk Maya 2015 (Windows)
Switch to pick color mode (press and release)
Painting Operation

/


Quickbooks Online (Web Application)
Next Day / Previous Day
Enter Dates

+ / -


Quickbooks Online (Windows)
Next Day / Previous Day
Enter Dates

+ / -


Google Play Music (Web Application)
Search
General

/


Autodesk Maya 2015 (Windows)
Change the size of the manipulator
Tool and Action

+/-


Microsoft OneNote 2016 (Windows)
Apply numbered list
Format

Ctrl + /


Quickbooks Online (Web Application)
Add / Substract
Calculate Amounts and Rates

+/-


Quickbooks Online (Windows)
Add / Substract
Calculate Amounts and Rates

+/-


Quickbooks Online (Web Application)
Increase / Decrease Ref Number
Reference Number Fields (Ref # Fields)

+ / -


Quickbooks Online (Windows)
Increase / Decrease Ref Number
Reference Number Fields (Ref # Fields)

+ / -


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


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

Command + /


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

Ctrl + + / -


Access 2016 (Windows)
Database Operation


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


Google Slides (Windows)
Search menus
General Slides Shortcuts

Alt + /


Android Studio (Windows)
Block Comment or Uncomment
General Shortcuts

Ctrl + Shift + /


Adobe After Effects CC (MacOS)
Toggle Mercury Transmit video preview
Previews

/ on numeric keypad


Autodesk Maya 2017 (Windows)
Increase manipulator size / Decrease manipulator size
General Tools

+ /-


Adobe After Effects CC (Windows)
Zoom to 100% in Composition, Layer, or Footage Panel
Views

/


Adobe After Effects CC (Windows)
Zoom to fit in Composition, Layer, or Footage Panel
Views

Shift + /


Corel VideoStudio X9.5 (Windows)
Zoom in/Zoom out
Edit Tab Operations

+ / -


Adobe After Effects CC (Windows)
Zoom up to 100% to fit in Composition, Layer, or Footage Panel
Views

Alt + /


Corel VideoStudio X9.5 (Windows)
Edit Tab Operations


Adobe After Effects CC (MacOS)
Zoom to 100% in Composition, Layer, or Footage Panel
Views

/


Microsoft PowerPoint 2016 (Windows)
Navigation Operation


Photoshop Lightroom CC (MacOS)
Deselect active photo
Comparing Photos in the Library Module

/


Adobe After Effects CC (MacOS)
Zoom to fit in Composition, Layer, or Footage Panel
Views

Shift + /


Adobe After Effects CC (MacOS)
Zoom up to 100% to fit in Composition, Layer, or Footage Panel
Views

Option + /


Photoshop Lightroom CC (Windows)
Deselect active photo
Comparing Photos in the Library Module

/


Plex (Windows)
Increse/Decrese Volume
Graphics(Audio/Video) Control

+ / -


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

Ctrl + /


Adobe After Effects CC (Windows)
Replace selected source Footage for selected Layers with Footage item selected in Project Panel
Footage

Ctrl + Alt + /


Plex (MacOS)
Increse/Decrese Volume
Graphics(Audio/Video) Control

+ / -


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

Command + /


Adobe After Effects CC (MacOS)
Replace selected source Footage for selected Layers with Footage item selected in Project Panel
Footage

Command + Option + /


Adobe Premiere CC (Windows)
Duplicate
General Shortcuts

Ctrl + Shift + /


Adobe Premiere CC (Windows)
General Shortcuts


Adobe Premiere CC (MacOS)
Duplicate
General Shortcuts

Shift + Command + /


Adobe Illustrator CC (MacOS)
Drawing Shortcuts


Adobe Premiere CC (MacOS)
Bin
General Shortcuts

Command + /


Adobe Illustrator CC (Windows)
Drawing Shortcuts


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

Ctrl


Adobe Photoshop CC (Windows)
Toggle lock transparency for target layer, or last applied lock
Basic Shortcuts for Photoshop CC 2015 - Layers Panel

/


Apple Keynote (MacOS)
General Shortcuts


Plex (MacOS)
Control By Apple Remote


Corel Painter 2017 (Windows)
Ajust Opacity
Brushes

Ctrl


Autodesk Maya 2017 (Windows)
Increases / Decreases Division Levels for Smooth Mesh Preview or Subdiv Proxy.
Modeling

Page Up /


Adobe Photoshop CC (MacOS)
Toggle lock transparency for target layer, or last applied lock
Basic Shortcuts for PhotoShop CC 2015 - Layers Panel

/


Corel Painter 2017 (MacOS)
Brushes


Adobe Audition CC (Windows)
Rename selected marker
Marker/Tool/Clip Shortcuts

/


Adobe Illustrator CC (MacOS)
Add/Delete anchor point tool
Selectiong Tool

+ / -


Adobe Premiere CC (Windows)
Mark selection
Marker Operation

/


Adobe Audition CC (MacOS)
Rename selected marker
Marker/Tool/Clip Shortcuts

/


Adobe Illustrator CC (Windows)
Add/Delete anchor point tool
Selectiong Tool

+ / -


Safari Browser (MacOS)
Menu Shortcuts


Corel Painter 2017 (Windows)
Brushes


Adobe Premiere CC (MacOS)
Clipping Shortcuts


Autodesk Maya 2017 (Windows)
Switch to pick color mode (press and release)
Painting Operation

/


Apple Keynote (MacOS)
Chart data editor


Adobe Premiere CC (MacOS)
Mark selection
Marker Operation

/


Adobe Premiere CC (Windows)
Marker Operation


Corel Painter 2017 (MacOS)
Canvas


Corel Painter 2017 (MacOS)
Layout Grid
Toolbox commands

/


Corel Painter 2017 (Windows)
Canvas


Photoshop Lightroom CC (Windows)
Switch between local adjustment brush A and B
Develop Module

/


Adobe Premiere CC (MacOS)
Marker Operation


Photoshop Lightroom CC (MacOS)
Switch between local adjustment brush A and B
Develop Module

/


Corel Painter 2017 (Windows)
Layout Grid
Toolbox commands

/


FileMaker Pro (MacOS)
Open Help
General Shortcuts

Command + /


Nuke 10 (Windows)
Zoom in/Zoom out
Timeline Viewer

+ / -


Autodesk Maya 2017 (Windows)
Change the size of the manipulator
Tool and Action

+/-


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

Ctrl + + / Ctrl + -


Nuke 10 (MacOS)
Zoom in/Zoom out
Timeline Viewer

+ / -


Nuke 10 (Linux)
Zoom in/Zoom out
Timeline Viewer

+ / -


InDesign CC (Windows)
Click Technique


Adobe After Effects CC (MacOS)
Increase / decrease Z Rotation of Layers by 1°
Modify Layer Properties

+ / - on numeric keypad


InDesign CC (MacOS)
Click Technique


Adobe Illustrator CC (MacOS)
Select no stroke/fill mode
Painting Objects

/


Adobe Illustrator CC (MacOS)
Add new fill
Painting Objects

Command + /


Adobe Premiere CC (Windows)
Tools Shortcuts


Adobe Illustrator CC (MacOS)
Add new stroke
Painting Objects

Command + Option + /


Adobe Illustrator CC (Windows)
Select no stroke/fill mode
Painting Objects

/


Finale (MacOS)
File Menu


Adobe Illustrator CC (Windows)
Add new fill
Painting Objects

Ctrl + /


Adobe Illustrator CC (Windows)
Add new stroke
Painting Objects

Ctrl + Alt + /


Adobe Illustrator CC (MacOS)
Panel Shortcuts


Nuke 10 (Windows)
Timeline Viewer


Adobe Illustrator CC (Windows)
Panel Shortcuts


Nuke 10 (MacOS)
Timeline Viewer


Adobe Premiere CC (MacOS)
Tools Shortcuts


Nuke 10 (Linux)
Timeline Viewer


Finale (Windows)
File Menu


Corel Painter 2017 (MacOS)
Navigation Shortcuts


Apple Keynote (MacOS)
Objects on Canvas


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

Ctrl + /


Nuke 10 (Windows)
Timeline


Nuke 10 (Windows)
Zoom in/Zoom out
2D Viewer

+ / -


Nuke 10 (MacOS)
Timeline


Corel Painter 2017 (Windows)
Navigation Shortcuts


Finale (MacOS)
Utility Menu


Nuke 10 (Linux)
Timeline


Adobe Illustrator CC (MacOS)
Function Key Shortcuts


Nuke 10 (MacOS)
Zoom in/Zoom out
2D Viewer

+ / -


Nuke 10 (Linux)
Zoom in/Zoom out
2D Viewer

+ / -


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

Command + /


Adobe Illustrator CC (Windows)
Function Key Shortcuts


Photoshop Lightroom CC (Windows)
Display current module shortcuts
Help

Ctrl + /


Photoshop Lightroom CC (MacOS)
Display current module shortcuts
Help

Command + /


Finale (MacOS)
View Menu


Photoshop Lightroom CC (Windows)
Go to current module Help
Help

Ctrl + Alt + /


Nuke 10 (Windows)
2D Viewer


Photoshop Lightroom CC (MacOS)
Go to current module Help
Help

Command + Option + Shift + /


Finale (Windows)
Utility Menu


Finale (MacOS)
Windows Menu


Nuke 10 (MacOS)
2D Viewer


Apple Keynote (MacOS)
Go to next slide(Slide Switcher)
Slideshow

+


Nuke 10 (Linux)
2D Viewer


Hexagon 2 (MacOS)
Selection,Tools and Manipulators Shortcuts


3D Coat (MacOS)
File Menu


3D Coat (MacOS)
File Menu


Apple Keynote (MacOS)
Slideshow


Nuke 10 (Windows)
3D Viewer


Finale (MacOS)
Playback and General Shortcuts


Nuke 10 (Windows)
Search by class/node name
Panel Properties

/


Finale (Windows)
View Menu


Hexagon 2 (Windows)
Selection,Tools and Manipulators Shortcuts


3D Coat (MacOS)
View Menu


Nuke 10 (MacOS)
3D Viewer


InDesign CC (Windows)
Layout Menu Shortcuts


Nuke 10 (Linux)
3D Viewer


Nuke 10 (MacOS)
Search by class/node name
Panel Properties

/


Finale (Windows)
Windows Menu


Hexagon 2 (MacOS)
Increment Field
View Shortcuts

+


Nuke 10 (Windows)
Panel Properties


Apple Keynote (MacOS)
Playing Movies


Nuke 10 (Linux)
Search by class/node name
Panel Properties

/


InDesign CC (MacOS)
Layout Menu Shortcuts


CINEMA 4D (Windows)
Zoom In/Out
Picture Viewer

+/-


InDesign CC (Windows)
Type Menu Shortcuts


Hexagon 2 (MacOS)
View Shortcuts


IMVU (Windows)
Tools


Nuke 10 (MacOS)
Panel Properties


IMVU (MacOS)
Tools


Finale (MacOS)
Last Viewed Part
Navigation Shortcuts

Command + Option + /


3D Coat (MacOS)
View Menu


Nuke 10 (Linux)
Panel Properties


Finale (MacOS)
Navigation Shortcuts


Hexagon 2 (Windows)
Increment Field
View Shortcuts(Numeric Pad)

+


InDesign CC (MacOS)
Type Menu Shortcuts


Finale (Windows)
Playback and General Shortcuts


Hexagon 2 (Windows)
View Shortcuts(Numeric Pad)


Nuke 10 (Windows)
Curve Editor


3D Coat (MacOS)
Freeze border
Freeze Operations

Command + /


3D Coat (Windows)
File Menu


Finale (Windows)
Last Viewed Part
Navigation Shortcuts

Ctrl + Alt + /


3D Coat (Windows)
File Menu


Finale (Windows)
Navigation Shortcuts


Nuke 10 (Linux)
Curve Editor


Nuke 10 (MacOS)
Curve Editor


Finale (MacOS)
Expression Tool


Anime Studio (Windows)
Bones shortcuts


ArchiCAD 20 (Windows)
Edit Commands(Text)


Nuke 10 (Windows)
RotoPaint


Nuke 10 (Windows)
Search by node
Node Graph

/


3D Coat (Windows)
View Menu


Finale (MacOS)
Lyrics Tool


3D Coat (MacOS)
Splines


InDesign CC (Windows)
View Menu Shortcuts


Nuke 10 (Linux)
RotoPaint


3D Coat (MacOS)
Expand hidden area
HIde Operations

+


ArchiCAD 20 (MacOS)
Edit Commands(Text)


Nuke 10 (Linux)
Search by node
Node Graph

/


Hexagon 2 (MacOS)
General Shortcuts


3D Coat (MacOS)
HIde Operations


Nuke 10 (MacOS)
RotoPaint


Finale (Windows)
Expression Tool


InDesign CC (MacOS)
View Menu Shortcuts


InDesign CC (Windows)
Add/Delete anchor point tool
Tools

+ / -


3D Coat (MacOS)
Smoothing


Nuke 10 (MacOS)
Search by node
Node Graph

/


3D Coat (MacOS)
Increase Opacity of Specularity
Specularity

/


3D Coat (Windows)
Freeze border
Freeze Operations

Ctrl + NumPad /


Hexagon 2 (Windows)
General Shortcuts


InDesign CC (MacOS)
Add/Delete anchor point tool
Tools

+ / -


Finale (Windows)
Lyrics Tool


Adobe After Effects CC (Windows)
Add active Composition or selected items to render queue
Saving, Exporting, and Rendering

Ctrl + Shift + /


Nuke 10 (Windows)
Node Graph


ArchiCAD 20 (Windows)
Image 3D Engines and Models


iMovie (MacOS)
Play the selection
Play video

/


Nuke 10 (Linux)
Node Graph


3D Coat (Windows)
Splines


ArchiCAD 20 (Windows)
Teamwork


Nuke 10 (MacOS)
Node Graph


3D Coat (Windows)
HIde Operations


ArchiCAD 20 (Windows)
Zoom In
Display Menu

Ctrl + /


3D Coat (Windows)
Smoothing


ArchiCAD 20 (Windows)
Zoom Out
Display Menu

Ctrl + Shift + /


3D Coat (Windows)
Increase Opacity of Specularity
Specularity

/


ArchiCAD 20 (MacOS)
Image 3D Engines and Models


Adobe Photoshop CC (Windows)
Toggle lock transparency for target layer, or last applied lock
Manage Panels - Layers Panel

/


Adobe After Effects CC (MacOS)
Add active Composition or selected items to render queue
Saving, Exporting, and Rendering

Command + Shift + /


Adobe Photoshop CC (MacOS)
Toggle lock transparency for target layer, or last applied lock
Manage Panels - Layers Panel

/


iMovie (MacOS)
Open the precision editor
Video edit

Command + /


Windows Movie Maker (Windows)
Expand the Video track when it is selected in the timeline
On timeline

+