Visual Studio Code (Windows)

Rich languages editing

Trigger suggestion

Ctrl + Space

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


Microsoft Excel 2010 (Windows)
Select the entire column.
Work with Data Selections - Select Cells

Ctrl + Space


Microsoft Word 2007 (Windows)
Remove paragraph or character formatting.
Common tasks

Ctrl + Space


Microsoft Projects 2010 (Windows)
Select current column
Navigate Gantt Chart and Select Tasks

Ctrl + Space


Emacs 23.2.1 (Linux)
Begin Selection
Edit

Ctrl + Space


Civilization V (Windows)
End Turn
General Hotkeys

Ctrl + Space


Firebug (Windows)
Focus Scripts Location Menu
Script-Panel

Ctrl + Space


Firebug (Linux)
Focus Scripts Location Menu
Script-Panel

Ctrl + Space


Microsoft Outlook 2010 (Windows)
Clear formatting (or use ctrl+shift+z)
Messages in Main View - Format Message Body

Ctrl + Space


Eclipse Helios (Windows)
Opens Content Assist (e.g. show available methods or field names)
Editing Source Code

Ctrl + Space


SharpDevelop 4.0 (Windows)
Show containing members of current object
Coding Shortcuts

Ctrl + Space


Inpage (Windows)
To switch between english and urdu mode
For Editing

Ctrl + Space


Visual Studio 2015 (Windows)
Autocomplete word from completion list (or alt+right arrow)
Code Editor - IntelliSense and Code Helper

Ctrl + Space


Access 2010 (Windows)
Select the current column
Manage Access Features - Select and move Fields or Columns

Ctrl + Space


Notepad++ 5 (Windows)
Function completion
Edit - Auto-completion

Ctrl + Space


Microsoft Excel 2010 (Windows)
Select the entire column.
Insert and Edit Data - Select Cells

Ctrl + Space


Microsoft Outlook 2010 (Windows)
Clear formatting (or use ctrl+shift+z)
Messages in Compose View - Format Message Body

Ctrl + Space


Notepad++ 5 (Windows)
Function completion
Search - Auto-completion

Ctrl + Space


Visual Studio 2015 (Windows)
Autocomplete word from completion list (or alt+right arrow)
Coding - IntelliSense and Code Helper

Ctrl + Space


Microsoft Word 2007 (Windows)
Remove manual character formatting.
Character and paragraph formatting Apply character formats

Ctrl + Space


Oracle SQL Developer 4 (Windows)
Completion Insight
Code Editor

Ctrl + Space


Microsoft Outlook 2010 (Windows)
Clear formatting (or use ctrl+shift+z)
Calendar Shortcuts - Format Message Body

Ctrl + Space


Microsoft Excel 2010 (Windows)
Select the entire column.
Format Data - Select Cells

Ctrl + Space


Visual Studio 2015 (Windows)
Autocomplete word from completion list (or alt+right arrow)
Code Snippets (Visual C# Scheme) - IntelliSense and Code Helper

Ctrl + Space


Microsoft Excel 2011 (MacOS)
Select the entire column
Selecting cells, columns, or rows

Ctrl + Space


Smartplant Review (Windows)
Pause key frame motion
Managing Smartplan Review

Ctrl + Space


Access 2010 (Windows)
Select the current column
Working with Text and Data - Select and move Fields or Columns

Ctrl + Space


Evernote (Windows)
Remove formatting
Note Editor

Ctrl + Space


Microsoft Outlook 2010 (Windows)
Select or cancel selection of active card
Business Card View

Ctrl + Space


IntelliJ (Linux)
Code completion.
Productivity

Ctrl + Space


IntelliJ (Linux)
Basic code completion (the name of any class, method or variable)
Editing

Ctrl + Space


IntelliJ (Windows)
Code completion.
Productivity

Ctrl + Space


IntelliJ (Windows)
Basic code completion (the name of any class, method or variable)
Editing

Ctrl + Space


Microsoft PowerPoint 2010 (Windows)
Remove manual character formatting, such as subscript and superscript.
Change Fonts and Formatting

Ctrl + Space


Adobe Illustrator CS5 (Windows)
Switch to Zoom tool in magnify mode
Viewing Artwork

Ctrl + Space


Microsoft Excel 2010 (Windows)
Select the entire column.
Formulas and Names - Select Cells

Ctrl + Space


Adobe Photoshop CS5 (Windows)
Temporarily switch to Zoom In tool
View Images

Ctrl + Space


Texmaker 4.0.2 (Windows)
Switch between editor and embedded viewer
Other

Ctrl + Space


FreeMind 0.9.0 (Windows)
Toggle children folded
Node editing commands

Ctrl + Space


Notepad2 (Windows)
Select word (or line)
Char, Word

Ctrl + Space


Microsoft Excel 2013 (Windows)
Select the entire column
Basic and Advanced Cell Selections

Ctrl + Space


FL Studio (Windows)
Start/Pause playback
Record / Playback / Transport

Ctrl + Space


Access 2010 (Windows)
Select the current column
Working with Access Views - Select and move Fields or Columns

Ctrl + Space


Presonus Studio One (Windows)
Locate mouse cursor
Transport Menu

Ctrl + Space


Virtual DJ (Windows)
Automix
All Shortcuts

Ctrl + Space


Microsoft Excel 2010 (Windows)
Select the entire column.
The Rest - Select Cells

Ctrl + Space


FileMaker Pro (Windows)
Insert a non-breaking space
Layout Mode Shortcuts - Delete and Edit Text

Ctrl + Space


Qt Creator (Windows)
Trigger a completion in this scope
Editor

Ctrl + Space


Qt Creator (MacOS)
Trigger a completion in this scope
Editor

Ctrl + Space


Comsol 5 (Windows)
Open list of predefined quantities for insertion in Expression fields for plotting and results evaluation
Model Tree

Ctrl + Space


Comsol 5 (Linux)
Open list of predefined quantities for insertion in Expression fields for plotting and results evaluation
Model Tree

Ctrl + Space


Comsol 5 (MacOS)
Open list of predefined quantities for insertion in Expression fields for plotting and results evaluation
Model Tree

Ctrl + Space


Autodesk Maya 2015 (Windows)
Switches between the standard view and a full-screen view
View

Ctrl + Space


Autodesk Maya 2015 (Windows)
Switch between the standard view and full-screen view of the current panels
Interfaces

Ctrl + Space


Adobe Acrobat Pro (Windows)
Change whether the row with focus is in the selection
PDF Portfolios

Ctrl + Space


Notepad++ 6 (Windows)
Launch CallTip ListBox
Edit menu

Ctrl + Space


Adobe Acrobat Pro (Windows)
Temporarily select Zoom In tool
Tools

Ctrl + Space


Sonar 2015 (Windows)
Stop with Now marker
Transport

Ctrl + Space


Access 2010 (Windows)
Select the current column
The Rest - Select and move Fields or Columns

Ctrl + Space


Microsoft Excel 2016 (Windows)
Select current column
Select Cells - Column and Row Selection

Ctrl + Space


FileMaker Pro (Windows)
Insert a non-breaking space
Text Shortcuts - Delete and Edit Text

Ctrl + Space


Android Studio (Windows)
Code Completion
General Shortcuts

Ctrl + Space


Microsoft Excel 2016 (Windows)
Select table column
Select Cells - Auto Tables

Ctrl + Space


Autodesk Maya 2017 (Windows)
Switches between the standard view and a full-screen view
View

Ctrl + Space


Autodesk Maya 2017 (Windows)
Switch between the standard view and full-screen view of the current panels
Interfaces

Ctrl + Space


Microsoft Excel 2016 (Windows)
Select current column
Format Cells - Column and Row Selection

Ctrl + Space


FileMaker Pro (Windows)
Insert a non-breaking space
Database Management Shortcuts - Delete and Edit Text

Ctrl + Space


Microsoft Excel 2016 (Windows)
Select table column
Format Cells - Auto Tables

Ctrl + Space


Microsoft Excel 2016 (Windows)
Select current column
Formulas - Column and Row Selection

Ctrl + Space


Microsoft Outlook 2016 (Windows)
Select or cancel selection of the active item
Views: Table View

Ctrl + Space


Microsoft Outlook 2016 (Windows)
Select or cancel selection of the active card
View: Business Cards/Address cards

Ctrl + Space


Microsoft Excel 2016 (Windows)
Select table column
Formulas - Auto Tables

Ctrl + Space


Microsoft Excel 2016 (Windows)
Select current column
Manage Workbooks - Column and Row Selection

Ctrl + Space


Zoho Sheet (Windows)
Select column
Selection

Ctrl + Space


Microsoft Excel 2016 (Windows)
Select table column
Manage Workbooks - Auto Tables

Ctrl + Space


Microsoft Excel 2016 (Windows)
Select current column
Excel Auto Tables and Data Forms - Column and Row Selection

Ctrl + Space


Microsoft Excel 2016 (Windows)
Select table column
Excel Auto Tables and Data Forms - Auto Tables

Ctrl + Space


Cloud9 (MacOS)
Complete
Code Manipulation

Ctrl + Space


Cloud9 (Windows)
Complete
Code Manipulation

Ctrl + Space


Microsoft Excel 2016 (MacOS)
Select the entire column
Select cells, columns, or rows

Ctrl + Space


Chief Architect (Windows)
Delete Objects
General Editing

Ctrl + Space


GOM Player (Windows)
Stop
Playback Control

Ctrl + Space


Impro-Visor (Windows)
toggle enharmonics of all chords and notes in selection
General

Ctrl + Space


CodeLite 10 (Windows)
Auto-complete / Abbreviations
Editor

Ctrl + Space / Ctrl + J


RStudio (Windows)
Attempt completion
Completions (Console and Source)

Tab / Ctrl + Space


PhpStorm
Basic code completion (Complete names of classes, methods, fields and keywords within the visibility scope)
General

Ctrl + Space


Solidworks 2019
Opens the View Selector.
Display

Ctrl + Space


dbForge SQL Complete
Open the suggestion box
General

Ctrl + Space


Geany (Linux)
Complete word
Editting

Ctrl + Space


Geany (Windows)
Complete word
Editting

Ctrl + Space


App Maker
Open the code-completion window
Code editor shortcuts

Ctrl + Space


SAP Web IDE (Windows)
Show Code Completion Suggestions
47 Shortcuts for SAP Web IDE (Windows)

Ctrl + Space


SAP Web IDE (MacOS)
Show Code Completion Suggestions
47 Shortcuts for SAP Web IDE (MacOS)

Ctrl + Space


PSPad (Windows)
Show Clips
Tools

Ctrl + Space


ChessBase 13
Insert best variation of all engines into notation
Board window

Ctrl + Space


Modo (Windows)
GL viewport view type
Pie Menus

Ctrl + Space


Assetto Corsa
Recenter view
VR (Oculus)

Ctrl + Space


Huggle
Clear queue
Other

Ctrl + Space


RStudio
Attempt completion
Completions (Console and Source)

Ctrl + Space


EasyWorship
Switch between live output and control screen in single monitor mode
Show control

Ctrl + Space


DayZ
(Stable branch) Toggle Raise Weapon
Weapons

Ctrl + Space


Adobe Illustrator
Switch to Zoom tool in magnify mode
View artwork

Ctrl + Space


PyCharm 2018.2
Code completion for any class, method or variable.
Advanced editing

Ctrl + Space


Shotcut (Mac)
Select under playhead
Timeline

Ctrl + Space


Shotcut
Select under playhead
Timeline

Ctrl + Space


WorkZone Client
Select highlighted list items
Navigate in lists

Ctrl + Space


Evernote for Windows
Simplify Formatting
Note Editor

Ctrl + Space


JAWS
Select Multiple List Items
Working with dialog boxes

Ctrl + Space


Aegisub
Toggle focus between the video slider and the previous thing to have focus
Default

Ctrl + Space


Atom (Windows)
(Source: Autocomplete Plus) autocomplete-plus:activate
All shortcuts

Ctrl + Space


jEdit
Repeat last editor action.
Action bar

Ctrl + Space


Kindle for PC
Flip Flashcards (only works when in the Flashcards deck)
While Reading a Book

Ctrl + Space


CorelDRAW Graphics Suite 2018
Toggle Pick State
General

Ctrl + Space


Metapad
Select word
File format

Ctrl + Space


Kibana
Open Auto complete (even if not typing)
General editing

Ctrl + Space


Clip Studio Paint Pro
Zoom (scale up)
Frequently used shortcuts

Ctrl + Space


Virtual DJ 2018
Automix
General

Ctrl + Space


Microsoft FrontPage
Open a drop-down menu for the selected task pane.
Access and use task panes

Ctrl + Space


Adobe Photoshop CC
Switch to Zoom In tool
View images

Ctrl + Space


Hatim 4
Pause
General

Ctrl + Space


Microsoft Word 2016
Turn Chinese Input Method Editor (IME) on 101 keyboard on or off
Language bar: Turn on East Asian Input Method Editors

Ctrl + Space


Corel Painter
Zoom tool (zoom-in)
Panel menu commands

Ctrl + Space


Adobe Premiere Pro (Mac)
Play from Playhead to Out Point
Multi camera

Ctrl + Space


Adobe Premiere Pro (Windows)
Play from Playhead to Out Point
Multi camera

Ctrl + Space


WavePad
Play Again
Play Operations

Ctrl + Space


Microsoft Visual Studio 2017 (Most used shortcuts)
[Text Editor, Workflow Designer] Edit.CompleteWord
Edit

Ctrl + Space


IntelliJ IDEA (Windows, Linux)
Basic code completion
Editing

Ctrl + Space


AWS Cloud9 IDE (Windows)
Complete
Code Manipulation

Ctrl + Space


Chromebook and Chrome OS
Switch to the previous keyboard language that you were using
Text editing

Ctrl + Space


Ditto
Toggle Ditto window between normal and always showing on top (persistent)
General

Ctrl + Space


Ardour
Stop and destroy
Transport and recording control

Ctrl + Space


Kdenlive
Play zone
Editing

Ctrl + Space


Hearthstone
End turn
3rd party program: Hotkeys

Ctrl + Space


Microsoft PowerPoint (Slideshows)
Play or pause media
Control video and other media during a presentation

Ctrl + Space


PSPad
Show Clips
Tools

Ctrl + Space


Inkscape
insert no-break space
Text tool

Ctrl + Space


Zim
Open side pane if index is invisible
General

Ctrl + Space


Mp3tag
Displays format string helper menu (e.g., at converters or actions)
Useful helpers

Ctrl + Space


WriteMonkey
Open Command palette
General

Ctrl + Space


Microsoft PowerPoint (Creating presentations)
Remove manual character formatting, such as subscript and superscript
Format text: Apple character formatting

Ctrl + Space


Brackets
Show Code Hints
General

Ctrl + Space


Netflix
Toggle by frame
General

Ctrl + Space


GNU Emacs
Set mark here
Marking

Ctrl + Space


Google Sheets (Android)
Select column
Common actions

Ctrl + Space


Google Sheets (Mac)
Select column
Common actions

Ctrl + Space


Google Sheets
Select column
Common actions

Ctrl + Space


Maple
or Command Completion
Command line interface

Ctrl + Space


LibreOffice
Toggles row selection
Selecting rows and columns in a database table

Ctrl + Space


Qt Creator
Trigger a completion in this scope
Editing

Ctrl + Space


FileMaker
Insert a non-breaking space
Text

Ctrl + Space


KompoZer
Open Context Menu
General

Ctrl + Space


Sublime Text
Select next auto-complete suggestion
Editing

Ctrl + Space


REAPER
Transport: Play/pause
Section: MIDI Event List Editor

Ctrl + Space


Guitar Pro
Play from the beginning
Sound

Ctrl + Space


Delphi
Invoke code completion
General

Ctrl + Space


Freemind
Toggle children folded
Node editing commands

Ctrl + Space


Python IDLE for Windows
Show completions
Edit menu

Ctrl + Space


Visual Studio Code (Mac)
Trigger suggestion
Rich languages editing

Ctrl + Space


Blender
Transform Manipulator toggle
General

Ctrl + Space


Visual Studio Code (Linux)
Trigger suggestion
Rich languages editing

Ctrl + Space


The Bat!
Insert quick template
Message Editor

Ctrl + Space


Eclipse
Open content assist (e.g. show available methods or field names)
Editing source code

Ctrl + Space


Microsoft Visual Studio 2017 (All shortcuts)
View.ShowPropertyMarkerMenu
XAML UI Designer

Ctrl + Space


Microsoft Excel 2016
Selects an entire column in a worksheet
Other useful shortcut keys

Ctrl + Space


Microsoft Access 2016
Select an entire grid column
Working with panes: Using grid pane

Ctrl + Space


Everything
Toggle item selection
Result list

Ctrl + Space


Notepad++
Launch CallTip ListBox
Edit menu

Ctrl + Space


GOM Player
Stop
Playback control

Ctrl + Space


SQL Server Management Studio (SSMS)
Complete word
Microsoft IntelliSense

Ctrl + Space


Opera
Go to your home page
Loading keys: Access

Ctrl + Space


Android Studio
Basic code completion
Writing code

Ctrl + Space


Outlook 2016 and Outlook 2013
Select or cancel selection of the active card
Business cards or Address view

Ctrl + Space


Adobe Acrobat 2017 (Windows and Unix)
Change whether the row with focus is in the selection
Working with PDF Portfolios

Ctrl + Space


Mozilla Thunderbird
Discontinue or remove text styles
Styling the message text

Ctrl + Space


Duolingo
Replay audio
General

Ctrl + Space


Notepad2
Select word (or line)
Word

Ctrl + Space


Open Office Writer 3 (Windows)
Non-breaking spaces. Non-breaking spaces are not used for hyphenation and are not expanded if the text is justified
General OpenOffice Writer Shortcuts

Ctrl + Space


Microsoft Excel 2007 (Windows)
Selects an entire column in a worksheet.
Navigating in Worksheets and Selecting Cells

Ctrl + Space


Rhythmbox (Linux)
Play/pause
Playback

Ctrl + Space


Google Spreadsheets (Web Application)
Select the entire column
Entering/editing data

Ctrl + Space


Microsoft Projects 2007 (Windows)
Select a column.
Select and edit in a sheet view

Ctrl + Space


Microsoft Word 2010 (Windows)
Remove all manual styles
Navigate within Documents - Styles

Ctrl + Space


InDesign CS5 (Windows)
Temporarily select Zoom In tool
Tools

Ctrl + Space


InDesign CS5 (Windows)
Temporarily select Zoom In tool
Viewing documents and document workspaces

Ctrl + Space


Microsoft Outlook 2007 (Windows)
Clear formatting.
Shortcuts for Formatting Text

Ctrl + Shift + Z / Ctrl + Space


Microsoft Word 2010 (Windows)
Remove all manual styles
Edit Documents - Styles

Ctrl + Space


Microsoft Outlook 2007 (Windows)
Select or cancel selection of the active item.
Shortcut for Table View

Ctrl + Space


Adobe Photoshop CS4 (Windows)
Switch to Zoom In tool
Shortcut Keys for viewing images

Ctrl + Space


Microsoft Outlook 2007 (Windows)
Select or cancel selection of the active card.
Shortcuts for Business Card / Address Card View

Ctrl + Space


Microsoft Word 2010 (Windows)
Remove all manual styles
Formats - Styles

Ctrl + Space


Microsoft Word 2010 (Windows)
Remove all manual styles
Manage Word View - Styles

Ctrl + Space


Microsoft Word 2010 (Windows)
Remove all manual styles
Tables - Styles

Ctrl + Space


DBeaver 6.0.3
SQL completion proposals popup
SQL Editor

Ctrl + Space


Nano
go forward one word
Navigation

Ctrl + Space


Scrivener 1.9.9
To single spaces
Formatting

Ctrl + Space