GNU Emacs

Info

Scroll forward

Space

All hotkeys for GNU Emacs

Files
Read a file into Emacs

Ctrl + X then Ctrl + F

Files
Save a file back to disk

Ctrl + X then Ctrl + S

Files
Save all files

Ctrl + X then S

Files
Insert contents of another file into this buffer

Ctrl + X then I

Files
Replace this file with another file

Ctrl + X then Ctrl + V

Files
Write buffer to specified file

Ctrl + X then Ctrl + W

Files
Toggle read only status of buffer

Ctrl + X then Ctrl + Q

Leaving Emacs
Suspend or iconify Emacs

Ctrl + Z

Leaving Emacs
Exit Emacs completely

Ctrl + X then Ctrl + C

Multiple windows
Delete all other windows

Ctrl + X then 1

Multiple windows
Scroll other window

Ctrl + Meta + V

Help
Show commands matching a string

Ctrl + H then A

Help
Describe the function a key runs

Ctrl + H then K

Help
Describe a function

Ctrl + H then F

Help
Get mode specific information

Ctrl + H then M

The minibuffer
Abort command

Ctrl + G

Simple customization
(then customize) Customize variables and faces

Meta + X

Error recovery
Undo an unwanted change

Ctrl + X then U

Error recovery
Undo an unwanted change

Ctrl + _

Error recovery
Undo an unwanted change

Ctrl + /

Motion
Scroll current line to center, top, bottom

Ctrl + L

Incremental search
Search forward

Ctrl + S

Query replace
Enter recursive edit

Ctrl + R

Incremental search
Regular expression search

Ctrl + Meta + S

Incremental search
Reverse regular expression search

Ctrl + Meta + R

The minibuffer
Fetch previous minibuffer input

Meta + P

The minibuffer
Fetch later minibuffer input or default

Meta + N

The minibuffer
Complete and execute

⤶ Enter

Info
Scroll reverse

Del

Motion
Character - backward

Ctrl + B

Motion
Character - forward

Ctrl + F

Motion
Word - backward

Meta + B

Motion
Word - forward

Meta + F

Motion
Line - backward

Ctrl + P

Motion
Line - forward

Ctrl + N

Motion
Go to line beginning

Ctrl + A

Motion
Go to line ending

Ctrl + E

Motion
Sentence - backward

Meta + A

Motion
Sentence - forward

Meta + E

Motion
Paragraph - backward

Meta + {

Motion
Paragraph - forward

Meta + }

Motion
Page - backward

Ctrl + X then [

Motion
Page - forward

Ctrl + X then ]

Motion
sexp - backward

Ctrl + Meta + B

Motion
sexp - forward

Ctrl + Meta + F

Motion
function - backward

Ctrl + Meta + A

Motion
function - forward

Ctrl + Meta + E

Motion
Go to beginning of buffer

Meta + <

Motion
Go to end of buffer

Meta + >

Motion
Scroll to next screen

Ctrl + V

Motion
Scroll to previous screen

Meta + V

Motion
Scroll left

Ctrl + X then <

Motion
Scroll right

Ctrl + X then >

Motion
Go to line

Meta + G then G

Motion
Go to character

Meta + G then C

Motion
Back to indentation

Meta + M

Killing and deleting
Character (delete, not kill) - forward

Ctrl + D

Killing and deleting
Word - backward

Meta + Del

Killing and deleting
Word - forward

Meta + D

Killing and deleting
Line (to end of) - backward

Meta + 0 then Ctrl + K

Killing and deleting
Line (to end of) - forward

Ctrl + K

Killing and deleting
Sentence - backward

Ctrl + X then Del

Killing and deleting
Sentence - forward

Meta + K

Killing and deleting
sexp - backward

Meta + - then Ctrl + Meta + K

Killing and deleting
sexp - forward

Ctrl + Meta + K

Killing and deleting
Kill region

Ctrl + W

Killing and deleting
Copy region to kill ring

Meta + W

Killing and deleting
then press char to kill through next occurence of char

Meta + Z

Killing and deleting
Yank back last thing killed

Ctrl + Y

Killing and deleting
Replace last yank with previous kill

Meta + Y

Marking
Set mark here

Ctrl + @

Marking
Set mark here

Ctrl + Space

Marking
Exchange point and mark

Ctrl + X then Ctrl + X

Marking
Set mark arg words away

Meta + @

Marking
Mark paragraph

Meta + H

Marking
Mark page

Ctrl + X then Ctrl + P

Marking
Mark sexp

Ctrl + Meta + @

Marking
Mark function

Ctrl + Meta + H

Marking
Mark entire buffer

Ctrl + X then H

Query replace
(then query-replace-regexp) Interactively replace a text string using regular expressions

Meta + % then Meta + X

Info
Scroll forward

Space

Query replace
Replace this one, go to next

Y

Info
Go to next node

N

Query replace
Replace all remaining matches

!

Query replace
Back up to the previous match

^

Query replace
Exit recursive edit

Ctrl + Meta + C

Multiple windows
Delete all other windows (for frame)

Ctrl + X then 5 then 1

Multiple windows
Split window, above and below

Ctrl + X then 2

Multiple windows
Split window, above and below (for frame)

Ctrl + + X then 5 then 2

Multiple windows
Delete this window

Ctrl + X then 0

Multiple windows
Delete this window (for frame)

Ctrl + X then 5 then 0

Multiple windows
Split window, side by side

Ctrl + X then 3

Multiple windows
Switch cursor to another window

Ctrl + X then O

Multiple windows
Switch cursor to another window (for frame)

Ctrl + X then 5 then O

Multiple windows
Select buffer in other window

Ctrl + X then 4 then B

Multiple windows
Select buffer in other window (for frame)

Ctrl + X then 5 then B

Multiple windows
Display buffer in other window

Ctrl + X then 4 then Ctrl + O

Multiple windows
Display buffer in other window (for frame)

Ctrl + X then 5 then Ctrl + O

Multiple windows
Find file in other window

Ctrl + X then 4 then F

Multiple windows
Find file in other window (for frame)

Ctrl + X then 5 then F

Multiple windows
Find file read-only in other window

Ctrl + X then 4 then R

Multiple windows
Find file read-only in other window (for frame)

Ctrl + X then 5 then R

Multiple windows
Run Dired in other window

Ctrl + X then 4 then D

Multiple windows
Run Dired in other window (for frame)

Ctrl + X then 5 then D

Multiple windows
Find tag in other window

Ctrl + X then 4 then .

Multiple windows
Find tag in other window (for frame)

Ctrl + X then 5 then .

Multiple windows
Grow window taller

Ctrl + X then ^

Multiple windows
Shrink window smaller

Ctrl + X then {

Multiple windows
Grow window wider

Ctrl + X then }

The minibuffer
Complete as much as possible

⭾ Tab

Formatting
Indent region (mode-dependent)

Ctrl + Meta + \

Formatting
Indent sexp (mode-dependent)

Ctrl + Meta + Q

Formatting
Indent region rigidly arg columns

Ctrl + X then ⭾ Tab

Formatting
Indent for comment

Meta + ;

Formatting
Insert newline after point

Ctrl + O

Formatting
Move rest of line vertically down

Ctrl + Meta + O

Formatting
Delete blank lines around point

Ctrl + X then Ctrl + O

Formatting
Join line with previous (with arg, next)

Meta + ^

Formatting
Delete all white space around point

Meta + \

Formatting
Put exactly one space at point

Meta + Space

Formatting
Fill paragraph

Meta + Q

Formatting
Set fill column to arg

Ctrl + X then F

Formatting
Prefix each line starts with

Ctrl + X then .

Formatting
Set face

Meta + O

Case change
Uppercase word

Meta + U

Case change
Lowercase word

Meta + L

Case change
Capitalize word

Meta + C

Case change
Uppercase region

Ctrl + X then Ctrl + U

Case change
Lowercase region

Ctrl + X then Ctrl + L

The minibuffer
Show possible completions

?

The minibuffer
Regexp search backward through history

Meta + R

The minibuffer
Regexp search forward through history

Meta + S

The minibuffer
Edit and repeat the last command that used the minibuffer

Ctrl + X then Esc then Esc

The minibuffer
Activate menu bar items in text terminals

F10

Buffers
Select another buffer

Ctrl + X then B

Buffers
List all buffers

Ctrl + X then Ctrl + B

Buffers
Kill a buffer

Ctrl + X then K

Transposing
Transpose characters

Ctrl + T

Transposing
Transpose words

Meta + T

Transposing
Transpose lines

Ctrl + X then Ctrl + T

Transposing
Transpose sexps

Ctrl + Meta + T

Spelling check
Check spelling of current word

Meta + $

Tags
Find a tag (a definition)

Meta + .

Tags
Find next occurence of a tag

Ctrl + U then Meta + .

Tags
Continue last tags search on query-replace

Meta + ,

Shells
Execute a shell command

Meta + !

Shells
Execute a shell command asynchronously

Meta + &

Shells
Run a shell command on the region

Meta + |

Rectangles
Copy rectangle to register

Ctrl + X then R then R

Rectangles
Kill rectangle

Ctrl + X then R then K

Rectangles
Yank rectangle

Ctrl + X then R then Y

Rectangles
Open rectangle, shifting text right

Ctrl + X then R then O

Rectangles
Black out rectangle

Ctrl + X then R then C

Rectangles
Prefix each line with string

Ctrl + X then R then T

Abbrevs
Add global abbrev

Ctrl + X then A then G

Abbrevs
Add mode-local abbrev

Ctrl + X then A then L

Abbrevs
Add global expansion for this abbrev

Ctrl + X then A then I then G

Abbrevs
Add mode-local expansion for this abbrev

Ctrl + X then A then I then L

Abbrevs
Explicitly expand abbrev

Ctrl + X then A then E

Abbrevs
Expand previous word dynamically

Meta + /

Miscellaneous
Numeric argument

Ctrl + U then Num 0 - Num 9

Miscellaneous
Negative argument

Meta + -

Miscellaneous
then char: Quoted insert

Ctrl + Q

International character sets
Enable or disable input method

Ctrl + \

Info
Enter the Info documentation reader

Ctrl + H then I

Info
Find specified function or variable in Info

Ctrl + H then S

Info
Beginning of node

B

Info
Go to previous node

P

Info
Move up

U

Info
Select menu item by name

M

Info
Select menu item by number

Num 1 - Num 9

Info
Follow cross reference (return with 1)

F

Info
Return to last node you saw

L

Info
Return to directory node

D

Info
Go to top node of Info file

T

Info
Go to any node by name

G

Info
Run info tutorial

H

Info
Look up a subject in the indices

I

Info
Search nodes for regexp

S

Info
Quit Info

Q

Registers
Save region in register

Ctrl + X then R then S

Registers
Insert register contents into buffer

Ctrl + X then R then I

Registers
Save value of point in register

Ctrl + X then R then Space

Registers
Jump to point saved in register

Ctrl + X then R then J

Keyboard macros
Start defining a keyboard macro

Ctrl + X then (

Keyboard macros
End keyboard macro definition

Ctrl + X then )

Keyboard macros
Eappend to last keyboard macro

Ctrl + X then E

Dealing with Emacs Lisp
Eval sexp before point

Ctrl + X then Ctrl + E

Dealing with Emacs Lisp
Eval current defun

Ctrl + Meta + X

Dealing with Emacs Lisp
Read and eval minibuffer

Meta + :

Similar combinations for other applications


VLC Media Player (Windows)
Pause or play movie
Most used

Space


Dropbox (Web Application)
Check highlighted file
16 Shortcuts for Dropbox (Web Application)

space


Google Earth 5 (MacOS)
Stop Motion
3D Viewer - Keyboard with Mouse

Space / click


Adobe Photoshop CS5 (Windows)
Start playing the timeline or Animation panel
Photoshop CS5 Panels - Animation Panel (Timeline Mode, PS extended)

Space


Adobe Photoshop CS5 (MacOS)
Start playing the timeline or Animation panel
Photoshop CS5 Panels - Animation Panel (Timeline Mode, PS extended)

Space


Civilization V (Windows)
Do Nothing
General Unit Hotkeys

Space


Microsoft Outlook 2010 (Windows)
Page down / page up through message text in Reading Pane
Messages in Main View - Message List and Single Messages

Space / Shift + Space


Novell Evolution 2 (Linux)
Scroll down in preview pane
Mail

space


Adobe Photoshop CS4 (MacOS)
Temporarily activate Hand tool (Extract, Liquify, and Pattern Maker)
Shortcut Keys for working with Extract, Liquify, and Pattern Maker

Space


Access 2010 (Windows)
Select current button
Manage Access Features - Dialog Boxes

Space


Google Chrome (Windows)
Scroll one page down / up
View Webpages

Space / Shift + Space


Microsoft Excel 2010 (Windows)
In a dialog box: perform the action for the selected button, or select/clear a check box.
Work with Data Selections - Dialog Boxes

Space


Firefox (Linux)
Activate or deactivate radio buttons and check boxes
Forms

Space


Access 2010 (Windows)
Switch between the values in a check box or option button
Manage Access Features - Insert Data

Space


Firefox (Windows)
Activate or deactivate radio buttons and check boxes
Forms

Space


Microsoft Outlook 2010 (Windows)
Page down / page up through message text in Reading Pane
Messages in Compose View - Message List and Single Messages

Space / Shift + Space


Microstation v8i (Windows)
Switches between Rectangular and Polar coordinates.
Microstation AccuDraw/ AccuSnap Shortcuts - Drawing Plane

Space


Adobe Photoshop CS5 (MacOS)
Temporarily activate Hand tool
Photoshop CS5 Panels - Extract and Pattern Maker

Space


Adobe Photoshop CS5 (Windows)
Temporarily activate Hand tool
Photoshop CS5 Panels - Extract and Pattern Maker

Space


Media Player Classic (MPC) (Windows)
Play/pause
Most used

Space


Adobe Photoshop CS4 (MacOS)
Switch to Hand tool (temporary)
Shortcut Keys for using Vanishing Point

Space


Access 2010 (Windows)
Change the setting in a check box
Manage Access Features - Database Diagram

Space


Access 2010 (Windows)
Choose the selected data column for output (or use +/-)
Manage Access Features - Query Designer

Space


Adobe Photoshop CS5 (MacOS)
Start playing the timeline or Animation panel
Extract and Pattern Maker (plug-in) - Animation Panel (Timeline Mode, PS extended)

Space


Adobe Photoshop CS5 (Windows)
Start playing the timeline or Animation panel
Extract and Pattern Maker (plug-in) - Animation Panel (Timeline Mode, PS extended)

Space


Total Commander 8 (Windows)
Select file or directory (as INSERT). If SPACE is used on an unselected directory under the cursor, the contents in this directory are counted and the size is shown in the "full" view instead of the string . This can be disabled through 'Configuration' - 'Options' - 'Operation' - 'Selection with Space'.
Main Shortcuts

Space


Adobe Photoshop CS4 (MacOS)
Switch to Hand tool (when not in text-edit mode)
Shortcut Keys for viewing images

Space


Tekla Structures 14.0 (Windows)
Finish polygon input
Modeling shortcuts

Space


Microsoft Outlook 2010 (Windows)
Page down / page up through message text in Reading Pane
Calendar Shortcuts - Message List and Single Messages

Space / Shift + Space


Adobe Illustrator CS5 (Windows)
Move anchor point while drawing with Pen tool
Panel Shortcuts - Path Editing

Space


Open Office Impress (Linux)
Makes the slide with the focus the current slide.
Slide Sorter

Space


Microsoft Excel 2010 (Windows)
In a dialog box: perform the action for the selected button, or select/clear a check box.
Insert and Edit Data - Dialog Boxes

Space


MyLifeOrganized (Windows)
Marks the current ask as Complete
Managing Tasks

Space


Adobe Illustrator CS5 (MacOS)
Switch to Hand tool (when not in text-edit mode)
Viewing Artwork

Space


Access 2010 (Windows)
Select current button
Working with Text and Data - Dialog Boxes

Space


Adobe Illustrator CS5 (MacOS)
Move Zoom marquee while dragging with the Zoom tool
Viewing Artwork

Space


Microsoft PowerPoint 2010 (Windows)
Perform the next animation or advance to the next slide.
Show PowerPoint Presentation with Shortcuts

N , Enter , Page Down , Arrow Right , Arrow down , / Space


Opera (Linux)
Select form element
Form

Space


Access 2010 (Windows)
Switch between the values in a check box or option button
Working with Text and Data - Insert Data

Space


Adobe Illustrator CS5 (Windows)
Move anchor point while drawing with Pen tool
Additional Shortcuts - Path Editing

Space


Photoshop Lightroom 4 (Windows)
Switch from Grid to Loupe view
Comparing photos in the Library module

Space / E


Adobe Photoshop CS5 (MacOS)
Temporarily activate Hand tool
Extract and Pattern Maker (plug-in) - Extract and Pattern Maker

Space


VLC Media Player (MacOS)
Pause or play movie
Most used

Space


Adobe Photoshop CS5 (Windows)
Temporarily activate Hand tool
Extract and Pattern Maker (plug-in) - Extract and Pattern Maker

Space


Photoshop Lightroom 4 (MacOS)
Switch from Grid to Loupe view
Comparing photos in the Library module

Space / E


Microsoft Windows 7 (Windows)
Select or clear the check box if the active option is a check box
Dialog Boxes

Space


Access 2010 (Windows)
Change the setting in a check box
Working with Text and Data - Database Diagram

Space


Adobe Photoshop CS4 (MacOS)
Start playing the timeline or Animation panel
Shortcut Keys for using the Animation panel in Timeline Mode (Photoshop Extended)

Space


Access 2010 (Windows)
Choose the selected data column for output (or use +/-)
Working with Text and Data - Query Designer

Space


Microsoft Excel 2010 (Windows)
In a dialog box: perform the action for the selected button, or select/clear a check box.
Format Data - Dialog Boxes

Space


Adobe Photoshop CS5 (MacOS)
Switch to Hand tool (when not in text-edit mode)
View images

Space


Adobe Illustrator CS5 (Windows)
Switch to Hand tool (when not in text-edit mode)
Viewing Artwork

Space


Adobe Illustrator CS5 (Windows)
Move Zoom marquee while dragging with the Zoom tool
Viewing Artwork

Space


iTunes (MacOS)
Start or stop playing the selected song
Playback shortcuts

Space


Adobe Photoshop CS5 (Windows)
Temporary switch to Hand tool (when not in text-edit mode)
View Images

Space


FreeMind 0.9.0 (Windows)
Toggle folded
Node editing commands

Space


Microsoft PowerPoint 2010 (Windows)
Open the selected menu, or perform the action assigned to the selected button.
PowerPoint Taks Panes

Space / Enter


iTunes (Windows)
Start or stop playing the selected song
Control menu shortcuts

Space


Photoshop Lightroom 4 (Windows)
Toggle between Loupe and 1:1 Zoom preview
Develop Module

Space / Z


iTunes (MacOS)
Start or stop playing the selected song
Add Menu

Space


Audacity 2 (Linux)
Play/Pause
Frequently Used

Space


Photoshop Lightroom 4 (Windows)
Pause slide show
Slideshow module

Space


Microsoft PowerPoint 2010 (Windows)
Perform the action assigned to the selected button; select or clear the selected check box.
Work with Dialog Boxes

Space


Gwenview (Linux)
Displays the next image in the directory.
30 Shortcuts for Gwenview (Linux)

Space


Audacity 2 (Linux)
Play/Pause
Transport Controls

Space


Access 2010 (Windows)
Select current button
Working with Access Views - Dialog Boxes

Space


Photoshop Lightroom 4 (MacOS)
Toggle between Loupe and 1:1 Zoom preview
Develop Module

Space / Z


Microsoft PowerPoint 2010 (Windows)
Select a focused item.
Work with the Selection pane.

Space / Enter


Photoshop Lightroom 4 (MacOS)
Pause slide show
Slideshow module

Space


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

Space


Virtual DJ (Windows)
Play
All Shortcuts

Space


Access 2010 (Windows)
Switch between the values in a check box or option button
Working with Access Views - Insert Data

Space


Audacity 2 (Windows)
Play/stop
Transport Menu

Space


Microsoft Excel 2010 (Windows)
In a dialog box: perform the action for the selected button, or select/clear a check box.
Formulas and Names - Dialog Boxes

Space


Adobe Acrobat Pro (Windows)
Scroll (when Hand tool is selected)
Navigation - Navigating a PDF

Space


Access 2010 (Windows)
Change the setting in a check box
Working with Access Views - Database Diagram

Space


Access 2010 (Windows)
Choose the selected data column for output (or use +/-)
Working with Access Views - Query Designer

Space


Adobe Acrobat Pro (Windows)
Expand or collapse panel in focus (press F6 to move focus to Tools pane, then tab to desired panel)
Navigation - Navigating task panes

Space / Enter


Adobe Acrobat Pro (Windows)
Open the menu and move the focus to the first menu option when focus is on a command with a submenu or submenu element with a flyout
Navigation - Navigating task panes

Space / Enter


Adobe Acrobat Pro (Windows)
Run the command in focus
Navigation - Navigating task panes

Space / Enter


Twitter (Web Application)
Page down
Navigation

Space


Amazon Music Player (Windows)
Play
13 Shortcuts for Amazon Music Player (Windows)

Space


Adobe Acrobat Pro (Windows)
Select a highlighted control in the top bar
Navigation

Enter / Space


Adobe Acrobat Pro (Windows)
Activate selected tool, item (such as a movie clip or bookmark), or command
Navigation

Space / Enter


Microsoft Excel 2013 (Windows)
Activate the selected command or control in the Ribbon, Open the selected menu or gallery in the Ribbon
Ribbon Shortcuts

Space / Enter


Autodesk Maya 2015 (Windows)
Switch between the active window in multi-pane display and single pane display
Interfaces

Space


Adobe Acrobat Pro (Windows)
Press the Go Back button in a folder if focus is on the button.
PDF Portfolios

Enter / Space


FileMaker Pro (Windows)
Issue a selected command button
Layout Mode Shortcuts - Relationships Graph

Space


Adobe Acrobat Pro (Windows)
Reverse the sort order when focus is on a column header
PDF Portfolios

Space


Adobe Acrobat Pro (Windows)
Temporarily select Hand tool
Tools

Space


Microsoft Excel 2013 (Windows)
Select or clear a check box in the list
Pivot Tables

Space


Autodesk Maya 2015 (Windows)
(When pressed down) Show the hotbox
Interfaces

Space


Microsoft Excel 2013 (Windows)
In a dialog box: perform the action for the selected button, or select/clear a check box
Dialog Boxes

Space


Sonar 2015 (Windows)
Play/Stop
Transport

Space


Google Chrome (MacOS)
Scroll one page down / one page up.
View Webpages

Space / Shift + Space


Microsoft Excel 2010 (Windows)
In a dialog box: perform the action for the selected button, or select/clear a check box.
The Rest - Dialog Boxes

Space


Access 2010 (Windows)
Select current button
The Rest - Dialog Boxes

Space


Camtasia 8 (Windows)
Play/ Pause
Editor Playback Controls

Space


Skype for Business (Lync) 2016 (Windows)
Collapse or expand the selected group
Contacts list

Space


Prezi (Web Application)
Enter Present Mode
Editing

Space


Prezi (Web Application)
Advance along the path (only in Present mode fullscreen)
Presenting

Space


Google Play Music (Web Application)
Play or pause music
Playback

Space


Camtasia 2 (MacOS)
Play/pause
Timeline & Editing

Space


Quickbooks Online (Web Application)
Check a checkbox
Navigate Form Fields and Manage Drop-down Lists

Space


Quickbooks Online (Windows)
Check a checkbox
Navigate Form Fields and Manage Drop-down Lists

Space


Access 2010 (Windows)
Switch between the values in a check box or option button
The Rest - Insert Data

Space


Microsoft Outlook 2016 (Windows)
In the Reading Pane, page down/up through text
Basic Navigation

Space / Shift + Space


Onshape (Windows)
Clear selection
General

Space


Sway 2016 (Windows)
Select the current Card
Card Interaction

Space


Microsoft Excel 2010 (Windows)
Activate the selected command or control in the Ribbon, Open the selected menu or gallery in the Ribbon..
Work with the Excel Ribbon

Space / Enter


Onshape (MacOS)
Clear selection
General

Space


Adobe After Effects CC (Windows)
Start or stop preview
Previews

Space


Microsoft Excel 2010 (Windows)
Select or clear a check box in the list.
Pivot Tables

Space


FileMaker Pro (Windows)
Issue a selected command button
Text Shortcuts - Relationships Graph

Space


Access 2010 (Windows)
Change the setting in a check box
The Rest - Database Diagram

Space


Adobe After Effects CC (MacOS)
Start or stop preview
Previews

Space


Access 2010 (Windows)
Choose the selected data column for output (or use +/-)
The Rest - Query Designer

Space


Photoshop Lightroom CC (MacOS)
Switch from Grid to Loupe view
Comparing Photos in the Library Module

Space / E


Photoshop Lightroom CC (Windows)
Switch from Grid to Loupe view
Comparing Photos in the Library Module

Space / E


Autodesk Maya 2017 (Windows)
Switch between the active window in multi-pane display and single pane display
Interfaces

Space


Autodesk Maya 2017 (Windows)
(When pressed down) Show the hotbox
Interfaces

Space


FileMaker Pro (MacOS)
Click a selected button or popover button on a layout with the keyboard
General Shortcuts

Space


FileMaker Pro (Windows)
Issue a selected command button
Database Management Shortcuts - Relationships Graph

Space


Photoshop Lightroom CC (Windows)
Toggle between Loupe and 1:1 Zoom preview
Develop Module

Space / Z


Photoshop Lightroom CC (MacOS)
Toggle between Loupe and 1:1 Zoom preview
Develop Module

Space / Z


FileMaker Pro (Windows)
Click a selected button or popover button on a layout with the keyboard
General keyboard shortcuts (Windows)

Space


Photoshop Lightroom CC (Windows)
Pause slide show
Slideshow Module

Space


Photoshop Lightroom CC (MacOS)
Pause slide show
Slideshow Module

Space


CINEMA 4D (Windows)
Toggle Active Tool
Modelling

Space


Wondershare Editor (Windows)
Play/Pause
Preview

Space


iMovie (MacOS)
Play/Stop and Start/stop capture
Navigation

Space


Age of Empires (Windows)
Go to Selected Object
Game Commands

Space


Adobe Photoshop CC (Windows)
Temporarily Switch to Hand Tool
Manage Views

Space


Adobe Photoshop CC (MacOS)
Temporarily Switch to Hand Tool
Manage Views

Space


Autodesk 3ds Max 2017 (Windows)
Selection lock
General user interface

Space


Adobe Acrobat Pro (MacOS)
Expand or collapse panel in focus (press F6 to move focus to Tools pane, then tab to desired panel)
Navigation - Navigating task panes

Space / Return


Adobe Acrobat Pro (MacOS)
Activate selected tool, item (such as a movie clip or bookmark), or command
Navigation

Space / Return


Adobe Acrobat Pro (MacOS)
Reverse the sort order when focus is on a column header
PDF Portfolios

Space


Trello (Web Application)
Assign Self
General Shortcuts

Space


Pandora Classic (Web Application)
Play/pause
9 Shortcuts for Pandora Classic (Web Application)

Space


Desk.com (Windows)
Select for bulk
Filter View

Space / X


Desk.com (MacOS)
Select for bulk
Filter View

Space / X


Steinberg Cubase 9 (Windows)
Start/stop
Transport

Space


Steinberg Cubase 9 (MacOS)
Start/stop
Transport

Space


MOTU Digital Performer 9 (Windows)
Play/pause
General

Space


VideoPad Video Editor (Windows)
Play / Pause Sequence
Sequence Player

Space


VideoPad Video Editor (MacOS)
Play / Pause Sequence
Sequence Player

Space


KMPlayer (Windows)
Play
General

Space


Jupyter Notebook (Windows)
scroll down
Command Mode (press Esc to enable)

Space


MOTU Digital Performer 9 (MacOS)
Play/pause
General

Space


QuickTime Player (MacOS)
Play or pause
Movie playback shortcuts

Space


VideoPad Video Editor (Windows)
Play/Pause
Subtitle

Space


VideoPad Video Editor (MacOS)
Play/Pause
Subtitle

Space


GOM Player (Windows)
Play/Pause
Playback Control

Space / Ctrl + P


Quickbooks Online (MacOS)
Check a checkbox
Navigate Form Fields and Manage Drop-down Lists

Space


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

Space


ForkLift 3
Quick look
Finder style

Space


Warframe
Move Up (Archwing)
Movement

Space


Spotify (MacOS)
Play/pause
General

Space


Spotify (Windows)
Play/pause
General

Space


Netvibes (Windows)
Scroll in content and read next unread item
Feed reader shortcuts

Space


Miscreated
Vehicle brakes
Vehicle

Space


Flash Movie Player (Windows)
Play or pause an open animation
General

Space


WeVideo (Web Application)
play
General (On Mac Ctrl equals Command)

Space


Netvibes (Windows)
Scroll in content and read next unread item
Reader view shortcuts

Space


Dota Auto Chess
Open character selection screen, so you can review the pool available to you
General

Space


Shadow Tactics: Blades of the Shogun
Toggle crouch
General

Space


Fortnite (PC)
Play / pause
Replay

Space


Compressor (Web Application)
Play/Pause the video
General

Space


War Thunder (Tank)
Fire from machine guns
Weaponry

Space


Anno 1800
Show/hide world map
Interface

Space


Solidworks 2019
Opens the View Selector and Orientation dialog box.
Display

Space


FlashFXP (Web Application)
Toggle marked items (marked items appear bold)
54 Shortcuts for FlashFXP (Web Application)

Space


Zwift (PC and macOS)
Use power-ups
Other hotkeys

Space


Inkscape (MacOS)
Selector (temporary)
Tools

Space


Roblox
Jump
Movement

Space


Apex Legends (PC)
Jump
Movement

Space


Astroneer
Jump
General

Space


Inkscape (MacOS)
Activate current button or list
Dialogs

Space / Enter


Comodo IceDragon (Windows)
Toggle Play / Pause
Audio and Video Shortcuts

Space


Ableton Live 9 (Windows)
Play from Start Marker/Stop
Transport

Space


ChessBase 13
Insert best engine move into notation
Board window

Space


Ableton Live 9 (MacOS)
Play from Start Marker/Stop
Transport

Space


Ableton Live 9 (Windows)
Play Arrangement ViewSelection
Transport

Space


Ableton Live 9 (MacOS)
Play Arrangement ViewSelection
Transport

Space


Flyff
Jump
Movement

Space


Hotline Miami
Human shield
General

Space


Modo (Windows)
Cycle-through Component modes
General Modeling

Space


Spintires (PC)
Handbrake
Vehicle

Space


Modo (MacOS)
Cycle-through Component modes
General Modeling

Space


Ulead PhotoImpact 8 (Windows)
Toggles between showing and hiding the active selection
Selection Menu

Space


gEDA (Linux)
Enter select mode (same as Esc, or F11)
Other Important Shortcuts

Space


Bus Simulator 18
Handbrake
Bus controls

Space


This War of Mine
Pause the game (no menu popup)
General

Space


KiCad 5.0.2
Reset Local Coordinates
Page Layout Editor

Space


Europa Universalis IV
Play / Pause
General

Space


FaceRig Studio
Toggle play / pause
Camera editor

Space


SnapStream
Play / Pause
Playback

Space


Huggle
Show next diff
Main

Space


Life Is Strange 2
Dialogs during interactions
General

Space


The Curse of Monkey Island
Pause game
General

Space


Affinity Photo
Hot key panning
View

Space


Elex (PC)
Jump / Climb
General

Space


Xyplorer
Next image
Other Shortcuts

Space


Deponia
Show all hotspots and pause a cutscene
General

Space


DaVinci Resolve 15 (Mac)
Pause / start playback
Playback

Space


WavePad Sound Editor (Windows)
Play/Pause
Play Operations

Space


Assetto Corsa
Open/close doors
Showroom

Space


WavPad Sound Editor (MacOS)
Play/Pause
Play Operations

Space


The Secret of Monkey Island
Pause the game
Function and Command keys

Space


Soundcloud (Web Application)
Play/pause
12 Shortcuts for Soundcloud (Web Application)

Space


City Car Driving
Parking brake
Car

Space


Kingdom Come: Deliverance
Jump / Climb
Movement

Space


CoSpaces Edu
Jump
Walking camera mode

Space


Subnautica
Move up
Mac

Space


Battlezone 98 Redux
Issue smart reticle command to selected unit
Command interface

Space


The Forest
Skip plane crash
Unlisted shortcuts

Space


Substance Painter
Toggle particles animation
General

Space


Substance Painter (Mac)
Toggle particles animation
General

Space


American Truck Simulator
Parking brake
Main vehicle controls

Space


The Binding of Isaac: Afterbirth
Use current item
General

Space


LDCad
Switch between split views (if any) and a zoomed current editing view
Editor

Space


DayZ
Jump
Movement

Space


RStudio (Mac)
Stage/Unstage (Git)
Git / SVN

Space


RStudio
Stage/Unstage (Git)
Git / SVN

Space


Pharaoh
Toggles between your last selected Overlay and the Normal View
Risks and overlays

Space


Ableton Live 10
Play Arrangement View Selection
Transport

Space


Ableton Live 10 (Mac)
Play Arrangement View Selection
Transport

Space


VisualBoyAdvance-M
Speed up
General controls

Space


Adobe Illustrator
Move Zoom marquee while dragging with the Zoom tool
View artwork

Space


Madden NFL 19
Strip ball
Advanced defensive pursuit

Space


BlackBerry Classic
Start or stop the timer
Clock app

Space


Adobe Illustrator (Mac)
Move Zoom marquee while dragging with the Zoom tool
View artwork

Space


ARK: Survival Evolved
Land/ Take-off
While riding a creature or vehicle

Space


RimWorld
Pauses and unpauses game
User interface

Space


Fallout 76
Jump
Action

Space


Amazon Fire TV
Media playback
General

Space


Google Chrome
Scroll down a webpage, a screen at a time
Webpage shortcuts

Space


FastMail
Page down
General mail actions

Space


Evolution
Scroll down
Mail Component - Preview Pane

Space


AVImark
Bring to Front (stacked appointments)
Boarding calendar

Space


Rust
Jump
General

Space


Lacerte
Select or unselect the highlighted client
Client List

Space


draw.io
Pan canvas
Navigate & view

Space


Jupyter Notebook
Scroll down
Command mode

Space


Shotcut (Mac)
Pause
Player

Space


Shotcut
Pause
Player

Space


Nier: Automata
Jump
Genel

Space


For Honor
Dodge. Double press Space to roll
Combat

Space


HitFilm
Space
General timeline

Space


Freshdesk
Scroll down the ticket
Ticket Details page

Space


Feedreader
Navigate to next unread headline in standard view or web view
General

Space


Trello
Assign self
General

Space


Zendesk Support
Select current item
List navigation

Space


Final Cut Pro X
Start or pause playback
Organization

Space


Adobe Bridge CC (Mac)
Full screen preview
View menu

Space


Adobe Bridge CC
Full screen preview
View menu

Space


9gag
Scroll one page down
Navigation

Space


Old School RuneScape (OSRS)
Used in the Make X interface to continue with the default settings or in character dialog to continue
General

Space


Unturned
Jump
Movement

Space


Total War: Attila (Mac)
Show unit orders
Game / UI

Space


Total War: Attila
Show unit orders
Game / UI

Space


Kerbal Space Program
Reset part rotation
VAB/SPH Commands

Space


Autodesk Stingray
Play/stop animation
Story editor

Space


Adobe Lightroom Classic (Mac)
Pause slide show
Working in the Slideshow module

Space


Adobe Lightroom Classic
Pause slide show
Working in the Slideshow module

Space


Agar.io
Split your cell in two or more equal cells
General

Space


Airodump-ng
Pause display redrawing/ Resume redrawing
General

Space


AI War Classic
(hold) Follow selected units with display
General

Space


Call of Duty: Black Ops 4
Confirm
Interface

Space


ActivePresenter 7
Preview
Canvas

Space


Path of Exile
Close all opened panels
General

Space


Black Desert Online
Jump, crawl while crouched
General

Space


YouTube Studio
Play / pause
General

Space


Aegisub
Play audio until the end of the selection is reached
Audio

Space


Unreal Engine
Next transform
Transformation selection

Space


Nuke
(long press) Raise the right-click menu
Global

Space


Minecraft Bedrock Edition
Jump / fly up
Keyboard & mouse controls

Space


Unity
Play Animation
Animation

Space


Fez
Jump
General

Space


Minecraft Java Edition
Jump
Configurable hotkeys

Space


Diablo II
Cancels all screens to view just normal view
General

Space


Kindle for Mac
Pause or resume reading (while in a book)
Using Text-to-Speech

Space


Diablo
Closes all open windows
General

Space


Rocket League
Focus on ball
Default keyboard controls

Space


Destiny 2
Exit vehicle
Vehicle

Space


Enter the Gungeon
Use item
"Recommended" preset

Space


StarCraft 2
View last warning area
Interface

Space


Twitch
Pause video
Live broadcasts

Space


World of Tanks
Stop and fire while moving
Battle controls

Space


Inkscape
Use Selector temporarily
Tools

Space


No Man's Sky
Pulse engine
Flight

Space


Kindle for PC
Pause or resume reading (while in a book)
Using Text-to-Speech

Space


BSPlayer
Pause
Playback

Space


Don't Starve (PC)
Auto-action (except attack)
General

Space


Microsoft Word 2016
Open a selected menu or gallery on the ribbon
Ribbon: Change focus by using the keyboard

Space


KMPlayer
Play
General

Space


Heroes of the Storm
Center camera to your hero
General

Space


Clip Studio Paint Pro
Hand
Frequently used shortcuts

Space


Blood
Use items or open doors
Keyboard

Space


Euro Truck Simulator 2
Handbrake
Vehicle controls

Space


Tom Clancy's Rainbow Six Siege
Navigate
General

Space


Xodo
Scroll Page down
Navigating

Space


Camtasia
Play / pause
Camtasia Player

Space


Virtual DJ 2018
Play /pause
General

Space


PDF-XChange Editor
Move to the selected bookmark
General

Space


Autodesk SketchBook (Mac)
Zoom / rotate / move canvas
Tools

Space


Adobe Photoshop CC
Temporarily activate Hand tool
Using Extract and Pattern Maker (optional plug-ins)

Space


Dota 2
Toggle the coach's perspective between the own and the student
Coaching

Space


Corel Painter
Pan tool
Panel menu commands

Space


Corel Painter (Mac)
Pan tool
Panel menu commands

Space


Clipboard Master
Define area
Screenshots

Space


World of Warcraft
Jump
Movement

Space


Adobe Premiere Pro (Mac)
Play-Stop Toggle
Multi camera

Space


Adobe Premiere Pro (Windows)
Play-Stop Toggle
Multi camera

Space


Microsoft FrontPage
Perform the action assigned to the selected button; check or clear the selected check box.
Access and use dialog boxes

Space


Warcraft III
Center on last notification(s)
Game commands

Space


Riffstation Desktop
Play / return playhead to starting position
General

Space


Chromebook and Chrome OS
Scroll down the web page
Page and web browser

Space


WavePad
Play/Pause
Play Operations

Space


GitHub
Start moving the focused card
Project boards: Moving a card

Space


Adobe XD (Mac)
Pan
View menu

Space


Adobe XD (Windows)
Pan
-View menu

Space


Counter Strike: Global Offensive
Jump
Movement

Space


Adobe Audition (Mac)
Start and stop playback
Playing and zooming audio

Space


Adobe Audition
Start and stop playback
Playing and zooming audio

Space


Ardour
Toggle roll
Transport and recording control

Space


Kdenlive
Play
Editing

Space


Microsoft PowerPoint (Slideshows)
Perform the next animation or advance to the next slide
Control your slide show during the presentation

Space


GoldWave
Starts or stops playback using green play button mode.  See Control Properties.
Main Window

Space


Grand Theft Auto V
Play / pause clip
Clip edit mode

Space


Hearthstone
Open pack
General

Space


LibreOffice Impress
Play next effect (if any, else go to next slide)
Slide shows

Space


GIMP
Activate current button or list
Dialogs

Space


Kodi
Pause/Play
Music visualisation

Space


Comodo IceDragon
Toggle Play / Pause
Audio and Video

Space


Microsoft PowerPoint (Creating presentations)
Open the selected menu or gallery on the ribbon
Ribbon: Change focus by using the keyboard

Space


Sea of Thieves
Jump
Basic controls

Space


Office Delve
Select the highlighted area or item. If you have highlighted the title area of a content card, press Enter to open the document. If you have highlighted the expand area at the bottom of a content card, press the Spacebar to view more details for the document
General

Space


BBC iPlayer
Activate buttons
General

Space


LibreOffice
The selected point blinks once per second
Drawing objects

Space


Netflix
Toggle play / pause
General

Space


Apple GarageBand
Start or stop playback
General

Space


Apple iMovie
Play video beginning from the frame beneath the playhead or skimmer
Playing video

Space


Vimeo
Play / pause
General

Space


MindMeister
Open/close branches
General

Space


Android
Go to next page in any web page or document
Scrolling

Space


The Sims 4
Select the next Sim in the Household
Live mode

Space


Tekla Structures 20
Finish polygon input
Modeling

Space


FileMaker
Issue a selected command button
Relationships graph shortcuts

Space


Google+
Scroll down
Navigation

Space