RStudio (Windows)

Debug

Execute next line

F10

All hotkeys for RStudio (Windows)

Console
Move cursor to console

Ctrl + 2

Console
Clean console

Ctrl + L

Console
Move cursor to beginning of line

Home

Console
Move cursor to end of line

End

Console
Navigate command history

Up / Down

Console
Popup command history

Ctrl + Up

Console
Interrupt currently executing command

Esc

Console
Change working directory

Ctrl + Shift + H

Source
Goto file/function

Ctrl + .

Source
Move cursor to source editor

Ctrl + 1

Source
New document (except on chrome/windows)

Ctrl + Shift + N

Source
New document (Chrome only)

Ctrl + Alt + Shift + N

Source
Open document

Ctrl + O

Source
Save active document

Ctrl + S

Source
Close active document (except on Chrome)

Ctrl + W

Source
Close active document (Chrome only)

Ctrl + Alt + W

Source
Close all open documents

Ctrl + Shift + W

Source
Preview HTML (markdown and HTML)

Ctrl + Shift + K

Source
Compile notebook/compile PDF (TeX and Sweave)

Ctrl + Shift + K

Source
Insert chunk (Sweave and Knitr)

Ctrl + Alt + I

Source
Insert code section

Ctrl + Shift + R

Source
Run current line/selection

Ctrl + Enter

Source
Run current line/selection (retain cursor position)

Alt + Enter

Source
Re-run previous region

Ctrl + Shift + P

Source
Run current document

Ctrl + Alt + R

Source
Run from document beginning to current line

Ctrl + Alt + B

Source
Run from current line to document end

Ctrl + Alt + E

Source
Run from current line to document end

Ctrl + Alt + F

Source
Run the current code section

Ctrl + Alt + T

Source
Run previous sweave/Rmd code

Ctrl + Alt + P

Source
Run the current Sweave/Rmd chunk

Ctrl + Alt + C

Source
Run the next Sweave/Rmd chunk

Ctrl + Alt + N

Source
Source a file

Ctrl + Shift + O

Source
Source the current document

Ctrl + Shift + S

Source
Source the current document (with echo)

Ctrl + Shift + Enter

Source
Fold selected

Alt + L

Source
Unfold selected

Shift + Alt + L

Source
Fold all

Alt + O

Source
Unfold all

Shift + Alt + O

Source
Go to line

Shift + Alt + G

Source
Jump to

Shift + Alt + J

Source
Switch to tab

Ctrl + Shift + .

Source
Previous tab

Ctrl + F11

Source
Next tab

Ctrl + F12

Source
First tab

Ctrl + Shift + F11

Source
Last tab

Ctrl + Shift + F12

Source
Navigate back

Ctrl + F9

Source
Navigate forward

Ctrl + F10

Source
Extract function from selection

Ctrl + Alt + X

Source
Extract variable from selection

Ctrl + Alt + V

Source
Reindent lines

Ctrl + I

Source
Comment/uncomment current line/selection

Ctrl + Shift + C

Source
Reflow comment

Ctrl + Shift + /

Source
Reformat selection

Ctrl + Shift + A

Source
Show diagnostics

Ctrl + Shift + Shift + P

Source
Move lines Up/Down

Alt + Up/Down

Source
Copy lines Up/Down

Shift + Alt + Up/Down

Source
Jump to matching Brace/Paren

Ctrl + P

Source
Expand to matching Brace/Paren

Ctrl + Shift + E

Source
Select to matching Brace/Paren

Ctrl + Shift + Alt + E

Source
Add cursor above current cursor

Ctrl + Alt + Up

Source
Add cursor beow current cursor

Ctrl + Alt + Down

Source
Move active cursor up

Ctrl + Alt + Shift + Up

Source
Move Active Cursor Down

Ctrl + Alt + Shift + Down

Source
Find and replace

Ctrl + F

Source
Find next

F3

Source
Find previous

Shift + F3

Source
Use selection for find

Ctrl + F3

Source
Replace and find

Ctrl + Shift + J

Source
Find in files

Ctrl + Shift + F

Source
Check spelling

F7

Completions (Console and Source)
Attempt completion

Tab / Ctrl + Space

Completions (Console and Source)
Navigate candidates

Up / Down

Completions (Console and Source)
Accept selected candidate

Enter / Tab / Right

Completions (Console and Source)
Dismiss completion popup

Esc

Views
Move focus to Source Editor

Ctrl + 1

Views
Move focus to Console

Ctrl + 2

Views
Move focus to Help

Ctrl + 3

Views
Show History

Ctrl + 4

Views
Show files

Ctrl + 5

Views
Show plots

Ctrl + 6

Views
Show packages

Ctrl + 7

Views
Show environment

Ctrl + 8

Views
Show git/svn

Ctrl + 9

Views
Show build

Ctrl + 0

Views
Sync editor & pdf preview

Ctrl + F8

Views
Reference

Alt + Shift + K

Build
Build and reload

Ctrl + Shift + B

Build
Load all (devtools)

Ctrl + Shift + L

Build
Test package (desktop)

Ctrl + Shift + T

Build
Test package (web)

Ctrl + Alt + F7

Build
Check package

Ctrl + Shift + E

Build
Document package

Ctrl + Shift + D

Debug
Toggle breakpoint

Shift + F9

Debug
Execute next line

F10

Debug
Step into function

Shift + F4

Debug
Finish function/loop

Shift + F6

Debug
Continue

Shift + F5

Debug
Stop debugging

Shift + F8

Plots
Previous plot

Ctrl + Alt + F11

Plots
Next plot

Ctrl + Alt + F12

Git / SVN
Diff active source document

Ctrl + Alt + D

Git / SVN
Commit changes

Ctrl + Alt + M

Git / SVN
Scroll diff view

Ctrl + Up/Down

Git / SVN
Stage/unstage(Git)

Spacebar

Git / SVN
Stage/unstage and move to next (Git)

ENter

Session
Quit Session (desktop only)

Ctrl + Q

Session
Restart R Session

Ctrl + Shift + F10

Editing (Console and Source)
Undo

Ctrl + Z

Editing (Console and Source)
Redo

Ctrl + Shift + Z

Editing (Console and Source)
Cut

Ctrl + X

Editing (Console and Source)
Copy

Ctrl + C

Editing (Console and Source)
Paste

Ctrl + V

Editing (Console and Source)
Select all

Ctrl + A

Editing (Console and Source)
Jump to word

Ctrl + Left/Right

Editing (Console and Source)
Jump to start/end

Ctrl + Home/End / Ctrl + Up/Down

Editing (Console and Source)
Delete line

Ctrl + D

Editing (Console and Source)
Select

Shift + Arrow

Editing (Console and Source)
Select word

Ctrl + Shift + Left/Right

Editing (Console and Source)
Select to line start

Alt + Shift + Left

Editing (Console and Source)
Select to line end

Alt + Shift + RIght

Editing (Console and Source)
Select page up/down

Shift + Page Up / Shift + Page down

Editing (Console and Source)
Select page start/end

Ctrl + Shift + Home/End

Editing (Console and Source)
Delete word left

Ctrl + Backspace

Editing (Console and Source)
Indent

Tab

Editing (Console and Source)
Outdent

Shift + Tab

Editing (Console and Source)
Yank line up to cursor

Ctrl + U

Editing (Console and Source)
Yank line after cursor

Ctrl + K

Editing (Console and Source)
Insert currently yanked text

Ctrl + Y

Editing (Console and Source)
Insert assignment operator

Alt + -

Editing (Console and Source)
Insert pipe operator

Ctrl + Shift + M

Editing (Console and Source)
Show help for function at cursor

F1

Editing (Console and Source)
Show source code for function at cursor

F2

Editing (Console and Source)
Find usages for symbol at cursor (C++)

Ctrl + Alt + U

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


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