GNU Emacs

The minibuffer

Complete and execute

⤶ Enter

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


ForkLift 3
Open selection
Commander style

⤶ Enter


Xyplorer
Start File Find when any control on the find files tab is focused (except the textbox on the Contents tab, where this key just creates a new paragraph)
Other Shortcuts

⤶ Enter


Todoist
Save a newly created task and create a new one below it
Adding and editing tasks

⤶ Enter


Solidworks 2019
Repeats the last command.
User Interface

⤶ Enter


Shadow Tactics: Blades of the Shogun
Execute a plan
Misc

⤶ Enter


Gigabyte Aorus motherboard
Execute command
Classic BIOS setup

⤶ Enter


Webflow
Edit element
General

⤶ Enter


Skipper
Edit selected element
Visual model shortcuts

⤶ Enter


Fortnite (PC)
Chat
Communication

⤶ Enter


ChessBase 13
Open selected database/start training
Database window

⤶ Enter


Miscreated
Chat
Chat

⤶ Enter


dbForge SQL Complete
Insert a highlighted suggestion into code
General

⤶ Enter


App Maker
Open the special editor for the selected widget, if supported
Page editor shortcuts - Mac

⤶ Enter


Discourse
Open selected topic
Navigation

⤶ Enter


Flyff
Activate the Chat Box and enter any text you have typed. Note that if you press the arrow down key, you will access previous chats that you have imputed
General

⤶ Enter


KiCad 5.0.2
Left click
Page Layout Editor

⤶ Enter


Apex Legends (PC)
Message team
Communication

⤶ Enter


Car Mechanic Simulator 2018
Confirm
General

⤶ Enter


The Secret of Monkey Island
Select objects on the screen for use in the sentence line
Cursor controls

⤶ Enter


Bus Simulator 18
Enter chat
Special

⤶ Enter


Assetto Corsa
Enter/exit the car
Showroom

⤶ Enter


LDView
Fullscreen view
General

⤶ Enter


LDCad
Open a relevant dialog for the current selection or model
Editor

⤶ Enter


Europa Universalis IV
Accepts some dialog windows
General

⤶ Enter


Kingdom Come: Deliverance
Interact / Use / Talk / Pick Up
General

⤶ Enter


Banner 9 (Windows, Mac)
Choose/Submit
Mac shortcuts

⤶ Enter


RStudio (Mac)
Stage/Unstage and move to next (Git)
Git / SVN

⤶ Enter


RStudio
Stage/Unstage and move to next (Git)
Git / SVN

⤶ Enter


IPython Shell
Select the command
Command history

⤶ Enter


Oracle RightNow
Edit selected item
Explorers and reports

⤶ Enter


EasyWorship
Put extra spacing between lines of text
Editor

⤶ Enter


GeoGebra
Toggle input Graphics View and Input Bar
Mac desktop

⤶ Enter


The Forest
Send message to players
Multiplayer

⤶ Enter


American Truck Simulator
Confirm selection
Miscellaneous

⤶ Enter


Ableton Live 10 (Mac)
Load Selected Device From Browser
Working with Plug-Ins and Devices

⤶ Enter


DayZ
Toggle Between 1st Person (1PP) and 3rd Person (3PP) Perspectives
General

⤶ Enter


Ableton Live 10
Load Selected Device From Browser
Working with Plug-Ins and Devices

⤶ Enter


VisualBoyAdvance-M
Start button
General controls

⤶ Enter


Tableau (Mac)
Add the selected field to the sheet (only works with a single field)
Authoring views (Tableau Desktop)

⤶ Enter


Tableau
Add the selected field to the sheet (only works with a single field)
Authoring views (Tableau Desktop)

⤶ Enter


JS Bin
Execute command
Console panel

⤶ Enter


ARK: Survival Evolved
Global Chat
Chat

⤶ Enter


TextMate
Continue block comment
PHP

⤶ Enter


Google Chrome
Search with your default search engine
Address bar

⤶ Enter


cPanel & WHM
Open selected item
Left navigation menu

⤶ Enter


Gitter
Go to the selected room once you have focus
Global shortcuts

⤶ Enter


Evolution
Open in new window
Mail Component - Selection

⤶ Enter


Sketch
Shape Edit Mode
Vector points

⤶ Enter


ProtonMail
Open the marked message / conversation
Mail - Navigation

⤶ Enter


Bitbucket Cloud
View selected item
Most pages

⤶ Enter


Jupyter Notebook
Enter edit mode
Command mode

⤶ Enter


FastMail
Open
Navigate, refresh, select & pin

⤶ Enter


Nuclide (Linux)
Opens the selected entry in the Project Explorer’s File Tree. If a directory is selected, then the directory is expanded. If a file is selected, then the file is opened in the main Editing Area.
Project Explorer’s file tree

⤶ Enter


Nuclide (Mac)
Opens the selected entry in the Project Explorer’s File Tree. If a directory is selected, then the directory is expanded. If a file is selected, then the file is opened in the main Editing Area.
Project Explorer’s file tree

⤶ Enter


draw.io
Start editing label of selected cell
Labels

⤶ Enter


Company of Heroes
Toggle team chat
General

⤶ Enter


Winamp
Play selected file
Playlist control shortcuts

⤶ Enter


PyCharm 2018.2
In the editor: enter a new line and set the caret at its beginning. On pressing Enter, PyCharm adds backslash character to avoid syntactical errors.
Basic editing

⤶ Enter


WorkZone Client
(when the focus is set on a list item) Add this item to another list
Add case/document/contact references dialog boxes

⤶ Enter


Google Keep Notes
Edit selected note
Actions

⤶ Enter


Trello
Open card
General

⤶ Enter


Asana
New Task
Task Actions

⤶ Enter


Asana (Mac)
New Task
Task Actions

⤶ Enter


Freshdesk
Open the ticket
Ticket Details page

⤶ Enter


Feedreader
If pressed while in articles list, opens article web page in minibrowser or external browser
General

⤶ Enter


Shotcut (Mac)
Open Selected
Playlist

⤶ Enter


Shotcut
Open Selected
Playlist

⤶ Enter


Adobe Photoshop Elements (Mac)
(crop tool) Accept cropping or exit cropping
Selecting and moving objects

⤶ Enter


Zendesk Support
Drill into an item
List navigation

⤶ Enter


Stack Exchange
Go to selected question
General

⤶ Enter


Atlassian JIRA Agile
View selected Issue
Issue actions and navigator

⤶ Enter


ArtRage Studio Pro
Clear Canvas Mode
Panel Commands

⤶ Enter


Quicken 2018
Record a transaction
Register and Write Checks

⤶ Enter


9gag
Open tweet details
Actions

⤶ Enter


Total War: Attila (Mac)
Deselect all
Selection

⤶ Enter


Total War: Attila
Deselect all
Selection

⤶ Enter


Evernote for Windows
Set focus in the note editor of the selected note
Note List

⤶ Enter


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

⤶ Enter


Adobe Lightroom Classic
Play slide show
Working in the Slideshow module

⤶ Enter


AI War Classic
Open the chat window
General

⤶ Enter


Bluebeam Revu
Complete markup
Markup & editing

⤶ Enter


Black Desert Online
Open chat
General

⤶ Enter


Path of Exile
Chat
General

⤶ Enter


Aegisub
Move to the next subtitle line, creating a new one if needed
Subtitle edit box

⤶ Enter


Call of Duty: Black Ops 4
Text chat
Interface

⤶ Enter


Diablo II
Opens / Closes In-Game chat overlay
General

⤶ Enter


Minecraft Bedrock Edition
Open / close chat
Keyboard & mouse controls

⤶ Enter


Nuke
(Bezier/Spline tools) Close shape
Roto / RotoPaint

⤶ Enter


Kindle for Mac
Next Page
Reading a Book

⤶ Enter


Fez
Pause
General

⤶ Enter


Diablo
Open message window or send message
General

⤶ Enter


Terraria
Chat
Gameplay

⤶ Enter


Kindle for PC
Open selected book to last (go to last page read)
From Library

⤶ Enter


Twist
Post a message
Navigation (macOS)

⤶ Enter


Google Search
Go to current result
General

⤶ Enter


World of Tanks
Activate battle chat. Also press Enter to send your message
Battle chat controls

⤶ Enter


DuckDuckGo
Go to the highlighted result, or use it right away to go to the first result
Results

⤶ Enter


Adobe Photoshop CC
(Select tool and then press Enter) Highlight options bar
Using panels

⤶ Enter


Microsoft Word 2016
(after you type the first few characters of the AutoText entry name and when the ScreenTip appears) An AutoText entry
Insert special characters

⤶ Enter


Windows PowerShell ISE
Repeat Last Command (for Step Into or Step Over)
Script debugging

⤶ Enter


Inkscape
start a new line or paragraph
Text tool

⤶ Enter


KMPlayer
Toggle full screen mode
General

⤶ Enter


SimpleMind
Add sibling topic
General

⤶ Enter


Reddit
Collapse / expand comment
Actions

⤶ Enter


Kibana
Select the currently selected or the top most term in auto-complete menu
When auto-complete is visible

⤶ Enter


Euro Truck Simulator 2
Confirm selection
Vehicle controls

⤶ Enter


Blood
Use selected inventory item
Keyboard

⤶ Enter


Autodesk SketchBook (Mac)
Play/Stop
Tools

⤶ Enter


Autodesk SketchBook (Windows)
OK
Hotkeys in SketchBook for Windows 10

⤶ Enter


Xodo
Next Search
Other shortcuts

⤶ Enter


Adobe Premiere Pro (Mac)
Next Row Field
Project panel

⤶ Enter


Adobe Premiere Pro (Windows)
Next Row Field
Project panel

⤶ Enter


Oracle PeopleTools
On a look up page, activates the Lookup button.
General

⤶ Enter


Microsoft FrontPage
Perform the action for the selected item in a smart tag menu.
Access and use smart tags

⤶ Enter


Dota 2
Opens chat window to send a message to everyone in your team.
Chat

⤶ Enter


Clip Studio Paint Pro
Fix
Shortcuts used during operation

⤶ Enter


ImageJ
Bring "ImageJ" window to front
General

⤶ Enter


Atom (Windows)
(Source: Tree View) core:confirm
All shortcuts

⤶ Enter


LightWave 3D
Create key
Layout: General

⤶ Enter


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

⤶ Enter


Corel Painter
Attribute dialog box for current layer
Adjuster tools

⤶ Enter


Riffstation Desktop
Play / pause
General

⤶ Enter


Corel Painter (Mac)
Attribute dialog box for current layer
Adjuster tools

⤶ Enter


CodeMirror
Insert a newline and auto-indent the new line
General (Mac)

⤶ Enter


GitHub
Complete the move in progress
Project boards: Moving a card

⤶ Enter


Chromebook and Chrome OS
Go to the next match for your search
Page and web browser

⤶ Enter


Microsoft Visual Studio 2017 (Most used shortcuts)
[Class Diagram] View.ViewCode
View

⤶ Enter


Adobe XD (Windows)
Edit Text
Operations menu

⤶ Enter


Adobe XD (Mac)
Edit Text
Operations menu

⤶ Enter


Ditto
Paste Selected Items in the Target Window, or Enter Group (if the item is a Group)
General

⤶ Enter


Microsoft PowerPoint (Slideshows)
while a hyperlink is selected: Perform the "mouse click" behavior of the selected hyperlink. (Follow a selected hyperlink)
Control your slide show during the presentation

⤶ Enter


Microsoft Visual Studio 2017 (All shortcuts)
Edit.BreakLine
Windows Forms Designer

⤶ Enter


Apple iBooks
Complete a cell entry and select the cell
Create cell references in formulas

⤶ Enter


GIMP
Set the new value
Dialogs

⤶ Enter


LibreOffice Impress
Change to Normal Mode with the active slide
Slide Sorter

⤶ Enter


Kodi
Player controls (OSD)
Music visualisation

⤶ Enter


Microsoft PowerPoint (Creating presentations)
Start a new paragraph
Move around in and work in tables

⤶ Enter


LibreOffice Base
Completes the input in the field and places the cursor into the next field
Control properties

⤶ Enter


LibreOffice Draw
Change to Normal Mode with the active slide
Navigating in the Slide Sorter

⤶ Enter


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

⤶ Enter


LibreOffice Calc
(in a selected range) Moves the cursor down one cell in a selected range. To specify the direction that the cursor moves, choose Tools - Options' - LibreOffice Calc - General'
Navigating

⤶ Enter


BBC iPlayer
Activate buttons
General

⤶ Enter


LibreOffice
Switches between themes view and object view
Gallery preview area

⤶ Enter


Netflix
Toggle play / pause
General

⤶ Enter


Apple GarageBand
Go to beginning
General

⤶ Enter


Tekla Structures 20
Repeat last command
General

⤶ Enter


Grand Theft Auto V
Select marker
Clip edit mode

⤶ Enter


MindMeister
Commit changes
Select and edit

⤶ Enter


The Sims 4
Find active Sim
Live mode

⤶ Enter


Android
Open an e-mail (from the main inbox list)
Gmail

⤶ Enter


Apple Pages
Complete a cell entry and move the selection down
Editing chart data

⤶ Enter


Buffer
Focus composer
Composer

⤶ Enter


Tumblr
Open a post's blog (Use with <keybs>J</keybs> and <keybs>K</keybs> keys)
Navigation

⤶ Enter


Pocket (Web)
Open selected item
Viewing your list

⤶ Enter


Google+
Open full post view of the selected post
Action keys

⤶ Enter


Maple
Evaluate Expression
2D Math

⤶ Enter


NZBGet
Remove focus from search box
Search box (at the top of the page)

⤶ Enter


Basecamp
Insert line break
Editing

⤶ Enter


TinyMCE
Execute command
Accessibility

⤶ Enter


Minesweeper
Used as clicking squares
General (Vista and later)

⤶ Enter


WinNc
Opens a compressed file
General

⤶ Enter


NewsBin Pro
Same as a left mouse click on item with focus
Standard Windows keyboard navigation

⤶ Enter


REAPER
Browser: Browse selected folder, or insert selected media file
Section: Media Explorer

⤶ Enter


Apple Calendar
(while an event is open) Close the event editor
Event shortcuts

⤶ Enter


Greenshot
Finish editing
Other

⤶ Enter


Freemind
Add sibling node
New node commands

⤶ Enter


FastStone Image Viewer
Crop the image
General

⤶ Enter


iPad Smart Keyboard
Line break
Facebook Messenger

⤶ Enter


FileMaker
Save
Alert message

⤶ Enter


OneDrive
Open a selected file or folder
Give commands

⤶ Enter


The Bat!
Open message in new window
Working with Messages

⤶ Enter


WinMerge
Open selected file or folder
Comparing folders

⤶ Enter


WPS Office
Moves one cell down in a selected cell range
General

⤶ Enter


Microsoft Access 2016
In a Table of Contents in tree view, expand or collapse the selected item
Get help with Access

⤶ Enter


MediaMonkey
Play (selected tracks) now (can be changed by modifying 'Double-click action')
General

⤶ Enter


League of Legends
Create chat cursor
General

⤶ Enter


FileZilla
Transfer the currently selected item if it is a file or expands it if it is a directory
Advanced

⤶ Enter


Outlook 2016 and Outlook 2013
Collapse the group
Timeline view (Tasks): When a group is selected

⤶ Enter


IrfanView
Toggle fullscreen mode
Full screen mode

⤶ Enter


Microsoft Excel 2016
In a dialog box, it performs the action for the default command button in the dialog box (the button with the bold outline, often the OK button)
Other useful shortcut keys

⤶ Enter


NVDA Screen Reader
Activate button
Basics: Activate

⤶ Enter


Slack
Take action or "click" on links
Navigation

⤶ Enter


Kaspersky Internet Security
If a button is selected, press a button
Kaspersky password manager

⤶ Enter


Zimbra Web Client
Save changes
Dialog boxes

⤶ Enter


ACDSee
Closes View mode and returns to the previous mode
General

⤶ Enter


Microsoft Internet Explorer 11
Activate a selected link
Browsing

⤶ Enter


7-Zip
Open current item
File menu

⤶ Enter


Chrome DevTools
Execute
Console panel

⤶ Enter


Paint.NET
Deselect active selection
Edit menu

⤶ Enter


GOM Player
Full screen/restore
Window size

⤶ Enter


Everything
Open the selected items
Result list

⤶ Enter


PeaZip
(on the folder) Open directory
Navigation

⤶ Enter


KeePass
Edit / view entry
KeePass Interface

⤶ Enter


Notepad++
Next match (same as > button)
Incremental search widget

⤶ Enter


Windows 3.1
Open
Menu features

⤶ Enter


SQL Server Management Studio (SSMS)
Display the grid on the design surface
Designer

⤶ Enter


Trillian
Send message
General

⤶ Enter


Opera
Open transferred file
Panel keys: Actions

⤶ Enter


iTunes 11 for Mac
Play the currently selected song from the beginning
Playback

⤶ Enter


AIMP
Play selected file
Working with Playlist

⤶ Enter


iTunes 11 for Windows
Click the currently selected control
With full keyboard navigation enabled

⤶ Enter


Mozilla Thunderbird
Open message (in new window or tab)
Message functions

⤶ Enter


Microsoft OneNote
While searching all notebooks, go to the selected result
Search notes

⤶ Enter


Microsoft Movies and TV
Select something that's in focus
General

⤶ Enter


Microsoft Photos App
Select an item while in Selection mode
General

⤶ Enter


Safari
Finish editing a bookmark name
Bookmarks sidebar and bookmarks view

⤶ Enter


SnagIt 13
Take a capture
Capture hotkeys

⤶ Enter


PhotoScape
Fullscreen or editor
Viewer

⤶ Enter


Narrator
If supported, perform secondary action on an item
Scan mode keyboard commands

⤶ Enter


Adobe Acrobat 2017 (Mac)
Activate selected tool, item (such as a movie clip or bookmark), or command
General navigating

⤶ Enter


Adobe Acrobat 2017 (Windows and Unix)
Activate highlighted link
Help window

⤶ Enter


Diablo III
Send message to party
General

⤶ Enter


Audacity
Toggle Focused Track
Tracks menu

⤶ Enter


Duolingo
Submit your answer, continue onto next screen
General

⤶ Enter


Spotify
Play selected
General

⤶ Enter


Facebook (Chrome)
View selected news post
News feed

⤶ Enter


Celestia
Open the console
Keyboard navigation commands

⤶ Enter


YouTube
Execute selected player control button
General

⤶ Enter


Gmail
Open conversation
Navigation

⤶ Enter


Battlefield V
Default chat
Chat

⤶ Enter


DBeaver 6.0.3
Activate inline editor
Data editor

⤶ Enter


Figma
Edit shape or image
Transform

⤶ Enter


Pinnacle Studio 22
Stop motion: Capture frame (when capture frame is open)
Importer

⤶ Enter


Feedly
Open selected article
Selected article actions

⤶ Enter