Visual Studio Code (Windows)

Editor Management

Move active editor group

Ctrl + K then Left Arrow/Right Arrow

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)
Forward 15 seconds
Media Control

Right Arrow


Adobe Illustrator CS5 (MacOS)
Move one character right or left
Working with Type

Right Arrow / Left Arrow


Adobe Illustrator CS5 (Windows)
Move one character right or left
Working with Type

Right Arrow / Left Arrow


Virtual DJ (Windows)
Nudge -256
All Shortcuts

Right Arrow


Virtual DJ (Windows)
skip_beat +4
All Shortcuts

Right Arrow


Corel VideoStudio X9.5 (Windows)
Select Next Clip
Runtime Shortcuts

Right Arrow


Plex (Windows)
Move Right
Graphics(Audio/Video) Control

Right Arrow


Safari Browser (MacOS)
Scroll page horizontally
Navigation/Scroll Operation

Left/Right Arrow


Plex (MacOS)
Move Right
Graphics(Audio/Video) Control

Right Arrow


Plex (Windows)
Navigate Right
Navigation Controls

Right Arrow


Plex (MacOS)
Navigate Right
Navigation Controls

Right Arrow


Apple Numbers (MacOS)
Go to next sheet if selected in sheets pane
Navigation Shortcuts

Right Arrow / Down Arrow


Adobe Premiere CC (Windows)
Step forward
Panel Shortcuts

Right arrow


Adobe Premiere CC (MacOS)
Step forward
Panel Shortcuts

Right arrow


Nuke 10 (Windows)
Frame Forward
Timeline Viewer

Right Arrow


Nuke 10 (MacOS)
Frame Forward
Timeline Viewer

Right Arrow


Nuke 10 (Linux)
Frame Forward
Timeline Viewer

Right Arrow


Anime Studio (Windows)
Forward
General Shortcuts

Right arrow


Hexagon 2 (MacOS)
Turn Right
General Shortcuts

Right Arrow


Hexagon 2 (Windows)
Turn Right
General Shortcuts

Right Arrow


iMovie (MacOS)
Move the palyhead by one frame
Play video

Left arrow / Right arrow


Dynamics NAV 2015 (Windows)
Move to the next Character or Field
Normal Shortcuts

Right Arrow


Anime Studio (MacOS)
Forward
General Shortcuts

Right arrow


Apple Pages (MacOS)
Move one character to the right
Moving around within a document

Right Arrow


ArchiCAD 20 (Windows)
Scroll Right
Actions

Right Arrow


Finder (MacOS)
Open the selected folder. This works only when in list view.
General

Right Arrow


Windows Movie Maker (Windows)
Select next item
On timeline

Right arrow


Apple Motion (MacOS)
Go to the next frame
Mark Menu

Right Arrow


Wondershare Editor (Windows)
Go to previous frame
Preview

Right arrow


iMovie (MacOS)
Forward one frame
Navigation

Right Arrow


Dynamics SL 2015 (Windows)
Move to next field
Grid/View Shortcuts

Tab / Right Arrow


Dynamics AX 2015 (Windows)
Expand the current node
Working with AOT

Right Arrow


Apple Photos (Windows)
Go to next photo
Edit

Right Arrow


ArchiCAD 20 (MacOS)
Scroll Right
Actions

Right Arrow


Ace Projects (Windows)
Go to right
Navigation Shortcuts

Right Arrow


Microsoft Projects 2016 (Windows)
Move one character to the right.
Moving around cells/text

Right Arrow


1Password (MacOS)
Show item details.
1Password Mini App Shortcuts

Right Arrow


CyberLink PhotoDirector 8 (Windows)
Go to next photo
FIle / Project features

Right arrow


Adobe Acrobat Pro (MacOS)
Next page
Navigation - Navigating a PDF

Right Arrow / Command + Page Down


Adobe Acrobat Pro (MacOS)
Expand the current bookmark (focus on Bookmarks panel)
Navigation - Navigation panels

Right Arrow / Shift + [ + ]


Autodesk 3ds Max 2017 (Windows)
Go forward to sibling
Material editor

Right Arrow


Adobe Acrobat Pro (MacOS)
Navigate through the other controls in the top bar - Home, Tools, Document
Navigation

Right Arrow / Left Arrow / Tab / Shift + Tab


Final Cut Pro (MacOS)
Forward one frame
Navigation

Right arrow


Adobe Acrobat Pro (MacOS)
Selects the next or previous column header for sorting
PDF Portfolios

Left Arrow / Right Arrow


ZenDesk (Windows)
Move Right
Navigation Shortcuts

Right Arrow


GitLab (Web Application)
Scroll Right
NetWork Graph Shortcuts

L / Right Arrow


TextMate 2 (MacOS)
Move Column Up/Down
General Shortcuts

Command + Ctrl + Left Arrow / Right Arrow


Final Cut Pro (MacOS)
Oepn bins
Browser

Right arrow


Mac OS Sierra 10.12 (MacOS)
Open the selected folder. This works only when in list view.
Finder Shortcuts

Right Arrow


TextMate 2 (MacOS)
Navigate Tabs
General Shortcuts

Command + Option + Left Arrow / Right Arrow


TextMate 2 (MacOS)
Scroll Column Up/Down
General Shortcuts

Command + Option + Ctrl + Left Arrow / Right Arrow


Slack (MacOS)
Move between Channels
Unread Navigation

Left Arrow / Right Arrow


Slack (Windows)
Move between Channels
Unread Navigation

Left Arrow / Right Arrow


Google Photos (Web Application)
Next Photo
General Shortcuts

Right Arrow


GTA V Cheats (Windows)
Phone Right
Cellphone Controls

Right Arrow


Amazon Kindle (Windows)
Move the focus of the book to the right of the current selection
Library

Right Arrow


Zimbra Collaboration Suite 8 (Windows)
Next Page of Items
Application

Right Arrow


Logic Pro X (MacOS)
Next/Previous Event
Score Editor

Right Arrow / Left Arrow


Zimbra Collaboration Suite 8 (Windows)
Show Submenu of Current Item
PopUp Menus

Right Arrow


Zimbra Collaboration Suite 8 (Windows)
Focus on Next Button
Horizontal Toolbars

Right Arrow


Zoho Mail (Web Application)
Collapse Folder
Default Keyboard Shortcuts

Right Arrow


Clarizen (Web Application)
Close Sub menu if in Focus
Navigation

Right Arrow


Clarizen (Web Application)
Moves the selected cell one cell to the Right if Entire Row is Highlighted
Main Grid

Tab / Right Arrow


Blender 3D (Windows)
Go to Next Frame
Universal

Right Arrow


Podio (Web Application)
Move between Items in App
MIscellaneous Shortcuts

Left Arrow / Right Arrow


Adobe Bridge CC (MacOS)
Move Right one item
35 Shortcuts for Adobe Bridge CC (MacOS)

Right Arrow


Adobe Bridge CC (Windows)
Move Right one item
35 Shortcuts for Adobe Bridge CC (Windows)

Right Arrow


Clarizen (Web Application)
Moves the selected cell one cell to the Right in days for days, work week, week and month views
Calender

Right Arrow


Clarizen (Web Application)
Moves between dates
Range Filter

Left Arrow / Right Arrow


Zoho Projects (Windows)
To Navigate Task Lists and Milestones
Other Actions

Left Arrow / Right Arrow


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

Right Arrow


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

Right Arrow


Fifa Football 17 (Windows)
Mentality
Attacking (Keyboard + Mouse )

Lest arrow / RIght arrow


Fifa Football 17 (Windows)
Mentality
Defending (Mouse + Keyboard)

Left arrow / Right arrow


Opera (Windows)
Move one character to the right
Navigation

Right Arrow


Opera (MacOS)
Move one character to the right
Navigation

Right Arrow


Corel Ventura 10 (Windows)
Move one Character
Cursor Movement

Left Arrow / Right Arrow


Pinnacle Studio Ultimate 20 (Windows)
Select Next Clip
Navigation

Right Arrow


Blender 3D (Windows)
Move Text Cursor 1 Position Forward
Font

Right Arrow


Steinberg Cubase 9 (Windows)
Right
Navigate

Right arrow


Steinberg Cubase 9 (MacOS)
Right
Navigate

Right arrow


Corel Draw X8 (Windows)
Nudge right
Objest Nudge Commands

RIght arrow


InCopy CC (Windows)
Move right/left one character
Navigation Shortcuts

Right Arrow / Left Arrow


InCopy CC (MacOS)
Move right/left one character
Navigation Shortcuts

Right Arrow / Left Arrow


HTML-Kit (Windows)
Select From current Position to Previous/Next Word
87 Shortcuts for HTML-Kit (Windows)

Ctrl + Shift + Left Arrow / Right Arrow


Corel Draw X8 (Windows)
Cursor right one character
Cursor Moves Using Text Tool

RIght arrow


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

Right Arrow / Down Arrow / PgDn


Final Fantasy XV (Windows)
Point camera right
Camera

Right arrow


MAGIX Movie Edit Pro (Windows)
1 frame forward
PlayBack Functions

Right arrow


InCopy CC (MacOS)
Move to next cell
Tables

Tab / Left Arrow / Right Arrow


Houdini (Windows)
Next frame
Main Menu

Right arrow


Apple Motion (MacOS)
Move right one item in the file stack
Library

Right Arrow


InCopy CC (Windows)
Move to next cell
Tables

Tab / Left Arrow / Right Arrow


Lightworks (Windows)
To Move Next Field
31 Shortcuts for Lightworks (Windows)

Right Arrow


Garageband 10 (MacOS)
Select next region on the selected track
MIsellaneous Shortcuts

Right Arrow


InCopy CC (MacOS)
Expand/Collapse element
Working with XML

Right Arrow / Left Arrow


InCopy CC (Windows)
Expand/Collapse element
Working with XML

Right Arrow / Left Arrow


Apple Motion (MacOS)
Go to the next frame
TimeLine Editing and Navigation

Right Arrow


InCopy CC (MacOS)
Go to previous/next validation error
Working with XML

Command + Left Arrow / Right Arrow


Garageband 10 (MacOS)
Select the next score event
MIsellaneous Shortcuts

Right Arrow


InCopy CC (Windows)
Go to previous/next validation error
Working with XML

Ctrl + Left Arrow / Right Arrow


Informix Genero 2.5.0 (Windows)
Right one character
Cursor Movement Shortcuts

Right Arrow


Kingsoft Presentation 2016 (Windows)
Next Slide
SlideShow

N / Right Arrow


IBM Director (Windows)
Navigate in browser history
14 Shortcuts for IBM Director (Windows)

Alt + Left Arrow / Right Arrow


Notes 9.0 (Windows)
Navigate Tabs in Horizontal List
26 Shortcuts for Notes 9.0 (Windows)

Left Arrow / Right Arrow


FxPro (Windows)
Scroll Right
Navigation and Scrolling

Right Arrow


Tencent QQ Player (Windows)
Rewind
30 Shortcuts for Tencent QQ Player (Windows)

Right Arrow


MPS 2017 (Windows)
Move the caret one character to the right
Basic Editing

Right Arrow


PotPlayer (Windows)
5 Seconds Forward
Standard Keyboard Controls

Right Arrow


Vuze (Windows)
Scroll to the Left/Right End
General Shortcuts

Ctrl + Left Arrow / Right Arrow


Vuze (MacOS)
Scroll to the Left/Right End
General Shortcuts

Command + Left Arrow / Right Arrow


Krita Painting 3 (Windows)
Pan right
Pan

Right arrow


MetaTrader MT4 (Windows)
Chart Scrolling Right
Navigation

Right Arrow


Jetbrains CLion (Windows)
Navigate backward / navigate forward
Navigation Shortcuts

Ctrl + Alt + Left Arrow / Right Arrow


Soundforge (Windows)
Move one pixel right/left
Cursor Movements

Right Arrow / Left Arrow


Vegas Pro 14 (Windows)
Move left/right one pixel (when Quantize to Frames is turned off)
Cursor Placement,Loop Region and Time Selection

Left Arrow / Right Arrow


Vegas Pro 14 (Windows)
Move to previous/next marker
Cursor Placement,Loop Region and Time Selection

Ctrl + Left Arrow / Right Arrow


Vegas Pro 14 (Windows)
Move one frame left/right
Cursor Placement,Loop Region and Time Selection

Alt + Left Arrow / Right Arrow


Vegas Pro 14 (Windows)
Move left/right to event edit points (including fade edges)
Cursor Placement,Loop Region and Time Selection

Ctrl + Alt + Left Arrow / Right Arrow


Titanium (MacOS)
Previous/Next Word
Navigation

Option + Left Arrow / Right Arrow


ZBrush 4 (Windows)
Go to Next Camera Keyframe
Timeline

Right Arrow


Titanium (MacOS)
To Line Start/End
Navigation

Command + Left Arrow / Right Arrow


Vegas Pro 14 (Windows)
Scroll Left/Right(Press Shift to scroll quickly)
RedEye Reduction

Right Arrow / Left Arrow


iClone 7 (Windows)
Rotate by Z Axis
Item Transform

Ctrl + Left/Right Arrow


Vegas Pro 14 (Windows)
Change audio track volume or video track compositing level (when focus is on track list)
Timeline and Track List

Ctrl + Left Arrow / Right Arrow


Vegas Pro 14 (Windows)
Change audio track panning or video track fade-to-color setting (when focus is on track list and automation controls are visible)
Timeline and Track List

Ctrl + Shift + Left Arrow / Right Arrow


iClone 7 (Windows)
Go to next frame.
Timeline Shortcuts

Right Arrow


Titanium (Windows)
Previous/Next Word
Navigation

Alt + Left Arrow / Right Arrow


Titanium (Windows)
To Line Start/End
Navigation

Ctrl + Left Arrow / Right Arrow


Smite (Windows)
Turn Right
Movement Controls

Right Arrow


Smite (MacOS)
Turn Right
Movement Controls

Right Arrow


progeCAD (Windows)
Pans the drawing window view right by one unit
51 Shortcuts for progeCAD (Windows)

Right Arrow


TurboCAD (Windows)
Scroll view right
171 Shortcuts for TurboCAD (Windows)

Right Arrow


SpaceClaim (Windows)
Next view
71 Shortcuts for SpaceClaim (Windows)

Right Arrow


Foxit Reader (Windows)
Next Page
30 Shortcuts for Foxit Reader (Windows)

Right Arrow


Foxit Reader (Linux)
Next Page
30 Shortcuts for Foxit Reader (Linux)

Right Arrow


Foxit Reader (MacOS)
Next Page
30 Shortcuts for Foxit Reader (MacOS)

Right Arrow


JW Player (Windows)
Seek forward or backward by 5 seconds
8 Shortcuts for JW Player (Windows)

Right Arrow / Left Arrow


AVS Audio Editor (Windows)
Move cursor right on the Timeline
Navigation

Right Arrow


AVS Video Editor (Windows)
Next frame
Timeline Shortcuts

Right Arrow


KeyCreator (Windows)
Pan Right
Pan

Right Arrow


eMachineShop (Windows)
Nudge selected line(s) Right
38 Shortcuts for eMachineShop (Windows)

Right Arrow


Adobe Photoshop Elements (MacOS)
Move 1 character left/right, 1 line down/up, or 1 word left/right
Text

Arrow Keys / Command + Left Arrow/Right Arrow


Adobe Photoshop Elements (Windows)
Move 1 character left/right, 1 line down/up, or 1 word left/right
Text

Arrow Keys / Ctrl + Left Arrow/Right Arrow


Altium Designer (Windows)
Move 3D body right along X-axis by one Snap Grid increment
3D Body Placement Shortcuts

Right Arrow


Tupi (Windows)
Play frame by frame forward
Player Module

Right Arrow