GNU Emacs

The minibuffer

Activate menu bar items in text terminals

F10

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


Civilization V (Windows)
Strategic View
General Hotkeys

F10


Firebug (Windows)
Step Over
Script-Panel

F10


Open Office Writer 3 (Linux)
Stop build
Building Projects

F10


Firebug (Linux)
Step Over
Script-Panel

F10


Firebug (MacOS)
Step Over
Script-Panel

F10


KDevelop (Linux)
Stop build
Building Projects

F10


Tally 9.0 (Windows)
Navigate between Accounting Reports
General Shortcuts

F10


SharpDevelop 4.0 (Windows)
Step over
Debugging

F10


Total Commander 8 (Windows)
Activate left menu or deactivate menu
Main Shortcuts

F10


Microsoft PowerPoint 2003 (Windows)
Menu bar
40 Shortcuts for Microsoft PowerPoint 2003 (Windows)

F10


Opera (Linux)
Focus on main menu button
Focus

F10


Evernote (Windows)
Toggle display of left panel
Main Application Shortcuts - Change View and Display

F10


Microsoft Word 2007 (Windows)
Show KeyTips.
Function key reference: Function keys

F10


InDesign CS5 (MacOS)
Display the Stroke panel
Editing Paths and Frames

F10


Smartplant Review (Windows)
Next Tag
Function Keys

F10


UltraEdit (Windows)
Execute Windows Program
DOS Menu

F10


Visual Studio 2015 (Windows)
Debug / step over
Build and Debug

F10


Oracle SQL Developer 4 (Windows)
Explain Plan
Worksheet

F10


Microsoft Windows 7 (Windows)
Display the Options menu
Windows Help

F10


CATIA V5 (Windows)
Toggle Swap Visible Space
38 Shortcuts for CATIA V5 (Windows)

F10


AutoCAD 2012 (Windows)
Toggle polar mode
Toggle Drawing Modes

F10


Avid Media Composer 7 (Windows)
Adds a Yellow locator to the clip
Capturing

F10


Avid Media Composer 7 (MacOS)
Adds a Yellow locator to the clip
Capturing

F10


Texmaker 4.0.2 (Windows)
View log
"Tools" menu

F10


FL Studio (Windows)
Show/hide MIDI settings
Window Navigation

F10


Presonus Studio One (Windows)
Show pool
View Menu

F10


Adobe Acrobat Pro (Windows)
Move focus to menus
Navigation

F10


Adobe Acrobat Pro (Windows)
Close context menu
Navigation

F10


Linux Mint (Linux)
Open file menu
File Manager (Nemo) - General

F10


Qt Creator (MacOS)
Step over
Debugging

F10


Qt Creator (Windows)
Step over
Debugging

F10


Camtasia 8 (Windows)
Stop
Recorder Hotkeys

F10


Autodesk Maya 2015 (Windows)
Select - Edge
Making Selections

F10


Microsoft Excel 2010 (Windows)
Select the active tab of the Ribbon and activate the access keys. Press either of these keys again to move back to the document and cancel the access keys. and then arrow left or arrow right
Work with the Excel Ribbon

Alt / F10


Autodesk Maya 2017 (Windows)
Select - Edge
Making Selections

F10


Adobe After Effects CC (Windows)
Switch to 3D view 1 (defaults to Front)
3D Layers

F10


Adobe After Effects CC (MacOS)
Switch to 3D view 1 (defaults to Front)
3D Layers

F10


InDesign CC (Windows)
Stroke
Panels

F10


InDesign CC (MacOS)
Stroke
Panels

F10


Hexagon 2 (MacOS)
Flat Solid and Edges Display
Select,Interface and Display Shortcuts

F10


Hexagon 2 (Windows)
Flat Solid and Edges Display
Select,Interface and Display Shortcuts

F10


ArchiCAD 20 (Windows)
PhotoRender Projections
Images

F10


ArchiCAD 20 (MacOS)
PhotoRender Projections
Images

F10


Dynamics NAV 2015 (Windows)
Select the Menu bar and Display Access keys
Function Key Shortcuts

F10 / Alt


Dynamics SL 2015 (Windows)
Puts focus on the Solomon Tool Bar
Function Key Shortcuts

F10


Autodesk Inventor 2017 (Windows)
Sketch Visibility
Function Key

F10


Microsoft Word 2016 (Windows)
Show KeyTips.
All Function Key Shortcuts

F10


Autodesk 3ds Max 2017 (Windows)
Render scene dialogue
General user interface

F10


Autodesk Revit Architecture (Windows)
Keytips
Function Keys

F10


AutoCad Architecture 2017 (Windows)
Polar tracking
Function Keys

F10


AutoCAD 2016 (Windows)
Toggles Polar Tracking
General

F10


Act! CRM (Windows)
Group list
View Shortcuts

F10


GTA V Cheats (Windows)
Drop Ammunition
Online Control Keys

F10


Blender 3D (Windows)
Display Scene Context
Universal

F10


Adobe Dreamweaver (Windows)
Code Inspector
Windows

F10


Corel WordPerfect X8 (Windows)
Menu Command
63 Shortcuts for Corel WordPerfect X8 (Windows)

F10


Steinberg Cubase 9 (Windows)
Next tool
Tool

F10


Steinberg Cubase 9 (MacOS)
Next tool
Tool

F10


Chief Architect (Windows)
Angle Snaps
View Mode

F10


Chief Architect (MacOS)
Angle Snaps
View Mode

F10


Corel Draw X8 (Windows)
Shape tool
Toolbox Tool Selection

F10


Corel Quattro Pro X8 (Windows)
Move Selector to Menu Bar
Function Keys

F10


Final Fantasy XV (Windows)
Target focus target
Targeting

F10


Adobe Captivate 2017 (Windows)
Preview Current Slide an d Following N Slides
Function Key Shortcuts

F10


Adobe Captivate 2017 (Windows)
Stop Full Motion Recording
Recording

F10


Primevera P6 P6 (Windows)
Commit Changes
General Shortcuts

F10


MetaTrader MT4 (Windows)
Open PopUp Prices Window
Function Key Shortcuts

F10


Zerodha Trader (Windows)
Log Out
Other Shortcuts

F10


XYplorer (Windows)
Dual Pane
Function key Shortcuts

F10


MediaMonkey (Windows)
Show Genre node
Standard Keyboard Shortcuts

F10


Xamarin Studio (MonoDevelop) (Windows)
Step Over
Debug Menu

F10


CrazyTalk 8 (Windows)
Click the Record button in Puppeteering Panel
Timeline Editing

F10


iClone 7 (Windows)
Current Frame Preview
Working Area

F10


CrazyTalk 8 (Windows)
Click the Record button in Puppeteering Panel
Puppeteering Panel

F10


CityEngine (Windows)
Show/hide graph networks
48 Shortcuts for CityEngine (Windows)

F10


CityEngine (MacOS)
Show/hide graph networks
48 Shortcuts for CityEngine (MacOS)

F10


Rhino (Windows)
Points On
Default Shortcuts

F10


Visual Studio Code (Windows)
Step over
Debug

F10


Tableau (Windows)
Toggles Automatic Updates on and off
General

F10


OpenSCAD (MacOS)
Surfaces
Function Shortcuts

F10


Alphacam (Windows)
Snap to Tangent
Geometry Creation

F10


Exact Audio Copy
Drive options
File menu

F10


Solidworks 2019
Toolbar
Commands

F10


CuteFTP (Windows)
Switch between Log pane and Queue pane
General

F10


RStudio (Windows)
Execute next line
Debug

F10


CuteFTP (MacOS)
Switch between Log pane and Queue pane
72 Shortcuts for CuteFTP (MacOS)

F10


RStudio (MacOS)
Execute next line
Debug

F10


Zwift (PC and macOS)
Screen Capture / Photo
Function

F10


Smite (MacOS)
Pause
Other Controls

F10


Smite (Windows)
Pause
Other Controls

F10


Gigabyte Aorus motherboard
Save all the changes and exit the BIOS Setup program
Classic BIOS setup

F10


Open Rails 0.6.2
Next station
Panels

F10


ChessBase 13
Load next game in list
Board window

F10


Miscreated
Emote: Point finger
Emote

F10


winIDEA
Step over the next statement
Debug

F10


HyperWorks (Windows)
Check Elements:2D
24 Shortcuts for HyperWorks (Windows)

F10


progeCAD (Windows)
Turns the status bar on and off
51 Shortcuts for progeCAD (Windows)

F10


Mastercam (Windows)
List all functions and execute selected
53 Shortcuts for Mastercam (Windows)

F10


progeCAD (Windows)
Turns the status bar on and off
Function Key Shortcuts

F10


Roblox
Graphics level
Misc

F10


Xyplorer
Dual Pane
Panes Menu

F10


Ableton Live 9 (Windows)
Back to Arrangement
Transport

F10


Ableton Live 9 (MacOS)
Back to Arrangement
Transport

F10


Ulead PhotoImpact 8 (Windows)
Toggles between showing or hiding the AccessPanel
View Menu

F10


IRONCAD (Windows)
Toggles TriBall on/off for shape/part
Triball Function Keys

F10


DaVinci Resolve 15 (Mac)
Overwrite
Edit menu

F10


Cobalt (Windows)
Browser
70 Shortcuts for Cobalt (Windows)

F10


Inkscape (Windows)
Main menu
Window

F10


DaVinci Resolve 14 (Windows)
Overwrite Edit
Edit

F10


DaVinci Resolve 14 (MacOS)
Overwrite Edit
Edit

F10


Inkscape (MacOS)
Main menu
Window

F10


Maxwell Render (Windows)
Front face
Polygon Selection

F10


DaVinci Resolve 14 (Windows)
Overwrite
Edit

F10


DaVinci Resolve 14 (MacOS)
Overwrite
Edit

F10


Target 3001! (Windows)
Menu Mode
Function key Shortcuts

F10


Roblox Studio
Step over
Scripting

F10


Ulead PhotoImpact 8 (Windows)
Opens the Document Manager
Miscellaneous

F10


WavePad Sound Editor (Windows)
Play normal speed
Play Operations

F10


WavPad Sound Editor (MacOS)
Play normal speed
Play Operations

F10


gEDA (Linux)
File menu
Other Important Shortcuts

F10


Battlezone 98 Redux
Select weapon
Weapons

F10


Europa Universalis IV
Screenshots mapmode
General

F10


Substance Painter
Mode Rendering (Iray)
General

F10


Substance Painter (Mac)
Mode Rendering (Iray)
General

F10


BricsCAD (Windows)
Toggles the Polar Tracking setting
Function Key Shortcuts

F10


FlightGear
Toggle menu on/off
Display options

F10


BricsCAD (Linux)
Toggles the Polar Tracking setting
Function Key Shortcuts

F10


BricsCAD (MacOS)
Toggles the Polar Tracking setting
Function Key Shortcuts

F10


Banner 9 (Windows, Mac)
Save
Windows shortcuts

F10


Modo (Windows)
Render current view
Render

F10


Modo (MacOS)
Render current view
Render

F10


MuseScore (Windows)
Mixer
Display Shortcuts

F10


MuseScore (MacOS)
Mixer
Display Shortcuts

F10


DraftSight (Windows)
Turns Polar Guides On/Off
37 Shortcuts for DraftSight (Windows)

F10


Aspire (Windows)
Opens the Alignment Tools form
General Shortcuts

F10


VCarve Pro (Windows)
Opens the Alignment Tools form
General Shortcuts

F10


RStudio (Mac)
Execute Next Line
Debug

F10


RStudio
Execute Next Line
Debug

F10


Aspire (Windows)
Opens the Alignment Tools form
Alignment

F10


VCarve Pro (Windows)
Opens the Alignment Tools form
Alignment

F10


PRTG Network Monitor
Context menu > Tools > Custom tool command (if available)
Enterprise console

F10


Ableton Live 10
Back to Arrangement
Transport

F10


Ableton Live 10 (Mac)
Back to Arrangement
Transport

F10


KeyCreator (Windows)
Backup in Function
Miscellaneous Shortcuts

F10 / Backspace


American Truck Simulator
Take a screenshot
Interface controllers

F10


AVImark
Go To date
Boarding calendar

F10


Tableau
Toggle automatic data updates on and off
Data (Tableau Desktop)

F10


DayZ
Die
Communication

F10


Google Chrome
Open the Chrome menu
Feature shortcuts

F10


RimWorld
Take screenshot
User interface

F10


Lacerte
Open Technical Support Window
Clients, Detail, Forms and Diagnostics screens

F10


Samsung TV
Volume up
General

F10


AutoCAD
Toggle polar mode
Toggle Drawing Modes

F10


Company of Heroes
Toggle in-game menu
General

F10


Nuclide (Linux)
Step over a piece of code. For example, if you are stopped at a method call, this will execute that method without stepping through it line-by-line.
Debugger

F10


Nuclide (Mac)
Step over a piece of code. For example, if you are stopped at a method call, this will execute that method without stepping through it line-by-line.
Debugger

F10


Tibia
Levitate up
Action bar

F10


Evernote for Windows
Show/Hide Left Panel
Application-wide

F10


RPG Maker
Resource manager
Editor

F10


Old School RuneScape (OSRS)
Switch to the options tab
General

F10


ZoomText
AppReader: Text View
ZoomText Keyboard

F10


Kerbal Space Program
Temperature Gauges
System/UI Commands

F10


SQL Server Profiler
Step through a replayed trace
Replay

F10


NoxPlayer
Lock the mouse to the emulator window
General

F10


PaintShop Pro 2018
Learning Center
Single key shorcuts

F10


ProgeCAD
Status Bar
General

F10


Diablo
Auto Send messages during auto play
General

F10


Bluebeam Revu
Close context menu
Miscellaneous

F10


Magic: The Gathering Online
Shortcut for choosing "No"
General

F10


StarCraft 2
Menu
Interface

F10


Terraria
Toggle FPS
Other hotkeys

F10


Logo Accounting
Open listing windows for receipts, invoices and reports
General

F10


CorelDRAW Graphics Suite 2018
Shape
General

F10


Microsoft Word 2016
Show KeyTips
Function key reference

F10


Windows PowerShell ISE
Step Over
Script debugging

F10


BSPlayer
Boss button
Misc

F10


Camtasia
Stop
Recorder

F10


Euro Truck Simulator 2
Take a screenshot
Interface controls

F10


Inkscape
Main menu
Window

F10


Virtual DJ 2018
Sampler 10 play_stop
General

F10


LightWave 3D
Render scene
Layout: Render

F10


Microsoft Paint
Displays key tips like the Alt key
Function keys

F10


TextRoom
Export to Google Docs
General

F10


gedit
Open the file menu
Show and hide panes

F10


Dota 2
Opens the broadcaster menu
Spectator & replay controls

F10


Microsoft FrontPage
Select the menu bar (menu bar: The horizontal bar below the title bar that contains the names of menus. A menu bar can be the built-in menu bar or a custom menu bar.), or close an open menu and submenu at the same time.
Access and use menus and toolbars

F10


Warcraft III
Toggle Game Menu on/off
Menu commands

F10


Clipboard Master
Show context menu
Screenshots

F10


World of Warcraft
4th bag
Panels

F10


Microsoft Visual Studio 2017 (Most used shortcuts)
Debug.StepOver
Debug

F10


WavePad
Play Normal Speed
Play Operations

F10


Microsoft Visual Studio 2017 (All shortcuts)
Debug.StepOver
Debug

F10


Comodo IceDragon
Toggle Menu Bar (when hidden)
Miscellaneous

F10


PSPad
HTML Page Preview
HTML

F10


GIMP
Main Menu
View

F10


Microsoft PowerPoint (Creating presentations)
Select the active tab of the ribbon and activate the access keys
Ribbon: Change focus by using the keyboard

F10


WriteMonkey
Show and focus document list / toggle documents / jumps
General

F10


WordPerfect X8
Menu Command
General

F10


WinHex
Refine volume snapshot
Specialist menu

F10


LibreOffice
Activates the first menu (File menu)
Controlling documents and windows

F10


WinNc
Quit
General

F10


NewsBin Pro
Activate menu bar
Standard Windows keyboard navigation

F10


KompoZer
(Controlled through keyboard preference in Control Panel) Open Main Menu (switches to the first drop-down menu at the top of the window)
General

F10


Midnight Commander
Ends current action; editor, viewer, dialog window or ends mc program.
Function keys

F10


Qt Creator
Step over
Debugging

F10


Guitar Pro
Edit automations
Edit

F10


Microsoft Access 2016
Select the active tab of the ribbon and activate KeyTips
Navigating the ribbon

F10


Maxthon
URL keys
Others

F10


MediaMonkey
Show genre node
General

F10


Microsoft Excel 2016
Turns key tips on or off (Pressing Alt does the same thing)
Function keys

F10


Visual Studio Code (Mac)
Step over
Debug

F10


Visual Studio Code (Linux)
Step over
Debug

F10


Visual Studio Code (Windows)
Step over
Debug

F10


Chrome DevTools
Step over next function or call
Sources panel

F10


PeaZip
Menu
Functional keys

F10


WinSCP
Quit
Service commands

F10


SQL Server Management Studio (SSMS)
Step over
Transact-SQL debugger

F10


Mozilla Thunderbird
Toggle menu bar (if hidden)
Controlling Thunderbird windows and tabs

F10


Overwatch
Spectate 10
Spectate

F10


Adobe Acrobat 2017 (Mac)
Close context menu
General navigating

F10


Adobe Acrobat 2017 (Windows and Unix)
Close context menu
General navigating

F10


Unity Desktop (Linux)
Open first application menu item (e.g. "File" menu). Use arrow keys to cycle among menus and menu entries. Use esc to close menu without selecting anything.
Other

F10


Microsoft Windows Vista (Windows)
Jump to Application Menu.
Work with Vista (Application) Windows

F10 / Alt +letter, then arrow keys


Microsoft Excel 2007 (Windows)
Turns key tips on or off.
Function keys in Excel 2007

F10


Microsoft Word 2010 (Windows)
Select item in Ribbon
Navigate within Documents - Ribbons

F10 / Alt


InDesign CS5 (Windows)
Display the Stroke panel
Editing Paths and Frames

F10


Microsoft Excel 2007 (Windows)
Select the active tab of the Ribbon and activate the access keys. . Press either of these keys again to move back to the document and cancel the access keys.
Work with the Excel Ribbon

Alt / F10


Microsoft Word 2010 (Windows)
Select item in Ribbon
Edit Documents - Ribbons

F10 / Alt


Adobe After Effects CS5 (MacOS)
Switch to 3D view 1 (defaults to Front)
3D Layers

F10


Adobe After Effects CS5 (Windows)
Switch to 3D view 1 (defaults to Front)
3D Layers

F10


Microsoft Word 2010 (Windows)
Select item in Ribbon
Formats - Ribbons

F10 / Alt


Microsoft Word 2010 (Windows)
Select item in Ribbon
Manage Word View - Ribbons

F10 / Alt


Microsoft Word 2010 (Windows)
Select item in Ribbon
Tables - Ribbons

F10 / Alt


Scrivener 1.9.9
Show index card status
View

F10