Visual Studio Code (Windows)

Basic editing

Insert line below

Ctrl + ⤶ Enter

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


Xyplorer
Open Focused Item
File Menu

Ctrl + ⤶ Enter


Todoist
Submit comment
Todoist for Android – global shortcuts

Ctrl + ⤶ Enter


Affinity Photo
Convert to Curves
Vector-specific

Ctrl + ⤶ Enter


Webflow
Add class to selected element
Style panel

Ctrl + ⤶ Enter


Dropbox Paper
Post comment
Editing

Ctrl + ⤶ Enter


App Maker
Open the code-completion documentation. The code-completion window must be open
Code editor shortcuts

Ctrl + ⤶ Enter


RStudio
Run current line/selection
Source

Ctrl + ⤶ Enter


EasyWorship
Create a new slide or break a slide into two slides
Editor

Ctrl + ⤶ Enter


JS Bin
Run code and send live reload
Application level

Ctrl + ⤶ Enter


Google Chrome
Press this after typing site name to add www. and .com to a site name, and open it in the current tab
Address bar

Ctrl + ⤶ Enter


Gitter
Send message when in compose mode
Chat mode shortcuts

Ctrl + ⤶ Enter


ProtonMail
Send the message
General - Composer

Ctrl + ⤶ Enter


Jupyter Notebook
Run cell
Edit mode

Ctrl + ⤶ Enter


Claws Mail
Send
Compose window

Ctrl + ⤶ Enter


FastMail
Send
Compose

Ctrl + ⤶ Enter


draw.io
Duplicate
Canvas

Ctrl + ⤶ Enter


QuickBooks Desktop
Record
Maneuvering

Ctrl + ⤶ Enter


WorkZone Client
Perform a search
General

Ctrl + ⤶ Enter


Trello
Save text
General

Ctrl + ⤶ Enter


Google Keep Notes
Finish editing
Editor

Ctrl + ⤶ Enter


Asana
Complete Selected Task(s)
Task Actions

Ctrl + ⤶ Enter


Freshdesk
Send the content in the text editor
Ticket view

Ctrl + ⤶ Enter


Nimbus Screenshot (Chrome extension)
Send to Nimbus / Slack
General

Ctrl + ⤶ Enter


Remember the Milk
Save a task's note when editing it
Actions

Ctrl + ⤶ Enter


Ace Editor
Enter full screen
Other

Ctrl + ⤶ Enter


PyCharm 2018.2
In the editor: Intelligently split the current line into 2 lines, shifting quotes, etc. as necessary.
General

Ctrl + ⤶ Enter


Adobe Bridge CC
Compact mode
View menu

Ctrl + ⤶ Enter


Evernote for Windows
Open In a New Window
Note Editor

Ctrl + ⤶ Enter


Quicken 2018
Record a transaction
Register and Write Checks

Ctrl + ⤶ Enter


Adobe Illustrator
Apply a value and scale option proportionately for width or height
Transform panel

Ctrl + ⤶ Enter


Confluence
Publish page
Editor

Ctrl + ⤶ Enter


Adobe Lightroom Classic
Play impromptu slide show
Working in the Web module

Ctrl + ⤶ Enter


Wrike
Allows you to edit currently selected task's title on the List View
General

Ctrl + ⤶ Enter


JAWS
Jump to next table
Table layer

Ctrl + ⤶ Enter


Bluebeam Revu
Presentation
Viewing

Ctrl + ⤶ Enter


jEdit
Display the action bar and give it keyboard focus.
Action bar

Ctrl + ⤶ Enter


CorelDRAW Graphics Suite 2018
Bring up Property Bar
General

Ctrl + ⤶ Enter


Discord
Answer incoming call
General

Ctrl + ⤶ Enter


Logo Accounting
In receipts and invoices, go to one line below
General

Ctrl + ⤶ Enter


Twist
Post a comment/thread
Navigation (Web, Windows)

Ctrl + ⤶ Enter


Nuke
Run script in editor
Script editor

Ctrl + ⤶ Enter


Inkscape
enter group
Selector

Ctrl + ⤶ Enter


Atom (Windows)
(Source: GitHub) github:commit
All shortcuts

Ctrl + ⤶ Enter


SimpleMind
OK
General

Ctrl + ⤶ Enter


Reddit
Submit comment / post
Actions

Ctrl + ⤶ Enter


Microsoft FrontPage
Insert code snippet.
Work with coding tools

Ctrl + ⤶ Enter


PDF-XChange Editor
Run the script written in the console window
General

Ctrl + ⤶ Enter


Microsoft Word 2016
A page break
Insert special characters

Ctrl + ⤶ Enter


JSFiddle
Run the code
General

Ctrl + ⤶ Enter


Warcraft III
Activate message prompt to "Allies" only. Press Enter again to send message
Game commands

Ctrl + ⤶ Enter


E-Sword
Insert page break Editors only
General

Ctrl + ⤶ Enter


Chromebook and Chrome OS
Add www. and .com to your input in the address bar, then open the page
Page and web browser

Ctrl + ⤶ Enter


Microsoft Visual Studio 2017 (Most used shortcuts)
[Text Editor] Edit.LineOpenAbove
Edit

Ctrl + ⤶ Enter


Adobe XD (Windows)
Preview
Window menu

Ctrl + ⤶ Enter


IntelliJ IDEA (Windows, Linux)
View source
Navigation

Ctrl + ⤶ Enter


Kdenlive
Render
Editing

Ctrl + ⤶ Enter


Hearthstone
End turn
3rd party program: Hotkeys

Ctrl + ⤶ Enter


Comodo IceDragon
Complete .com Address
Miscellaneous

Ctrl + ⤶ Enter


LibreOffice Calc
To insert a manual line break in a cell, click in the cell, and then press Ctrl + Enter
General

Ctrl + ⤶ Enter


Brackets
Open Line Below
General

Ctrl + ⤶ Enter


LibreOffice Base
Inserts the selected control
Creating Basic dialogs

Ctrl + ⤶ Enter


LibreOffice Draw
Enters text mode if a text object is selected. If there are no text objects or if you have cycled through all of the text objects on the page, a new page is inserted
Shortcut keys specific to drawings

Ctrl + ⤶ Enter


LibreOffice Impress
Moves to the next text object on the slide
General

Ctrl + ⤶ Enter


Microsoft PowerPoint (Creating presentations)
Move to the next title or body text placeholder. If it is the last placeholder on a slide, this action inserts a new slide with the same slide layout as the original slide.
Move around in text

Ctrl + ⤶ Enter


LibreOffice Writer
Manual page break
General

Ctrl + ⤶ Enter


WriteMonkey
Insert line after
Editing

Ctrl + ⤶ Enter


Google Sheets (Android)
Fill range
Common actions

Ctrl + ⤶ Enter


LibreOffice
(at the Selection icon) Activates the first drawing object in the document.
Drawing objects

Ctrl + ⤶ Enter


Google Sheets
Fill range
Common actions

Ctrl + ⤶ Enter


MindMeister
Edit Caption
Select and edit

Ctrl + ⤶ Enter


Medium
Seperator
General

Ctrl + ⤶ Enter


Buffer
Reply, close and go to next
Composer

Ctrl + ⤶ Enter


Qt Creator
Insert line below current line
Editing

Ctrl + ⤶ Enter


Google+
Post automatically
Action keys

Ctrl + ⤶ Enter


Guitar Pro
Force line break
Bar - General

Ctrl + ⤶ Enter


Maple
Insert Page Break
Menu accelerators

Ctrl + ⤶ Enter


Basecamp
Send message
Editing

Ctrl + ⤶ Enter


WinNc
Inserts the selected filename on to the commandline
General

Ctrl + ⤶ Enter


Sublime Text
Insert line after
Editing

Ctrl + ⤶ Enter


Git Tower (Windows)
Confirm commit dialog
Working copy & local changes

Ctrl + ⤶ Enter


Multi Commander
Start a Search
File Search

Ctrl + ⤶ Enter


Freemind
Follow link
Node navigation commands

Ctrl + ⤶ Enter


The Bat!
Send message
Message Editor

Ctrl + ⤶ Enter


Delphi
Open file at cursor
General

Ctrl + ⤶ Enter


WPS Office
Fills the selected cell range with the current entry
General

Ctrl + ⤶ Enter


Maxthon
Toggle highlighting of search keywords on the active page
Search bar

Ctrl + ⤶ Enter


Visual Studio Code (Linux)
Insert line below
Basic editing

Ctrl + ⤶ Enter


MediaMonkey
Play (selected tracks) after others
General

Ctrl + ⤶ Enter


Zimbra Web Client
Send
Quick reply (only in chat view)

Ctrl + ⤶ Enter


Microsoft Visual Studio 2017 (All shortcuts)
Edit.LineOpenAbove
Text Editor

Ctrl + ⤶ Enter


Microsoft Internet Explorer 11
Add www. to the beginning and .com to the end of text typed in the Address bar
Address bar

Ctrl + ⤶ Enter


Outlook.com
Send email
Compose

Ctrl + ⤶ Enter


Microsoft Access 2016
Insert a new line in a Short Text or Long Text field
Edit text or data: Enter data in a Datasheet or Form view

Ctrl + ⤶ Enter


Microsoft Excel 2016
fills the selected cell range with the current entry
Other useful shortcut keys

Ctrl + ⤶ Enter


GOM Player
Full stretch screen
Window size

Ctrl + ⤶ Enter


CoffeeCup HTML Editor
Paragraph
Format

Ctrl + ⤶ Enter


Everything
Open the path of the selected item
Result list

Ctrl + ⤶ Enter


Notepad++
Launch word completion ListBox
Edit menu

Ctrl + ⤶ Enter


Outlook 2016 and Outlook 2013
Send
Mail

Ctrl + ⤶ Enter


foobar2000
Properties
Predefined shortcuts

Ctrl + ⤶ Enter


MusicBee
Queue last
General

Ctrl + ⤶ Enter


Trillian
Create a new line
General

Ctrl + ⤶ Enter


Firefox Quantum
Complete .com address
Miscellaneous

Ctrl + ⤶ Enter


SQL Server Management Studio (SSMS)
Insert a blank line above the cursor
Text manipulation in code editor

Ctrl + ⤶ Enter


WinSCP
Insert names of selected files to command line
File panels

Ctrl + ⤶ Enter


Android Studio
Smart line split
Writing code

Ctrl + ⤶ Enter


Microsoft Groove
Select an item and enter selection mode
General

Ctrl + ⤶ Enter


Yahoo Mail
Send message
Compose

Ctrl + ⤶ Enter


Mozilla Thunderbird
Send message now
Writing messages

Ctrl + ⤶ Enter


PhotoScape
Start slideshow
Viewer

Ctrl + ⤶ Enter


Microsoft OneNote
Create a row below the current row in a table
Add items to a page

Ctrl + ⤶ Enter


Gmail
Send
Compose and chat

Ctrl + ⤶ Enter


Notepad2
New line with toggled auto indent option
Editing

Ctrl + ⤶ Enter


Opera
Autocomplete Web address, by default adds "www." and ".com"
Address bar keys

Ctrl + ⤶ Enter


Microsoft Edge
Add www. to the beginning and .com to the end of text typed in the address bar
General

Ctrl + ⤶ Enter


Twitter
Send the tweet you've just written
General

Ctrl + ⤶ Enter


HeidiSQL
Post
Data

Ctrl + ⤶ Enter


DBeaver 6.0.3
Open recent SQL editor for current connection (***). Opens last modified script or creates a new script
Database Navigator

Ctrl + ⤶ Enter


Scrivener 1.9.9
Play / Pause action
View

Ctrl + ⤶ Enter


Xactimate
Open Level Properties
Additional shortcut keys

Ctrl + ⤶ Enter