Qt Creator (MacOS)

Debugging

Step over

F10

All hotkeys for Qt Creator (MacOS)

Version Control - Bazaar
Commit/Submit

Command + Z , Alt+ C

Version Control - Bazaar
Diff

Command + Z , Alt+ D

Version Control - Bazaar
Log/Filelog

Command + Z , Alt+ L

Version Control - Bazaar
Status

Command + Z , Alt+ S

Version Control - CVS
Add

Command + C , Alt+ A

Version Control - CVS
Commit/Submit

Command + C , Alt+ C

Version Control - CVS
Diff

Command + C , Alt+ D

Version Control - Git
Add

Command + G , Command + A

Version Control - Git
Commit/Submit

Command + G , Command + C

Version Control - Git
Diff

Command + G , Command + D

Version Control - Git
Diff project

Command + G , Command + Shift + D

Version Control - Git
Blame/Annotate

Command + G , Command + B

Version Control - Git
Log/Filelog

Command + G , Command + L

Version Control - Git
Log project

Command + G , Command + K

Version Control - Git
Undo changes/Revert

Command + G , Command + U

Version Control - Mercurial
Add

Command + P , Command + A

Version Control - Mercurial
Commit/Submit

Command + P , Command + S

Version Control - Mercurial
Diff project

Command + P , Command + D

Version Control - Mercurial
Log/Filelog

Command + P , Command + F

Version Control - Mercurial
Undo changes/Revert

Command + P , Command + R

Version Control - Mercurial
Edit

Command + P , Command + E

Version Control - Subversion
Add

Command + G , Command + A

Version Control - Subversion
Commit/Submit

Command + G , Command + C

Version Control - Subversion
Diff

Command + G , Command + D

General
Open file or project

Ctrl + O

General
New file or project

Ctrl + N

General
Open in external editor

Command + V , Command + I

General
Select all

Ctrl + A

General
Delete

Delete

General
Cut / Copy / Paste

Ctrl + X / Ctrl + C / Ctrl + V

General
Undo

Ctrl + Z

General
Redo

Ctrl + Y

General
Print

Ctrl + P

General
Save

Ctrl + S

General
Save all

Ctrl + Shift + S

General
Close window

Ctrl + W

General
Close all windows

Ctrl + Shift + W

General
Close current file

Ctrl + F4

General
Go back / Go forward

Command + Arrow Left / Command + Arrow Right

General
Go to line

Ctrl + L

General
Go to other split

Ctrl +E, O

General
Previous open document / Next open document in history

Ctrl + Tab / Ctrl + Shift + Tab

General
Activate Locator

Ctrl + K

General
Switch to Welcome mode

Ctrl + 1

General
Switch to Edit mode

Ctrl + 2

General
Switch to Design mode

Ctrl + 3

General
Switch to Debug mode

Ctrl + 4

General
Switch to Projects mode

Ctrl + 5

General
Switch to Analyze mode

Ctrl + 6

General
Switch to Help mode

Ctrl + 7

General
Toggle Issues pane

Command + 1

General
Toggle Search Results pane

Command + 2

General
Toggle Application Output pane

Command + 3

General
Toggle Compile Output pane

Command + 4

General
Toggle other output panes

Command + 5 ... 9

General
Activate Bookmarks pane

Command + M

General
Activate File System pane

Command + Y

General
Activate Open Documents pane

Command + O

General
Maximize output panes

Command + 9

General
Move to next item in output panes

F6

General
Move to previous item in output panes

Shift + F6

General
Activate Projects pane

Command + X

General
Full screen

Ctrl + Shift + F11

General
Toggle the sidebar

Command + 0

General
Move to Edit mode

Esc

General
Exit Qt Creator

Ctrl + Q

Editor
Auto-indent selection

Ctrl + I

Editor
Collapse / Expand

Ctrl + < / Ctrl + >

Editor
Trigger a completion in this scope

Ctrl + Space

Editor
Copy line

Ctrl + Insert

Editor
Copy line down / copy line up

Ctrl + Command +Down

Editor
Paste from the clipboard history, Subsequent presses move you back in the history

Ctrl + Shift + V

Editor
Cut line

Shift + Delete

Editor
Join lines

Ctrl + J

Editor
Insert line above current line

Ctrl + Shift + Enter

Editor
Insert line below current line

Ctrl + Enter

Editor
Decrease / increase font size (or Ctrl+scroll)

Ctrl +-/ Ctrl + +

Editor
Reset font size

Ctrl + 0

Editor
Toggle Vim-style editing

Command + V , Alt+ V

Editor
Split

Ctrl + E , 2

Editor
Split side by side

Ctrl + E , 3

Editor
Remove all splits

Ctrl + E , 1

Editor
Remove current split

Ctrl + E , 0

Editor
Select all

Ctrl + A

Editor
Go to block end / Go to block start

Ctrl + ] / Ctrl + [

Editor
Go to block end / Go to block start with selection

Ctrl + } / Ctrl + {

Editor
Move current line down / Move current line up

Ctrl + Shift + Arrow Down / Ctrl + Shift + Arrow Up

Editor
Trigger a refactoring action in this scope

Command + Enter

Editor
Rewrap paragraph

Ctrl + E , R

Editor
Select the current block The second press extends the selection to the parent block

Ctrl + U

Editor
Enable text wrapping

Ctrl + E , Ctrl + W

Editor
Toggle comment for selection

Ctrl + /

Editor
Visualize whitespace

Ctrl +E, Ctrl+ V

Editor
Adjust size

Ctrl + J

Editor
Lay out in a grid

Ctrl + G

Editor
Lay out horizontally

Ctrl + H

Editor
Lay out vertically

Ctrl + L

Editor
Preview

Command + Shift + R

Editor
Edit signals and slots

F4

Editor
Toggle bookmark

Ctrl + M

Editor
Go to next bookmark / go to previous bookmar

Ctrl + . / Ctrl + ,

Editor
Fetch snippet

Command + C , Alt+ F

Editor
Paste snippet

Command + C , Alt+ P

Editor
Find usages

Ctrl + Shift + U

Editor
Follow symbol under cursor; Works with namespaces, classes, methods, variables, include statements and macros

F2

Editor
Rename symbol under cursor

Ctrl + Shift + R

Editor
Switch between method declaration and definition

Shift + F2

Editor
Open type hierarchy

Ctrl + Shift + T

Editor
Switch between header and source file

F4

Editor
Turn selected text into lowercase

Command + U

Editor
Turn selected text into uppercase

Command + Shift + U

Editor
Run static checks on JavaScript code to find common problems

Ctrl + Shift + C

Editor
Find and replace

Ctrl + F

Editor
Find next / Find previous

F3 / Shift + F3

Editor
Find next / Find previous occurrence of selected text

Ctrl + F3 / Ctrl + Shift + F3

Editor
Replace next

Ctrl + =

Editor
Open advanced find

Ctrl + Shift + F

Editor
Record a text-editing macro

Command + (

Editor
Stop recording a macro

Command + )

Editor
Play last macro

Command + R

Editor
Show Qt Quick toolbars

Ctrl + Command + Space

Editor
Execute user actions 1 … 9 in FakeVim mode

Command + V , 1 ... 9

Image Viewer
Switch to background

Ctrl + [

Image Viewer
Switch to outline

Ctrl + ]

Image Viewer
Zoom in / Zoom out

Ctrl + + / Ctrl + -

Image Viewer
Fit to screen

Ctrl + =

Image Viewer
Original size

Ctrl + 0

Qt Quick Designer
Open the QML file that defines the selected component

F2

Qt Quick Designer
Move between code editor and visual editor

F4

Qt Quick Designer
Toggle left sidebar

Ctrl + Command + 0

Qt Quick Designer
Toggle right sidebar

Ctrl + Command + Shift + 0

Debugging
Start or continue debugging

F5

Debugging
Exit debugger

Shift + F5

Debugging
Step over

F10

Debugging
Step into

F11

Debugging
Step out

Shift + F11

Debugging
Toggle breakpoint

F9

Debugging
Run to selected function

Ctrl + F6

Debugging
Run to line

Ctrl + F10

Debugging
Reverse direction

F12

Project
Build project

Ctrl + B

Project
Build all

Ctrl + Shift + B

Project
New project

Ctrl + Shift + N

Project
Open project

Ctrl + Shift + O

Project
Select the kit to build and run your project with

Ctrl + T

Project
Run

Ctrl + R

Version Control

Help
View context-sensitive help

F1

Help
Activate contents in Help mode

Ctrl + T

Help
Add bookmark in Help mode

Ctrl + M

Help
Activate index in Help mode

Ctrl + I

Help
Reset font size

Ctrl + 0

Help
Activate search in Help mode

Ctrl + S

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 (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


GNU Emacs
Activate menu bar items in text terminals
The minibuffer

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