Visual Studio Code (Windows)

Editor Management

Move editor left/right

Ctrl + Shift + PgUp/PgDn

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


Firefox (MacOS)
Go Down One Screen
Navigation Controls

PgDn


Opera (Linux)
Move one screen Down
Navigation

PgDn


HoneyView 5.03 (Windows)
next image / previous image
Main Shortcuts

PgDn/ Page Up


FL Studio (Windows)
Previous channel group
Channel Window & Step Sequencer

PgDn


Presonus Studio One (Windows)
Previous/next
Presets

Alt + PgUp / PgDn


Presonus Studio One (Windows)
Page up/down
Misc.

PgUp / PgDn


FL Studio (Windows)
Zoom in / Zoom out
Playlist Action

PgUp / PgDn


FL Studio (Windows)
Zoom in / Zoom out
Piano Roll Action

PgUp / PgDn


Access 2016 (Windows)
Move down a page
Windows/Content Switching/Navigation

PgDn


Microsoft Visio 2016 (Windows)
Open the next page in drawing
Window/Navigation Shortcut

PgDn


Apple Numbers (MacOS)
Scroll one screen down
Navigation Shortcuts

PgDn


Nuke 10 (Windows)
Previous Layer
Timeline Viewer

PgDn


Nuke 10 (MacOS)
Previous Layer
Timeline Viewer

PgDn


Nuke 10 (Linux)
Previous Layer
Timeline Viewer

PgDn


Corel Painter 2017 (MacOS)
Previous frame
Navigation Shortcuts

PgDn


Corel Painter 2017 (Windows)
Previous frame
Navigation Shortcuts

PgDn


Finale (MacOS)
Down Full Screen
Navigation Shortcuts

PgDn


Finale (Windows)
Down Full Screen
Navigation Shortcuts

PgDn


Hexagon 2 (MacOS)
Increase Smoothing
General Shortcuts

PgDn


Hexagon 2 (Windows)
Increase Smoothing
General Shortcuts

PgDn


ArchiCAD 20 (Windows)
Next Tool in Toolbox
Actions

PgDn


Dynamics SL 2015 (Windows)
Moves you record by record to most recently created
General Shortcuts

PgDn


Dynamics AX 2015 (Windows)
Move to the next page of records.
Working with Forms

PgDn


Zoho Sheet (MacOS)
Down one screen
Navigate

PgDn


Anime Studio (MacOS)
Zoom(in/out)
Graph Shortcuts

PgUp / PgDn


Dynamics SL 2015 (Windows)
Move to next page (if any)
Grid/View Shortcuts

PgDn


Dynamics AX 2015 (Windows)
Move to next page of records.
Grid Controls

PgDn


ArchiCAD 20 (MacOS)
Next Tool in Toolbox
Actions

PgDn


Ace Projects (Windows)
Go to page down
Navigation Shortcuts

PgDn


Todoist (Web Application)
Navigate forward in 1-pane/2-pane View
Task Add Shortcuts(Windows 10 Only)

PgDn


GTA V Cheats (Windows)
Stunt Jump Slow Motion Speed Up/Speed down
Vehicle Controls

PgUp / PgDn


Slack (Windows)
Scroll Down
Navigation Controls

End / PgDn


Slack (MacOS)
Scroll Down
Navigation Controls

PgDn


Amazon Kindle (Windows)
Scroll the list of books down one page
Library

PgDn


Amazon Kindle (Windows)
Next Page
Reading Book

PgDn / Down Arrow


jEdit (Windows)
Extend Selection 1 Screen
Selecting Text

Shift + PgUp / PgDn


Blender 3D (Windows)
Select Previous Object Key
Object Mode

PgDn


Clarizen (Web Application)
Move focus to the Previous Timeframe for days, work week, week and month views
Calender

PgDn


Autodesk Mudbox 2017 (Windows)
Step Level Down
Subdivison and Symmetry

PgDn


Autodesk Mudbox 2017 (MacOS)
Step Level Down
Subdivison and Symmetry

PgDn


Daz 3D Bryce 7 (Windows)
Move Negative on Y-axis by 5.12 BU
Object Translation

PgDn


Daz 3D Bryce 7 (MacOS)
Move Negative on Y-axis by 5.12 BU
Object Translation

PgDn


Opera (Windows)
Move one screen Down
Navigation

PgDn


Opera (MacOS)
Move one screen Down
Navigation

PgDn


Corel Ventura 10 (Windows)
Down One Screen
Cursor Movement

PgDn


Pinnacle Studio Ultimate 20 (Windows)
Go to Next Page of StoryBoard/Timeline
Navigation

PgDn


InCopy CC (Windows)
Go to first/last page (Layout view)
Navigation Shortcuts

Ctrl + Shift + PgUp/PgDn


InCopy CC (Windows)
Go to previous/next page (Layout view)
Navigation Shortcuts

Shift + PgUp/PgDn


InCopy CC (MacOS)
Go to first/last page (Layout view)
Navigation Shortcuts

Command + Shift + PgUp/PgDn


InCopy CC (MacOS)
Go to previous/next page (Layout view)
Navigation Shortcuts

Shift + PgUp/PgDn


Corel Quattro Pro X8 (Windows)
Move Down One Screen
EditMode Shortcuts

PgDn


InCopy CC (Windows)
Scroll up/down one screen
Navigation Shortcuts

PgUp / PgDn


InCopy CC (Windows)
Go to first/last spread
Navigation Shortcuts

Alt + Shift + PgUp / PgDn


InCopy CC (Windows)
Go to first previous/ next spread
Navigation Shortcuts

Ctrl + Alt + PgUp / PgDn


InCopy CC (MacOS)
Scroll up/down one screen
Navigation Shortcuts

PgUp / PgDn


InCopy CC (MacOS)
Go to first/last spread
Navigation Shortcuts

Option + Shift + PgUp / PgDn


InCopy CC (MacOS)
Go to first previous/ next spread
Navigation Shortcuts

Command + Option + PgUp / PgDn


Corel Quattro Pro X8 (Windows)
Show Previous/Next Spreadsheet
Print Preview

PgUp / PgDn


iBooks (MacOS)
Go to Next Page/Image/Object
Keyboard Controls

Right Arrow / Down Arrow / PgDn


Kingsoft Spreadsheets 2016 (Windows)
Select Cell in Next Screen in Same Column
Navigation Shortcuts

PgDn


InCopy CC (MacOS)
Move to first/last cell in column
Tables

Option + PgUp / PgDn


InCopy CC (MacOS)
Move to first/last row in frame
Tables

PgUp / PgDn


InCopy CC (Windows)
Move to first/last cell in column
Tables

Alt + PgUp / PgDn


Lightworks (Windows)
Scroll Down
31 Shortcuts for Lightworks (Windows)

PgDn


InCopy CC (Windows)
Move to first/last row in frame
Tables

PgUp / PgDn


InCopy CC (MacOS)
Scroll structure pane up/down one screen
Working with XML

PgUp / PgDn


InCopy CC (Windows)
Scroll structure pane up/down one screen
Working with XML

PgUp / PgDn


Adobe Captivate 2017 (MacOS)
Scroll to the next slide
General and Miscellaneous Shortcuts

PgDn


Informix Genero 2.5.0 (Windows)
Down one screen
Cursor Movement Shortcuts

PgDn


Adobe Captivate 2017 (Windows)
Scroll to the next slide
General and Miscellaneous Shortcuts

PgDn


FxPro (Windows)
Fast Chart Scrolling to Right
Navigation and Scrolling

PgDn


Informix Genero 2.5.0 (Windows)
Select to top of window
Selection Shortcuts

Ctrl + Shift + PgUp


Notes 9.0 (Windows)
Navigate Pages in Calender
26 Shortcuts for Notes 9.0 (Windows)

PgUp / PgDn


PotPlayer (Windows)
Play Next File
Standard Keyboard Controls

PgDn


MPS 2017 (Windows)
Move the caret up to the page bottom, selecting the text
Basic Editing

Ctrl + Shift + PgUp


MPS 2017 (Windows)
Move the caret one Page down
Basic Editing

PgDn


MetaTrader MT4 (Windows)
Fast Chart Scrolling to Right
Navigation

PgDn


KMPlayer (Windows)
Next
General

PgDn


TVPaint Animation (Windows)
Rotate Workspace
89 Shortcuts for TVPaint Animation (Windows)

Ctrl + Shift + PgUp / Ctrl + Shift + PgDn


CityEngine (Windows)
Select lower level in Local Edits Tool
48 Shortcuts for CityEngine (Windows)

PgDn


CityEngine (MacOS)
Select lower level in Local Edits Tool
48 Shortcuts for CityEngine (MacOS)

PgDn


Delphi 10 (Windows)
Selects from the cursor position to the top of the screen
193 Shortcuts for Delphi 10 (Windows)

Ctrl + Shift + PgUp


KiCAD (Linux)
Switch to Cooper Layer
PCB

PgDn


FEKO (Windows)
Move down one page
General EDITFEKO Shortcuts

PgDn


KiCAD (Windows)
Switch to Cooper Layer
PCB

PgDn


FEKO (Linux)
Move down one page
General EDITFEKO Shortcuts

PgDn


KiCAD (MacOS)
Switch to Cooper Layer
PCB

PgDn


gThumb (Linux)
Scroll downwards through the thumbnails
Navigation

Down Arrow / PgDn


Netflix (Web Application)
Pause
10 Shortcuts for Netflix (Web Application)

PgDn


CamBam (Windows)
Zoom in
32 Shortcuts for CamBam (Windows)

PgDn / Numpad +


Aspire (Windows)
Horizontally tiles the 2D View and the 3D View window so you can see them both simultaneously. Currently Selected window is at the top – typically best to select the 2D View first when doing this.
Node Editing

PgDn