Visual Studio Code (Windows)

Display

Show Git

Ctrl + Shift + G

All hotkeys for Visual Studio Code (Windows)

General Shortcuts
Show Command Palette

Ctrl + Shift + P / F1

General Shortcuts
Quick Open

Ctrl + P

General Shortcuts
New window/instance

Ctrl + Shift + N

General Shortcuts
Close window/instance

Ctrl + Shift + W

Editing Shortcuts
Cut line (empty selection)

Ctrl + X

Editing Shortcuts
Copy line (empty selection)

Ctrl + C

Editing Shortcuts
Move line up/down

Alt + Up Arrow/Down Arrow

Editing Shortcuts
Copy line up/down

Shift + Alt + Down Arrow/Up Arrow

Editing Shortcuts
Delete line

Ctrl + Shift + K

Editing Shortcuts
Insert line below

Ctrl + Enter

Editing Shortcuts
Insert line above

Ctrl + Shift + Enter

Editing Shortcuts
Jump to matching bracket

Ctrl + Shift + \

Editing Shortcuts
Indent/outdent line

Ctrl + ] / [

Editing Shortcuts
Go to beginning of line

Home

Editing Shortcuts
Go to End of line

End

Editing Shortcuts
Go to beginning of file

Ctrl + Home

Editing Shortcuts
Go to End of file

Ctrl + End

Editing Shortcuts
Scroll line up/down

Ctrl + Up Arrow/Down Arrow

Editing Shortcuts
Scroll page up/down

Alt + PgUp/PgDn

Editing Shortcuts
Fold (collapse) region

Ctrl + Shift + [

Editing Shortcuts
Unfold (uncollapse) region

Ctrl + Shift + ]

Editing Shortcuts
Fold (collapse) all subregions

Ctrl + K then Ctrl + [

Editing Shortcuts
Unfold (uncollapse) all subregions

Ctrl + K then Ctrl + ]

Editing Shortcuts
Fold (collapse) all regions

Ctrl + K then Ctrl + 0

Editing Shortcuts
Unfold (uncollapse) all regions

Ctrl + K then Ctrl + J

Editing Shortcuts
Add line comment

Ctrl + K then Ctrl + C

Editing Shortcuts
Remove line comment

Ctrl + K then Ctrl + U

Editing Shortcuts
Toggle line comment

Ctrl + /

Editing Shortcuts
Toggle block comment

Shift + Alt + A

Editing Shortcuts
Toggle word wrap

Alt + Z

Navigation Shortcuts
Show all Symbols

Ctrl + T

Navigation Shortcuts
Go to Line...

Ctrl + G

Navigation Shortcuts
Go to File...

Ctrl + P

Navigation Shortcuts
Go to Symbol...

Ctrl + Shift + O

Navigation Shortcuts
Show Problems panel

Ctrl + Shift + M

Navigation Shortcuts
Go to next error or warning

F8

Navigation Shortcuts
Go to previous error or warning

Shift + F8

Navigation Shortcuts
Navigate editor group history

Ctrl + Shift + Tab

Navigation Shortcuts
Go back / forward

Alt + Left Arrow/Right Arrow

Navigation Shortcuts
Toggle Tab moves focus

Ctrl + M

Search and Replace
Find

Ctrl + F

Search and Replace
Replace

Ctrl + H

Search and Replace
Find next/previous

F3 / 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/Regex/Whole word

Alt + C / R / W

MutiCursor and Selection
Insert cursor

Alt + Click

MutiCursor and Selection
Insert cursor above / below

Ctrl + Alt + Up Arrow/Down Arrow

MutiCursor and Selection
Undo last cursor operation

Ctrl + U

MutiCursor and Selection
Insert cursor at end of each line selected

Shift + Alt + I

MutiCursor and Selection
Select current line

Ctrl + I

MutiCursor and Selection
Select all occurrences of current selection

Ctrl + Shift + L

MutiCursor and Selection
Select all occurrences of current word

Ctrl + F2

MutiCursor and Selection
Expand selection

Shift + Alt + Right Arrow

MutiCursor and Selection
Shrink selection

Shift + Alt + Left Arrow

MutiCursor and Selection
Column (box) selection

Shift + Alt + Drag

MutiCursor and Selection
Column (box) selection

Ctrl + Shift + Alt + Arrow Keys

MutiCursor and Selection
Column (box) selection page up/down

Ctrl + Shift + Alt + PgUp/PgDn

Rich Language Editing
Trigger suggestion

Ctrl + Spacebar

Rich Language Editing
Trigger parameter hints

Ctrl + Shift + Spacebar

Rich Language Editing
Emmet expand abbreviation

Tab

Rich Language Editing
Format document

Shift + Alt + F

Rich Language Editing
Format selection

Ctrl + K then Ctrl + F

Rich Language Editing
Go to Definition

F12

Rich Language Editing
Peek Definition

Alt + F12

Rich Language Editing
Open Definition to the side

Ctrl + K then F12

Rich Language Editing
Quick Fix

Ctrl + .

Rich Language Editing
Show References

Shift + F12

Rich Language Editing
Rename Symbol

F2

Rich Language Editing
Replace with next/previous value

Ctrl + Shift + . / ,

Rich Language Editing
Trim trailing whitespace

Ctrl + K then Ctrl + X

Rich Language Editing
Change file language

Ctrl + K then M

Editor Management
Close editor

Ctrl + F4 then Ctrl + W

Editor Management
Close folder

Ctrl + K then F

Editor Management
Split editor

Ctrl + \

Editor Management
Focus into 1st, 2nd or 3rd editor group

Ctrl + 1 / 2 / 3

Editor Management
Focus into previous/next editor group

Ctrl + K then Ctrl + Left Arrow/Right Arrow

Editor Management
Move editor left/right

Ctrl + Shift + PgUp/PgDn

Editor Management
Move active editor group

Ctrl + K then Left Arrow/Right Arrow

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
Save All

Ctrl + K then 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
Keep Open

Ctrl + K then Enter

File Management
Open next

Ctrl + Tab

File Management
Open previous

Ctrl + Shift + Tab

File Management
Copy Path of active file

Ctrl + K then P

File Management
Reveal active file in Explorer

Ctrl + K then R

File Management
Show active file in new window/instance

Ctrl + K then O

Display
Toggle full screen

F11

Display
Toggle editor layout

Shift + Alt + 1

Display
Zoom in/out

Ctrl + =/-

Display
Toggle Sidebar visibility

Ctrl + B

Display
Show Explorer / Toggle focus

Ctrl + Shift + E

Display
Show Search

Ctrl + Shift + F

Display
Show Git

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
Open new command prompt/terminal

Ctrl + Shift + C

Display
Show Output panel

Ctrl + Shift + U

Display
Toggle Markdown preview

Ctrl + Shift + V

Display
Open Markdown preview to the side

Ctrl + K then V

Debug
Toggle breakpoint

F9

Debug
Start/Continue

F5

Debug
Stop

Shift + F5

Debug
Step into/out

F11 / 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
Copy selection

Ctrl + Shift + C

Integrated Terminal
Paste into active terminal

Ctrl + Shift + V

Integrated Terminal
Scroll up/down

Ctrl + Up Arrow/Down Arrow

Integrated Terminal
Scroll page up/down

Shift + PgUp/PgDn

Integrated Terminal
Scroll to top/bottom

Ctrl + Home/End

Similar combinations for other applications


Microsoft Word 2007 (Windows)
Open the Word Count dialog box.
Common tasks

Ctrl + Shift + G


Microsoft Outlook 2010 (Windows)
Add Custom Flag to message
Messages in Main View - Message List and Single Messages

Ctrl + Shift + G


Microsoft OneNote 2010 (Windows)
Put focus on the current section tab.
Managing Pages, Notebooks and Sections

ctrl + shift + g


Thunderbird (Windows)
Find text again previous in Current Message
Find Messages

Ctrl + Shift + G / Shift + F3


Adobe Photoshop CS5 (Windows)
Ungroup layers
Photoshop CS5 Panels - Layers Panel

Ctrl + Shift + G


Thunderbird (Linux)
Find text again previous in Current Message
Find Messages

Ctrl + Shift + G / Shift + F3


Firefox (Linux)
Find previous occurrence of search term.
Search

Ctrl + Shift + G / Shift + F3


Firefox (Windows)
Find previous occurrence of search term.
Search

Ctrl + Shift + G / Shift + F3


SharpDevelop 4.0 (Windows)
GUID insert
Coding Shortcuts

Ctrl + Shift + G


Microsoft Outlook 2010 (Windows)
Add Custom Flag to message
Messages in Compose View - Message List and Single Messages

Ctrl + Shift + G


Phoenix Viewer (Windows)
Groups
Edit

Ctrl + Shift + G


Microsoft Outlook 2010 (Windows)
Add Custom Flag to message
Calendar Shortcuts - Message List and Single Messages

Ctrl + Shift + G


Opera (Linux)
Find previous instance of text
Find

Ctrl + Shift + G / Shift + F3


Adobe Photoshop CS5 (Windows)
Ungroup layers
Extract and Pattern Maker (plug-in) - Layers Panel

Ctrl + Shift + G


Evernote (Windows)
Find Previous (or Shift+Enter)
Note Editor

Ctrl + Shift + g


Photoshop Lightroom 4 (Windows)
Unstack
Comparing photos in the Library module

Ctrl + Shift + G


Presonus Studio One (Windows)
Dissolve group
Track Menu

Ctrl + Shift + G


Axialis IconWorkshop (Windows)
Export - CompuServe GIF (optimized for the Web)...
File Menu

Ctrl + Shift + G


FileMaker Pro (Windows)
Reverse the current direction of a Find Again operation
Layout Mode Shortcuts - Delete and Edit Text

Ctrl + Shift + G


Amazon Music Player (Windows)
Grid View
13 Shortcuts for Amazon Music Player (Windows)

Ctrl + Shift + G


Adobe Acrobat Pro (Windows)
Move to previous search result and highlight it in the document
Navigation

Shift + F3 / Ctrl + Shift + G


Microsoft Word 2013 (Windows)
Open the Word Counting dialog box.
Review Documents

Ctrl + Shift + G


FileMaker Pro (Windows)
Reverse the current direction of a Find Again operation
Text Shortcuts - Delete and Edit Text

Ctrl + Shift + G


Sway 2016 (Windows)
Group/ungroup all cards in a Card Selection
Text and Content Formatting

Ctrl + G / Ctrl + Shift + G


Sway 2016 (Windows)
Group/ungroup all cards in a Card selection
Card Interaction

Ctrl + G / Ctrl + Shift + G


Microsoft OneNote 2016 (Windows)
Move focus to Section area (typically on the top); continue with Arrow Left/Arrow Right to select section. Press Escape to cancel
Manage Pages, Notebooks and Sections

Ctrl + Shift + G


Microsoft Outlook 2016 (Windows)
Flag for follow-up
Common Commands: Common To Most Views

Ctrl + Shift + G


Google Slides (Windows)
Find previous
General Slides Shortcuts

Ctrl + Shift + G


Microsoft Outlook 2016 (Windows)
Open the Flag for Follow Up dialog box to assign a flag
Common Commands: Flags

Ctrl + Shift + G


Photoshop Lightroom CC (Windows)
Ungroup stack
Comparing Photos in the Library Module

Ctrl + Shift + G


Microsoft Outlook 2016 (Windows)
Display the Flag for Follow Up dialog box
Mail

Ctrl + Shift + G


Adobe Photoshop CC (Windows)
Ungroup layers
Basic Shortcuts for Photoshop CC 2015 - Layers Panel

Ctrl + Shift + G


FileMaker Pro (Windows)
Reverse the current direction of a Find Again operation
Database Management Shortcuts - Delete and Edit Text

Ctrl + Shift + G


Adobe Premiere CC (Windows)
Ungroup
Clipping Shortcuts

Ctrl + Shift + G


Microsoft PowerPoint 2016 (Windows)
Group Shape
Shapes and Various Drawing Objects Shortcuts

Ctrl + Shift + G


InDesign CC (Windows)
Ungroup
Object Menu shortcuts

Ctrl + Shift + G


ArchiCAD 20 (Windows)
Ungroup
Tools

Ctrl + Shift + G


Adobe After Effects CC (Windows)
Group / ungroup selected Shapes
Shape Layers

Ctrl + G / Ctrl + Shift + G


Adobe Photoshop CC (Windows)
Ungroup layers
Manage Panels - Layers Panel

Ctrl + Shift + G


Hexagon 2 (Windows)
Ungroup Selection
Pan Selection and editor Shortcuts

Ctrl + Shift + G


Silhouette Studio (Windows)
Ungroup
Object

Ctrl + Shift + G


Adobe XD (Experience Design) (Windows)
Ungroup
Object

Ctrl + Shift + G


Adobe Dreamweaver (Windows)
Guides Snap to Elements
Guides,Grids and Rulers(Design View)

Ctrl + Shift + G


Corel PhotoPaint X6 (Windows)
Move Frame
Movie

Ctrl + Shift + G


Opera (Windows)
Find previous instance of text
Find

Ctrl + Shift + G


Chief Architect (Windows)
Floor/Reference Tools - Change Floor/Reference
Floor Tools

Ctrl + Shift + G


Flock (Windows)
Find previous
General

Ctrl + Shift + G


Kingsoft Writer 2016 (Windows)
Pops Word Count dialog
Editing

Ctrl + Shift + G


MOTU Digital Performer 9 (Windows)
Toggle group
Editing

Ctrl + Shift + G


Adobe Captivate 2017 (Windows)
Edit gradient
General and Miscellaneous Shortcuts

Ctrl + Shift + G


Siemens NX 11 (Windows)
Execute Debug Grip
File Menu

Ctrl + Shift + G


Scottrade (Windows)
Open Gain/Loss Tax Center Link
32 Shortcuts for Scottrade (Windows)

Ctrl + Shift + G


XYplorer (Windows)
Go to from Here...
General Shortcuts

Ctrl + Shift + G


Vegas Pro 14 (Windows)
Set end of time selection
Cursor Placement,Loop Region and Time Selection

Ctrl + Shift + G


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

Ctrl + Shift + G


ZBrush 4 (Windows)
Grab Texture from Document
Canvas and 2.5D

Ctrl + Shift + G


Xamarin Studio (MonoDevelop) (Windows)
Find Previous
Search

Ctrl + Shift + G


Sierra Chart (Windows)
General Trade Settings
Trade Menu

Ctrl + Shift + G


Rhino (Windows)
Ungroup
Default Shortcuts

Ctrl + Shift + G


TurboCAD (Windows)
Finish to edit the group content
171 Shortcuts for TurboCAD (Windows)

Ctrl + Shift + G


Ansys Mechanical (Windows)
Ungroup Tree Objects
Tree Outline

Ctrl + Shift + G


Geany (Windows)
Find Previous
Finding text,Selecting text

Ctrl + Shift + G


Geany (Linux)
Find Previous
Finding text,Selecting text

Ctrl + Shift + G


Ulead PhotoImpact 8 (Windows)
Displays or hides Guidelines
View Menu

Ctrl + Shift + G


Ableton Live 9 (Windows)
Ungroup Tracks
Ctrls for Tracks

Ctrl + Shift + G


Vectorworks (Windows)
Rendering Open GL
View Menu

Ctrl + Shift + G


gEDA (Linux)
Decrement grid by configured metric increment
Other Important Shortcuts

Ctrl + Shift + G


Arduino (Linux)
Find Previous
29 Shortcuts for Arduino (Linux)

Ctrl + Shift + G


Arduino (Windows)
Find Previous
29 Shortcuts for Arduino (Windows)

Ctrl + Shift + G


Balsamiq Mockups (Windows)
Ungroup the selected groups
Group

Ctrl + Shift + G


Brave Browser (Windows)
Active tab Find Previous
Page Navigation and Display

Ctrl + Shift + G


Tinkercad (Windows)
Ungroup
26 Shortcuts for Tinkercad (Windows)

Ctrl + Shift + G


Figma (Web Application)
Ungroup Selection
Object

Ctrl + Shift + G


gedit 2.3 (Linux)
Find previous instance
Search and Replace

Ctrl + Shift + G


Google Earth 5 (Linux)
Find previous instance
Search and Replace

Ctrl + Shift + G


Google Earth 5 (Windows)
Create new Polygon
Create Items on Map

ctrl + shift + g


Microsoft Outlook 2007 (Windows)
Flag for follow-up.
Shortcuts for all Outlook 2007 Items

Ctrl + Shift + G


Microsoft Outlook 2007 (Windows)
Display the Flag for Follow Up dialog box.
Shortcuts for Managing E-Mail

Ctrl + Shift + G


Microsoft Outlook 2007 (Windows)
Open the Flag for Follow Up dialog box to assign a flag.
Other Outlook 2007 Shortcuts

Ctrl + Shift + G


Adobe After Effects CS5 (Windows)
Ungroup selected shapes
Shape Layers

Ctrl + Shift + G


Adobe Photoshop CS4 (Windows)
Ungroup layers
Shortcut Keys for using the Layers panel

Ctrl + Shift + G


Microsoft Word 2010 (Windows)
Open the Word Count dialog box.
Review Documents

Ctrl + Shift + G