Visual Studio Code (Windows)

Navigation Shortcuts

Navigate editor group history

Ctrl + Shift + Tab

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 (Linux)
Jump to previous browser tab
Navigation

Ctrl + Shift + Tab / Ctrl + Page Up


Google Chrome (Windows)
Switch to the previous tab
Manage Tabs

Ctrl + Shift + Tab / Ctrl + Page Down


Firefox (Windows)
Jump to previous browser tab
Navigation

Ctrl + Shift + Tab / Ctrl + Page Up


Microsoft OneNote 2010 (Windows)
Go to the next / previous section.
Managing Pages, Notebooks and Sections

ctrl + tab / ctrl + shift + tab


Access 2010 (Windows)
Switch to next tab / switch to previous tab in a dialog box
Manage Access Features - Dialog Boxes

Ctrl + Tab / Ctrl + Shift + Tab


Unity3D 3 (Windows)
Next window / previous window
Window

Ctrl + Tab / Ctrl + Shift + Tab


Firefox (MacOS)
Previous Tab
Window and Tabs

Ctrl + Shift + Tab


Microsoft Excel 2010 (Windows)
Switch to the next/ previous tab in dialog box.
Work with Data Selections - Dialog Boxes

Ctrl + Tab / Ctrl + Shift + Tab


Google Chrome (Linux)
Switch to the next / previous tab (or use ctrl+page up/ctrl+page down)
Manage Tabs

Ctrl + Tab / Ctrl + Shift + Tab


SharpDevelop 4.0 (Windows)
Goto previous window
Manage Windows

Ctrl + Shift + Tab


Access 2010 (Windows)
In subdatasheet: Exit to next / to previous record
Manage Access Features - Navigate in Datasheet, Subdatasheet, and Form View

Ctrl + Tab / Ctrl + Shift + Tab


Mindjet Mindmanager 2012 (Windows)
Next/previous open map (Tab: Win default to cycle open documents within a program.)
Most used - Move topics

Ctrl + Tab / Ctrl + Shift + Tab / Alt + arrow left/right


Microsoft PowerPoint 2003 (Windows)
Switch to the previous tab in a dialog box
40 Shortcuts for Microsoft PowerPoint 2003 (Windows)

Ctrl + Shift + Tab / Ctrl + Page Up


Mindjet Mindmanager 2012 (Windows)
Next/previous open map (Tab: Win default to cycle open documents within a program.)
Reorganizing - Move topics

Ctrl + Tab / Ctrl + Shift + Tab / Alt + arrow left/right


Opera (Linux)
Cycle backwards through tabs in Tab Menu
Tabs

Ctrl + Shift + Tab


Total Commander 8 (Windows)
Jump to next tab / jump to previous tab
Main Shortcuts

Ctrl + Tab / Ctrl + Shift + Tab


Microsoft Excel 2010 (Windows)
Switch to the next/ previous tab in dialog box.
Insert and Edit Data - Dialog Boxes

Ctrl + Tab / Ctrl + Shift + Tab


Access 2010 (Windows)
Switch to next tab / switch to previous tab in a dialog box
Working with Text and Data - Dialog Boxes

Ctrl + Tab / Ctrl + Shift + Tab


Sublime Text (Windows)
Move to next/ previous open tab by stack (order they were opened)
Manage Sublime Window, Files and Tabs

Ctrl + Tab / Ctrl + Shift + Tab


Microsoft Excel 2011 (MacOS)
When a toolbar is active, select the previous toolbar
Toolbars

Ctrl + Shift + Tab


Microsoft Windows 7 (Windows)
Move forward / move backwards through tabs
Dialog Boxes

Ctrl + Tab / Ctrl + Shift + Tab


Oracle SQL Developer 4 (Windows)
Next File/ Previous File
Window

Ctrl + Tab / Ctrl + Shift + Tab


Access 2010 (Windows)
In subdatasheet: Exit to next / to previous record
Working with Text and Data - Navigate in Datasheet, Subdatasheet, and Form View

Ctrl + Tab / Ctrl + Shift + Tab


AutoCAD 2012 (Windows)
Switch to next / switch to previous drawing
Manage Drawings

Ctrl + Tab / Ctrl + Shift + Tab


Microsoft Excel 2011 (MacOS)
Switch to the previous tab in a dialog box
Dialog boxes

Ctrl + Shift + Tab


Microsoft Excel 2010 (Windows)
Switch to the next/ previous tab in dialog box.
Format Data - Dialog Boxes

Ctrl + Tab / Ctrl + Shift + Tab


Microsoft PowerPoint 2010 (Windows)
Switch to the previous tab in a dialog box.
Work with Dialog Boxes

Ctrl + Shift + Tab


Access 2010 (Windows)
Switch to next tab / switch to previous tab in a dialog box
Working with Access Views - Dialog Boxes

Ctrl + Tab / Ctrl + Shift + Tab


Virtual DJ (Windows)
Menu -1
All Shortcuts

Ctrl + Shift + Tab


Microsoft Excel 2010 (Windows)
Switch to the next/ previous tab in dialog box.
Formulas and Names - Dialog Boxes

Ctrl + Tab / Ctrl + Shift + Tab


Access 2010 (Windows)
In subdatasheet: Exit to next / to previous record
Working with Access Views - Navigate in Datasheet, Subdatasheet, and Form View

Ctrl + Tab / Ctrl + Shift + Tab


Qt Creator (Windows)
Previous open document / Next open document in history
General

Ctrl + Tab / Ctrl + Shift + Tab


Qt Creator (MacOS)
Previous open document / Next open document in history
General

Ctrl + Tab / Ctrl + Shift + Tab


Adobe Acrobat Pro (Windows)
Move focus to the previous panel in the Task pane
Navigation - Navigating task panes

Ctrl + Shift + Tab


Beyond Compare (Windows)
Previous tab
Misc.

Ctrl + Shift + Tab


Comsol 5 (Windows)
Switch focus to the previous window on the desktop
Model Tree

Ctrl + Shift + Tab


Comsol 5 (Linux)
Switch focus to the previous window on the desktop
Model Tree

Ctrl + Shift + Tab


Comsol 5 (MacOS)
Switch focus to the previous window on the desktop
Model Tree

Ctrl + Shift + Tab


Microsoft Excel 2013 (Windows)
Move to next / previous workbook window
Manage Multiple Workbooks

Ctrl + Tab / Ctrl + Shift + Tab


Notepad++ 6 (Windows)
Previous Document (also shows list of open files). Can be disabled - see above.
File menu

Ctrl + Shift + Tab


Microsoft Excel 2013 (Windows)
Select the PivotTable toolbar
Pivot Tables

Ctrl + Tab / Ctrl + Shift + Tab


Microsoft Excel 2013 (Windows)
Switch to the next/ previous tab in dialog box
Dialog Boxes

Ctrl + Tab / Ctrl + Shift + Tab


Microsoft Windows 10 (Windows)
Move forward / move backwards through tabs
Windows Dialog Boxes

Ctrl + Tab / Ctrl + Shift + Tab


Access 2010 (Windows)
Switch to next tab / switch to previous tab in a dialog box
The Rest - Dialog Boxes

Ctrl + Tab / Ctrl + Shift + Tab


Microsoft Excel 2010 (Windows)
Switch to the next/ previous tab in dialog box.
The Rest - Dialog Boxes

Ctrl + Tab / Ctrl + Shift + Tab


Microsoft Excel 2010 (Windows)
Move to next / previous workbook window.
Manage Multiple Workbooks

Ctrl + Tab / Ctrl + Shift + Tab


Microsoft OneNote 2016 (Windows)
Go to next/ previous section
Manage Pages, Notebooks and Sections

Ctrl + Tab / Ctrl + Shift + Tab


Skype for Business (Lync) 2016 (Windows)
Switch to the next tab / switch to previous tab
Tabbed conversations

Ctrl + Tab / Ctrl + Shift + Tab


Console2 (Windows)
Previous tab
30 Shortcuts for Console2 (Windows)

Ctrl + Shift + Tab


Access 2010 (Windows)
In subdatasheet: Exit to next / to previous record
The Rest - Navigate in Datasheet, Subdatasheet, and Form View

Ctrl + Tab / Ctrl + Shift + Tab


Microsoft Edge Browser (Windows)
Switch to the previous tab
Navigation

Ctrl + Shift + Tab


Access 2016 (Windows)
Switch to the previous tab in dialog box
Windows/Content Switching/Navigation

Ctrl + Shift + Tab


Microsoft PowerPoint 2016 (Windows)
Switch Thumbnail/Outline View Pane
Navigation Operation

Ctrl + Shift + Tab


Dynamics GP 2015 (Windows)
Move to previous toolbar command
Tools Shortcuts

Ctrl + Shift + Tab


Dynamics AX 2015 (Windows)
Move to the previous Tab when a control on a Tab has focus).
Working with Forms

Ctrl + Shift + Tab


Adobe Photoshop CC (Windows)
Cycle forwards/ backwards through open documents
Manage Views

Ctrl + Tab / Ctrl + Shift + Tab


Microsoft Projects 2016 (Windows)
Switch to the previous Tab in a dialog box.
Working with dialog boxes

Ctrl + Shift + Tab


Adobe Dreamweaver (Windows)
Previous Document
Coding Shortcuts

Ctrl + Shift + Tab


Cloud9 (Windows)
Previous Tab
Tabs

Ctrl + Shift + Tab


Kingsoft Spreadsheets 2016 (Windows)
Go to Previous Tab
Navigation Shortcuts

Ctrl + Shift + Tab


Kingsoft Writer 2016 (Windows)
Switch to Previous Document Tab
Navigation Shortcuts

Ctrl + Shift + Tab


vSphere Client (Windows)
Cycle backward through Tabs
vCenter Navigation Shortcuts

Ctrl + Shift + Tab


Brackets (Windows)
Previous Document
99 Shortcuts for Brackets (Windows)

Ctrl + Shift + Tab


Zerodha Trader (Windows)
Change between Marketwatch
For Market Watch and Other Settings on User Interface

Ctrl + Shift + Tab


XYplorer (Windows)
Cycle Tabs Backward
Navigation

Ctrl + Shift + Tab


Maxthon (Web Application)
Switch tabs in the reverse order
Switch tabs

Ctrl + Shift + Tab


VideoPad Video Editor (Windows)
Select previous bin
Tools

Ctrl + Shift + Tab


Libreoffice Writer (Windows)
Use previous suggestion with Automatic Word Completion
General

Ctrl + Shift + Tab


Quickbooks Desktop (Windows)
Go to next / go to previous Window with multiple sub-windows open
Access Main Functions / Windows

Ctrl + Tab / Ctrl + Shift + Tab


Delphi 10 (Windows)
Switch to the previous open file in the editor
193 Shortcuts for Delphi 10 (Windows)

Ctrl + Shift + Tab


Xamarin Studio (MonoDevelop) (MacOS)
Previous Document
Window

Ctrl + Shift + Tab


SolidWorks (Windows)
Cycle between documents-backwards
Miscellaneous Shortcuts

Ctrl + Shift + Tab


CodeLite 10 (Windows)
Activate previous open file
Files

Ctrl + Shift + Tab


Comodo IceDragon (Windows)
Previous Tab
Windows and Tabs

Ctrl + Shift + Tab


gEDA (Linux)
Exchange the roles of front and far side
ViewPort

Ctrl + Shift + Tab


SpaceClaim (Windows)
Display previous Design window
71 Shortcuts for SpaceClaim (Windows)

Ctrl + Shift + Tab


gEDA (Linux)
View: exchange the roles of front side and far side
Other Important Shortcuts

Ctrl + Shift + Tab


Brave Browser (Windows)
Previous Tab
Tabs and Windows

Ctrl + Shift + Tab


Balsamiq Mockups (Windows)
Looping through the open files in Mockups for Desktop
Working with Mockup Files

Ctrl + Tab / Ctrl + Shift + Tab


ComplyPro 2017B (Windows)
Navigate between main grid, links grid and details panel in the reverse direction
Navigation

Ctrl + Shift + Tab


MindManager v19 (Windows)
Next/previous open map (Tab: Win default to cycle open documents within a program.)
Most used - Move topics

Ctrl + Tab / Ctrl + Shift + Tab / Alt + arrow left/right


MindManager v19 (Windows)
Next/previous open map (Tab: Win default to cycle open documents within a program.)
Reorganizing - Move topics

Ctrl + Tab / Ctrl + Shift + Tab / Alt + arrow left/right


Microsoft Word 2010 (Windows)
Cycle backwards through available pages
Navigate within Documents - Dialog boxes

Ctrl + Shift + Tab


Internet Explorer (Windows)
Jump to next / jump to previous browser tab.
Tabbed Browsing main

Ctrl + Tab / Ctrl + Shift + Tab


Microsoft Outlook 2007 (Windows)
Move between the Navigation Pane, the main Outlook window, the Reading Pane, and the To-Do Bar.
Basic Navigation

F6 / Ctrl + Shift + Tab


Microsoft Excel 2007 (Windows)
Switches to the previous tab in a dialog box.
Navigating in Worksheets and Selecting Cells

Ctrl + Shift + Tab


Open Office Writer 3 (Windows)
Use previous suggestion with Automatic Word Completion
General OpenOffice Writer Shortcuts

Ctrl + Shift + Tab


Microsoft Word 2010 (Windows)
Cycle backwards through available pages
Edit Documents - Dialog boxes

Ctrl + Shift + Tab


Microsoft Word 2010 (Windows)
Cycle backwards through available pages
Formats - Dialog boxes

Ctrl + Shift + Tab


Microsoft Word 2010 (Windows)
Cycle backwards through available pages
Manage Word View - Dialog boxes

Ctrl + Shift + Tab


Microsoft Word 2010 (Windows)
Cycle backwards through available pages
Tables - Dialog boxes

Ctrl + Shift + Tab