MPS 2017 (Windows)

Running and Debugging

Resume program execution

F9

All hotkeys for MPS 2017 (Windows)

Advanced Editing
Comment/uncomment current line or selected block with line comments

Ctrl + /

Advanced Editing
Comment/uncomment code with block comments

Ctrl + Shift + /

Advanced Editing
Show the Highlighting level pop-up window to configure highlighting in the current file

Ctrl + Shift + Alt + H

Advanced Editing
Show parameters of the method call at the caret

Ctrl + P

Advanced Editing
Show the current method or class declaration when it is not visible

Alt + Q

Advanced Editing
Show an error or warning description at the caret

Ctrl + F1

Advanced Editing
Open browser with the documentation for the selected item

Shift + F1

Advanced Editing
Override base class methods in the current class

Ctrl + O

Advanced Editing
Surround selected code fragment with if, do, tags or other constructs

Ctrl + Alt + T

Advanced Editing
Code completion for any class, method or variable

Ctrl + Spacebar

Advanced Editing
Code Completion filtering the lookup list basing on expected type

Ctrl + Shift + Spacebar

Advanced Editing
Goes through the names of classes, methods, keywords and variables in the current visibility scope

Alt + /

Advanced Editing
Show a pop-up list of starting with a specified prefix

Ctrl + J

Advanced Editing
Surround the selection with one of the templates

Ctrl + Alt + J

Advanced Editing
In templates: move the caret to the next template variable

Tab

Advanced Editing
In templates: move the caret to the previous template variable

Shift + Tab

Basic Editing
Delete a character to the left of the caret

Backspace

Basic Editing
Undo last operation

Ctrl + Z

Basic Editing
Redo last undone operation

Ctrl + Shift + Z

Basic Editing
Cut a current line or a selected code block to the Clipboard

Ctrl + X

Basic Editing
Copy a current line or a selected code block to the Clipboard

Ctrl + C

Basic Editing
Paste from the Clipboard to the caret location

Ctrl + V

Basic Editing
Paste selected entry from the Clipboard to the caret location

Ctrl + Shift + V

Basic Editing
Move the caret one line up

Up Arrow

Basic Editing
Move the caret one line up selecting the text

Shift + Up Arrow

Basic Editing
Move the caret one line down

Down Arrow

Basic Editing
Move the caret one line down selecting the text

Shift + Down Arrow

Basic Editing
Move the caret one character to the left

Left Arrow

Basic Editing
Move the caret one character to the left selecting the text

Shift + Left Arrow

Basic Editing
Move the caret one character to the right

Right Arrow

Basic Editing
Move the caret one character to the right selecting the text

Shift + Right Arrow

Basic Editing
Move the caret down to the page bottom

Ctrl + PgDn

Basic Editing
Move the caret down to the page bottom, selecting the text

Ctrl + Shift + PgDn

Basic Editing
Move the caret up to the page top

Ctrl + PgUp

Basic Editing
Move the caret up to the page bottom, selecting the text

Ctrl + Shift + PgUp

Basic Editing
Move the caret one Page down

PgDn

Basic Editing
Move the caret one Page down, selecting the text

Shift + PgDn

Basic Editing
Move the caret one Page up

PgUp

Basic Editing
Move the caret one Page up, selecting the text

Shift + PgUp

Basic Editing
Scroll the text one line down

Ctrl + Down Arrow

Basic Editing
Scroll a line at caret to the center of the screen

Ctrl + M

Basic Editing
Scroll the text one line up

Ctrl + Up Arrow

Basic Editing
Move the caret to the end of line

End

Basic Editing
Move the caret to the end of line, selecting the text

Shift + End

Basic Editing
Move the caret to the beginning of line

Home

Basic Editing
Move the caret to the beginning of line, selecting the text

Shift + Home

Basic Editing
Move the caret to the next word

Ctrl + Right Arrow

Basic Editing
Move the caret to the next word, selecting it

Ctrl + Shift + Right Arrow

Basic Editing
Move the caret to the previous word

Ctrl + Left Arrow

Basic Editing
Move the caret to the previous word, selecting it

Ctrl + Shift + Left Arrow

Basic Editing
Move the caret to the end of text

Ctrl + End

Basic Editing
Move the caret to the end of text, selecting it

Ctrl + Shift + End

Basic Editing
Move the caret to the beginning of text

Ctrl + Home

Basic Editing
Move the caret to the beginning of text, selecting it

Ctrl + Shift + Home

Basic Editing
Select the entire text opened in the editor

Ctrl + A

Basic Editing
Delete the line where the caret is currently located

Ctrl + Y

Basic Editing
Delete the word starting from the current caret location up to the word end

Ctrl + Delete

Basic Editing
Delete the word starting from the current caret location up to the word start

Ctrl + Backspace

Basic Editing
Toggle insert/overwrite modes

Insert

Basic Editing
Duplicate selected block or the line at the caret

Ctrl + D

Basic Editing
Toggle case of the selected text block

Ctrl + Shift + U

Basic Editing
Move the caret to the current code block end, highlighting the block limits

Ctrl + ]

Basic Editing
Move the caret to the current code block end, selecting the code beginning from the initial caret location

Ctrl + Shift + ]

Basic Editing
Move the caret to the current code block start, highlighting the block limits

Ctrl + [

Basic Editing
Move the caret to the current code block start, selecting the code beginning from the initial caret location

Ctrl + Shift + [

Basic Editing
Start a new line after the current one positioning the caret in accordance with the current indentation level

Shift + Enter

Basic Editing
Start a new line before the current one

Ctrl + Alt + Enter

Basic Editing
Concatenate the selected lines into one or concatenate the line where the caret is currently located with the next line

Ctrl + Shift + J

Basic Editing
Split the selected line at the point where the caret is located, leaving the caret at the end of the first line

Ctrl + Enter

Basic Editing
Select successively increasing code blocks starting from the current caret location

Ctrl + W

Basic Editing
Remove sequentially the selection made by the action

Ctrl + Shift + W

Basic Editing
Move the selected block to the next indentation level

Tab

Basic Editing
Move the selected block to the previous indentation level

Shift + Tab

Basic Editing
Indent the current line or selected block according to the General settings

Ctrl + Alt + I

Code Folding
Expand the current collapsed fragment

Ctrl + NumPad +

Code Folding
Collapse the current folding region

Ctrl + NumPad -

Code Folding
Expand the current folded fragment and all the subordinate collapsed folding regions within that fragment

Ctrl + Alt + NumPad +

Code Folding
Collapse the current folding region and all the subordinate folding regions within it

Ctrl + Alt + NumPad -

Code Folding
Expand all collapsed fragments within the selection, or, if nothing is selected, expand all the collapsed fragments in the current file

Ctrl + Shift + NumPad +

Code Folding
Collapse all folding regions within the selection, or, if nothing is selected, collapse all the folding regions in the current file

Ctrl + Shift + NumPad -

Code Folding
Expand the current fragment and all the nested fragments up to the specified level

Ctrl + NumPad 1..5

Code Folding
Expand all the collapsed fragments in the file up to the specified nesting level

Ctrl + Shift + NumPad 1..5

Code Folding
Collapse the selected fragment and create a custom folding region for it to make it "foldable" / Expand the current fragment and remove the corresponding custom folding region to make the fragment "unfoldable"

Ctrl + .

Running and Debugging
Run a program

Shift + F10

Running and Debugging
Quickly select run/debug configuration and run or edit it

Shift + Alt + F10

Running and Debugging
Repeat execution with the same settings, with the same tab of the Run tool window having the focus

Ctrl + F5

Running and Debugging
Repeat execution with the same settings, with the same tab of the editor having the focus

Shift + F10

Running and Debugging
Debug a program

Shift + F9

Running and Debugging
Quickly select run/debug configuration and debug or edit it

Shift + Alt + F9

Running and Debugging
Step to the next line in the current file See Stepping Through the Program

F8

Running and Debugging
Step to the next executed line See Stepping Through the Program

F7

Running and Debugging
Select the method to step in, if the current line contains multiple method call expressions See Choosing a Method to Step Into

Shift + F7

Running and Debugging
Step to a first executed line after returning from the current method See Stepping Through the Program

Shift + F8

Running and Debugging
Run until the next line in this method or file, skipping the methods referenced at the current execution point and ignoring breakpoints See Stepping Through the Program

Shift + Alt + F8

Running and Debugging
Steps into the method called in the current execution point even if this method is to be skipped See Stepping Through the Program

Shift + Alt + F7

Running and Debugging
Run to the line where the caret is located See Stepping Through the Program

Alt + F9

Running and Debugging
Run to the line where the caret is located, ignoring breakpoints See Stepping Through the Program

Ctrl + Alt + F9

Running and Debugging
Resume program execution

F9

Running and Debugging
Terminate a debugging session

Shift + F2

Running and Debugging
Evaluate an arbitrary expression

Alt + F8

Running and Debugging
Evaluate an arbitrary expression without calling Evaluate Expression dialog

Ctrl + Alt + F8

Running and Debugging
Toggle breakpoint at the current line

Ctrl + F8

Running and Debugging
View/manage all breakpoints

Ctrl + Shift + F8

General Shortcuts
Close an active tab in a tool window (for example, Find tool window)

Ctrl + Shift + F4

General Shortcuts
Close an active editor

Ctrl + F4

General Shortcuts
Open an editor for the selected item or items and give focus to the last opened file

F4

General Shortcuts
Export contents of a tool window to a text file This feature applies to the Version Control Tool Window, Messages Tool Window, and other tool windows that provide the export button  on the window toolbar

Alt + O

General Shortcuts
Create a new class, file or directory See Populating Modules

Alt + Insert

General Shortcuts
Save all files and settings

Ctrl + S

General Shortcuts
When several tabs are open in the editor or a view, open the next tab to the right (or first tab if the current one is the last)

Alt + Right Arrow

General Shortcuts
When several tabs are open in the editor or a view, open the next tab to the left (or last tab if the current one is the first)

Alt + Left Arrow

General Shortcuts
Display intention actions (if any) for the code where the caret is currently located, or the selected GUI component in a form

Alt + Enter

General Shortcuts
Detect all externally changed files and reload them from disk

Ctrl + Alt + Y

Search
Initiate text search

Ctrl + F

Search
Initiate text search and replace

Ctrl + R

Search
Navigate to the next/previous occurrence of a selected word in the editor

F3 / Shift + F3

Search
Search in the editor for the word where the caret is currently located

Ctrl + F3

Search
Initiate text search

Ctrl + F

Search
Initiate search for a text string in the specified scope

Ctrl + Shift + F

Search
Initiate search and replace in the specified scope

Ctrl + Shift + R

Search
Initiate search for usages of the selected symbol in the specified scope

Alt + F7

Search
Initiate search for usages of the selected symbol in the current file

Ctrl + F7

Search
Highlight usages of a symbol at caret

Ctrl + Shift + F7

Search
Show usages of a symbol at caret in a pop-up window Use list of found usages to jump to the desired location

Ctrl + Alt + F7

Search
Find an action, bypassing menus See Finding Actions

Ctrl + Shift + A

Navigation between Bookmarks
Navigate to a numbered bookmark with the corresponding number

Ctrl + Specified Number

Navigation between Bookmarks
Turn anonymous bookmark on or off

F11

Navigation between Bookmarks
Turn bookmark with mnemonic on or off

Ctrl + F11

Navigation between Bookmarks
Open Bookmarks dialog to manage existing bookmarks and navigate between them

Shift + F11

Navigation between IDE Components
Move focus from the current file, class, method or reference to a data source, to a view suggested in the Select Target pop-up menu Refer to Navigating Between IDE Components

Alt + F1

Navigation between IDE Components
Collapse all nodes in a tree view

Ctrl + NumPad -

Navigation between IDE Components
Expand all nodes in a tree view

Ctrl + NumPad +

Navigation between IDE Components
Navigate between files opened in the editor, and tool windows

Ctrl + Tab

Navigation between IDE Components
Open a tool window with the specified number

Alt + Number

Navigation between IDE Components
Hide the currently active tool window

Shift + Esc

Navigation between IDE Components
Activate the last focused tool window

F12

Navigation between Source Code
Display the Structure pop-up window for quick navigation through the current file

Ctrl + F12

Navigation between Source Code
Move focus from the current file, class, method or reference to a data source table to a view suggested in the Select Target pop-up menu See Navigating Between IDE Components

Alt + F1

Navigation between Source Code
Show the list of recently opened files

Ctrl + E

Navigation between Source Code
Show the list of recently updated files

Ctrl + Shift + E

Navigation between Source Code
Browse hierarchy for the selected class class

Ctrl + H

Navigation between Source Code
Navigate directly to a class in project by specifying its name in a pop-up dialog box

Ctrl + N

Navigation between Source Code
Navigate directly to a file in project by specifying its name in a pop-up dialog box

Ctrl + Shift + N

Navigation between Source Code
Show the list of recently opened files

Ctrl + E

Navigation between Source Code
Show the list of recently updated files

Ctrl + Shift + E

Navigation between Source Code
Navigate to any line in the current file by specifying its number

Ctrl + G

Navigation between Source Code
Navigate to declaration of a symbol at caret

Ctrl + B

Navigation between Source Code
Navigate to implementation of the item at caret

Ctrl + Alt + B

Navigation between Source Code
Navigate to a type declaration of a symbol at caret, the symbol being a variable or a method call

Ctrl + Shift + B

Navigation between Source Code
Navigate to a super method declaration of a method under the caret

Ctrl + U

Navigation between Source Code
Navigate to a test for the class at caret, if any, or navigate from a test to a test subject

Ctrl + Shift + T

Navigation between Source Code
Navigate between files with complicated relationships between them

Ctrl + Alt + Home

Navigation between Source Code
Navigate to the next method declaration in the active editor tab

Alt + Down Arrow

Navigation between Source Code
Navigate to the previous method declaration in the active editor tab

Alt + Up Arrow

Navigation between Source Code
Navigate to the start of the current code block

Ctrl + [

Navigation between Source Code
Navigate to the end of the current code block

Ctrl + ]

Navigation between Source Code
Undo last navigation operation

Ctrl + Alt + Left Arrow

Navigation between Source Code
Redo last undone navigation operation

Ctrl + Alt + Right Arrow

Navigation between Source Code
Navigate to a previous found item

Ctrl + Alt + Up Arrow

Navigation between Source Code
Navigate to a next found item

Ctrl + Alt + Down Arrow

Navigation between Source Code
Move through the most recent change points

Ctrl + Shift + Backspace

Navigation between Source Code
Navigate to the next found error/warning

F2

Navigation between Source Code
Navigate to the previous found error/warning

Shift + F2

Refactoring
Rename the selected file, class, field, method, etc and change all references to it accordingly

Shift + F6

Refactoring
Change the signature of the selected method and update all the corresponding method calls

Ctrl + F6

Refactoring
Move the selected class, package or static member to another package or class and update all the corresponding references

F6

Refactoring
Create a copy of the selected class, file or directory in the same or different directory or package

F5

Refactoring
Delete the selected class, method or field checking its usages

Alt + Delete

Refactoring
Turn the selected code fragment into a method

Ctrl + Alt + M

Refactoring
Create a new variable and use the selected expression as its value

Ctrl + Alt + V

Refactoring
Create a new field and use the selected expression as its value

Ctrl + Alt + F

Refactoring
Create a new constant (static final field) and use the selected expression as its value

Ctrl + Alt + C

Refactoring
Turn the selected expression into a new method parameter

Ctrl + Alt + P

Refactoring
Inline the selected method or variable

Ctrl + Alt + N

Similar combinations for other applications


Civilization V (Windows)
Demographics
General Hotkeys

F9


Microsoft Outlook 2010 (Windows)
Check for new messages
Messages in Main View - Main Window

Ctrl + M / F9


Microsoft OneNote 2010 (Windows)
Sync changes in all shared notebooks.
Various Other OneNote Shortcuts - Sharing Notes with other People or Programs

f9


Open Office Writer 3 (Linux)
Execute target after building with make
Building Projects

F9


Adobe Reader 9 (Linux)
Show/hide Menu (file, edit, etc.)
Change View

F9


Adobe Reader X (Windows)
Show/hide Menu (file, edit, etc.)
Change View

F9


Novell Evolution 2 (Linux)
Send and receive
Mail

f9


Android Emulator (Windows)
Toggle code profiling (requires --trace startup option)
Other Device Keys

F9


KDevelop (Linux)
Execute target after building with make
Building Projects

F9


Microsoft Word 2007 (Windows)
Refresh.
Working with documents: Work with Web pages

F9


Microsoft Excel 2010 (Windows)
Calculate all worksheets in all open workbooks.
Work with Data Selections - Formulas

F9


Microsoft Outlook 2010 (Windows)
Check for new messages
Messages in Compose View - Main Window

Ctrl + M / F9


Microsoft Excel 2003 (Windows)
Update changes in all open workbooks
Common

F9


SharpDevelop 4.0 (Windows)
Build current project
Building Projects and Solutions

F9


Tally 9.0 (Windows)
Select Purchase Voucher
General Shortcuts

F9


Access 2010 (Windows)
Recalculate the fields in the window or the contents of a Lookup field
Manage Access Features - Refresh Fields

F9


Zune (Windows)
Increase sound volume
Playing Songs

F9


Dolphin File Manager 1.7 (Linux)
Go to Places
15 Shortcuts for Dolphin File Manager 1.7 (Linux)

F9


Total Commander 8 (Windows)
Activate menu above source window (left or right)
Main Shortcuts

F9


Microsoft Excel 2011 (MacOS)
Calculate all sheets in all open workbooks.
Function keys

F9


Microsoft Outlook 2010 (Windows)
Check for new messages
Calendar Shortcuts - Main Window

Ctrl + M / F9


Microsoft Excel 2010 (Windows)
Calculate all worksheets in all open workbooks.
Insert and Edit Data - Formulas

F9


Microsoft Word 2007 (Windows)
Update selected fields.
Mail merge and fields: Work with fields

F9


Evernote (Windows)
Start synchronization with Evernote Web
Main Application Shortcuts - Managing Evernote

F9


Microsoft Word 2007 (Windows)
Update the selected fields.
Function key reference: Function keys

F9


Sublime Text (Windows)
Sort Lines case sensitive
Cool Text Manipulation

F9


Oracle SQL Developer 4 (Windows)
Resume
Debug

F9


Smartplant Review (Windows)
Place Tag with leader line
Function Keys

F9


Access 2010 (Windows)
Recalculate the fields in the window or the contents of a Lookup field
Working with Text and Data - Refresh Fields

F9


Android Emulator (Linux)
Toggle code profiling
Other Device Keys

F9


UltraEdit (Windows)
Run DOS Window command
DOS Menu

F9


Visual Studio 2015 (Windows)
Toggle breakpoint
Build and Debug

F9


GroupWise 2012 (Windows)
Open the Font dialog box
Function keys

F9


CATIA V5 (Windows)
Toggle Hide/Show
38 Shortcuts for CATIA V5 (Windows)

F9


AutoCAD 2012 (Windows)
Toggle snap mode
Toggle Drawing Modes

F9


Microsoft Excel 2010 (Windows)
Calculate all worksheets in all open workbooks.
Format Data - Formulas

F9


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

F9


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

F9


Texmaker 4.0.2 (Windows)
Dvi->Pdf
"Tools" menu

F9


IntelliJ (Linux)
Resume program
Debugging

F9


NetBeans 8 (Windows)
Compile package/ file
Compiling, Testing, and Running

F9


Adobe Reader X (Linux)
Show/hide Menu (file, edit, etc.)
Change View

F9


IntelliJ (Windows)
Resume program
Debugging

F9


Directory Opus (Windows)
Metadata pane
Lister Menu

F9


Access 2010 (Windows)
Recalculate the fields in the window or the contents of a Lookup field
Working with Access Views - Refresh Fields

F9


FL Studio (Windows)
Show/hide Mixer
Window Navigation

F9


Microsoft Excel 2010 (Windows)
Calculate all worksheets in all open workbooks.
Formulas and Names - Formulas

F9


Presonus Studio One (Windows)
Show files
View Menu

F9


Axialis IconWorkshop (Windows)
Main toolbar
View Menu

F9


Linux Mint (Linux)
Toggle left pane
File Manager (Nemo) - Toggle Side Pane, Split View, and Terminal

F9


Qt Creator (MacOS)
Toggle breakpoint
Debugging

F9


Qt Creator (Windows)
Toggle breakpoint
Debugging

F9


Microsoft Word 2013 (Windows)
Update selected fields*
Enter Special Fields

F9


Microsoft Excel 2010 (Windows)
Calculate all worksheets in all open workbooks.
The Rest - Formulas

F9


Camtasia 8 (Windows)
Record/ Pause
Recorder Hotkeys

F9


Microsoft Excel 2013 (Windows)
Calculate all worksheets in all open workbooks
Lesser Used Shortcuts

F9


Autodesk Maya 2015 (Windows)
Select - Vertex
Making Selections

F9


Adobe Photoshop CS5 (Windows)
Show/Hide Actions panel
Function keys

F9


Access 2010 (Windows)
Recalculate the fields in the window or the contents of a Lookup field
The Rest - Refresh Fields

F9


Adobe Photoshop CC (Windows)
Toggle Actions Window
Basic Shortcuts for Photoshop CC 2015 - Windows Basics

F9


Microsoft Excel 2016 (Windows)
Calculate all worksheets in all open workbooks
Select Cells - Manual Calculation

F9


Adobe Photoshop CC (MacOS)
Toggle Actions Window
Basic Shortcuts for PhotoShop CC 2015 - Windows Basics

F9


Microsoft OneNote 2016 (Windows)
Sync changes in all shared notebooks
Outlook 2016 Integration

F9


Autodesk Maya 2017 (Windows)
Select - Vertex
Making Selections

F9


Microsoft Excel 2016 (Windows)
Calculate all worksheets in all open workbooks
Format Cells - Manual Calculation

F9


Microsoft Outlook 2016 (Windows)
Start a send/receive for all defined Send/Receive groups with Include this group in Send/Receive (F9) selected. This can include headers, full items, specified folders, items less than a specific size, or any combination that you define
Send/Receive

F9


Adobe After Effects CC (Windows)
Easy ease selected Keyframes
Keyframes and Graph Editor

F9


Adobe After Effects CC (MacOS)
Easy ease selected Keyframes
Keyframes and Graph Editor

F9


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

F9


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

F9


Adobe Photoshop CC (Windows)
Toggle Actions Window
Manage Panels - Windows Basics

F9


Adobe Photoshop CC (MacOS)
Toggle Actions Window
Manage Panels - Windows Basics

F9


Microsoft Excel 2016 (Windows)
Calculate all worksheets in all open workbooks
Formulas - Manual Calculation

F9


CINEMA 4D (Windows)
Record active objects
Animation Timeline

F9


ArchiCAD 20 (Windows)
Shading
Image 3D Engines and Models

F9


ArchiCAD 20 (MacOS)
Shading
Image 3D Engines and Models

F9


Dynamics NAV 2015 (Windows)
Post
Function Key Shortcuts

F9


Windows Movie Maker (Windows)
Zoom the timeline to fit on the screen
On timeline

F9


Zoho Sheet (Windows)
Recalculate Formulas
Formula related shortcuts

F9


Dynamics SL 2015 (Windows)
Opens “Note” for editing
Function Key Shortcuts

F9


Microsoft Excel 2016 (Windows)
Calculate all worksheets in all open workbooks
Manage Workbooks - Manual Calculation

F9


Zoho Sheet (MacOS)
Recalculate Formulas
Formula related shortcuts

F9


Autodesk Inventor 2017 (Windows)
Hide all constaints
Function Key

F9


Microsoft Word 2016 (Windows)
Update the selected fields.
All Function Key Shortcuts

F9


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

F9


AutoCad Architecture 2017 (Windows)
Snap mode
Function Keys

F9


AutoCAD 2016 (Windows)
Toggles SNAPMODE
General

F9


Apple Motion (MacOS)
Show/hide the Background Task list
Window Menu

F9


Microsoft Excel 2016 (Windows)
Calculate all worksheets in all open workbooks
Excel Auto Tables and Data Forms - Manual Calculation

F9


JetBrains PyCharm (Windows)
Resume Program
Debugging

F9


GTA V Cheats (Windows)
Drop weapon
Online Control Keys

F9


JetBrains RubyMine (MacOS)
Resume Program
Debugging

F9


JetBrains RubyMine (Windows)
Resume Program
Debugging

F9


JetBrains RubyMine (Linux)
Resume Program
Debugging

F9


JetBrains PyCharm (MacOS)
Resume Program
Debugging

F9


JetBrains AppCode (MacOS)
Resume Program
Debugging Shortcuts

F9


Adobe Dreamweaver (Windows)
Compile CSS Preprocessors
CSS

F9


JetBrains PhpStorm (Windows)
Resume Program
Debugging

F9


Blender 3D (Windows)
Display Editing Context
Universal

F9


JetBrains PhpStorm (Linux)
Resume Program
Debugging

F9


Corel Draw X8 (Windows)
Full-screen preview
Document Display

F9


Corel WordPerfect X8 (Windows)
Font
63 Shortcuts for Corel WordPerfect X8 (Windows)

F9


Corel PhotoPaint X6 (Windows)
FullScreen View
View Menu

F9


Microsoft Word 2016 (MacOS)
Update selected fields
Work with fields

F9


Steinberg Cubase 9 (Windows)
Previous tool
Tool

F9


Steinberg Cubase 9 (MacOS)
Previous tool
Tool

F9


Corel Quattro Pro X8 (Windows)
Calculate and Display Formula Results on Input Line
EditMode Shortcuts

F9


HTML-Kit (Windows)
Check,Correct,Convert and Format HTML/XHTML/XML
87 Shortcuts for HTML-Kit (Windows)

F9


Microsoft Word 2016 (MacOS)
Update selected fields.
Function key shortcuts

F9


Microsoft Excel 2016 (MacOS)
Calculate all open workbooks
The following table provides the function key shortcuts for Excel 2016 for Mac*

F9


Forte (Windows)
Choose bookmark
All Window

F9


Final Fantasy XV (Windows)
Target pet/familiar
Targeting

F9


Chief Architect (Windows)
Floor/Reference Tools - Reference Floor Display
Floor Tools

F9


Adobe Captivate 2017 (Windows)
Show Advanced Interaction Panel
Function Key Shortcuts

F9


Chief Architect (MacOS)
Floor/Reference Tools - Reference Floor Display
Floor Tools

F9


Adobe Captivate 2017 (Windows)
Start Full Motion Recording
Recording

F9


Kingsoft Writer 2016 (Windows)
Update Field Code
Editing

F9


Primevera P6 P6 (Windows)
Schedule
General Shortcuts

F9


MetaTrader MT4 (Windows)
Call New Order Window
Function Key Shortcuts

F9


Zerodha Trader (Windows)
Log In
Other Shortcuts

F9


XYplorer (Windows)
Configuration
Function key Shortcuts

F9


MediaMonkey (Windows)
Show Albums node
Standard Keyboard Shortcuts

F9


Jetbrains CLion (Windows)
Resume program
Debugging

F9


Groove Music (Windows)
Volume Up
Music Play

F9


Pegasus Mail (Web Application)
Switch to the Annotations view
Message Reader

F9


XMetal Author (Windows)
Validate Document
26 Shortcuts for XMetal Author (Windows)

F9


Vegas Pro 14 (Windows)
Jog left/right (when not in edge-trimming mode or during playback)
Cursor Placement,Loop Region and Time Selection

F3 / F9


Delphi 10 (Windows)
Run program under debugger
193 Shortcuts for Delphi 10 (Windows)

F9


Xamarin Studio (MonoDevelop) (Windows)
Toggle Breakpoint
Debug Menu

F9


Libreoffice Writer (Windows)
Update fields
Function Keys

F9


Vegas Pro 14 (Windows)
Trim left/right (when in edge-trimming mode)
Event Selection and Editing

F3 / F9


iClone 7 (Windows)
Show/Hide Play Bar
OnScreen Display

F9


GOM Player (Windows)
GOM TV
Windows

F9


DrawPlus (Windows)
Target (Draw Inside)
Tools Shortcuts

F9


CityEngine (Windows)
Show/hide map layers
48 Shortcuts for CityEngine (Windows)

F9


CityEngine (MacOS)
Show/hide map layers
48 Shortcuts for CityEngine (MacOS)

F9


Synfig (Windows)
Render
73 Shortcuts for Synfig (Windows)

F9


Rhino (Windows)
Toggle Snap
Default Shortcuts

F9


Visual Studio Code (Windows)
Toggle breakpoint
Debug

F9


Tableau (Windows)
Run update
General

F9


OpenSCAD (MacOS)
Preview
Function Shortcuts

F9


Alphacam (Windows)
Snap to Intersection
Geometry Creation

F9


Exact Audio Copy
EAC options
File menu

F9


Gigabyte Aorus motherboard
Display system information
Classic BIOS setup

F9


CuteFTP (Windows)
Cancel transfer
General

F9


CuteFTP (MacOS)
Cancel transfer
72 Shortcuts for CuteFTP (MacOS)

F9


Anno 1800
Quick load
Gameplay

F9


Open Rails 0.6.2
Train operations
Panels

F9


Miscreated
Emote: Shhh (VoIP whisper)
Emote

F9


HyperWorks (Windows)
Line Edit:Combine
24 Shortcuts for HyperWorks (Windows)

F9


Ansys Mechanical (Windows)
Hide Selected Bodies
Graphics Actions

F9


FlashFXP (Web Application)
Minimize to System Tray (Hide)
54 Shortcuts for FlashFXP (Web Application)

F9


CodeLite 10 (Windows)
Build and Run
Build

F9


winIDEA
Set/Clear an Execution Breakpoint on current position
Debug

F9


progeCAD (Windows)
Turns snap settings on and off
51 Shortcuts for progeCAD (Windows)

F9


Mastercam (Windows)
Part information on/off
53 Shortcuts for Mastercam (Windows)

F9


progeCAD (Windows)
Turns snap settings on and off
Function Key Shortcuts

F9


Evergreen (Linux)
Reprint Last Receipt
Circulation

F9


PSPad (Windows)
Run1
File

F9


App Maker
Preview app
Global shortcuts - Mac

F9


Sitecore CMS
Publish
Content Editor and Desktop

F9


VariCAD (Windows)
Drawing in Increment Mode
Hot Keys

F9


Roblox
Dev console
Misc

F9


Vivaldi
Focus page
Page

F9


Geany (Linux)
Build
Build,Make and Compile

F9


Geany (Windows)
Build
Build,Make and Compile

F9


Xyplorer
Configuration: show configuration window
Tools Menu

F9


Geany (MacOS)
Build
Build,Make and Compile

F9


IRONCAD (Windows)
Perspective
Camera Function Keys Assignment

F9


Ableton Live 9 (Windows)
Record
Transport

F9


Ableton Live 9 (MacOS)
Record
Transport

F9


FEKO (Windows)
Add workplane
General Functions in CADFEKO

F9


FEKO (Linux)
Add workplane
General Functions in CADFEKO

F9


DaVinci Resolve 15 (Mac)
Insert
Edit menu

F9


Ulead PhotoImpact 8 (Windows)
Opens the Post Processing Wizard dialog Box
Format Menu

F9


Cobalt (Windows)
Column
70 Shortcuts for Cobalt (Windows)

F9


DaVinci Resolve 14 (Windows)
Insert Edit
Edit

F9


DaVinci Resolve 14 (MacOS)
Insert Edit
Edit

F9


Maxwell Render (Windows)
Raycast
Polygon Selection

F9


DaVinci Resolve 14 (Windows)
Insert
Edit

F9


DaVinci Resolve 14 (MacOS)
Insert
Edit

F9


Target 3001! (Windows)
Start Autorouter/Simulator
Function key Shortcuts

F9


gThumb (Linux)
Show/Hide the sidebar in the browser mode The sidebar contains the folder tree and the file properties summary (if enabled)
User Interface

F9


Elex (PC)
Quick load
General

F9


Assetto Corsa
Toggle bottom leaderboard
In-game

F9


Deponia
Save a quicksave, overwriting existing one
General

F9


WavePad Sound Editor (Windows)
Play
Play Operations

F9


WavPad Sound Editor (MacOS)
Play
Play Operations

F9


gEDA (Linux)
Enter rotate mode
Other Important Shortcuts

F9


Target 3001! (Windows)
Start Autorouter(in PCB Mode)
Library and Other Shortcuts

F9 / R


Battlezone 98 Redux
Select weapon
Weapons

F9


Substance Painter
Mode Painting
General

F9


Substance Painter (Mac)
Mode Painting
General

F9


BricsCAD (Windows)
Toggles the Snap setting
Function Key Shortcuts

F9


BricsCAD (Linux)
Toggles the Snap setting
Function Key Shortcuts

F9


BricsCAD (MacOS)
Toggles the Snap setting
Function Key Shortcuts

F9


Banner 9 (Windows, Mac)
List Values
Windows shortcuts

F9


Modo (Windows)
Render
Render

F9


AVS Video Editor (Windows)
Zoom to Fit
Timeline Shortcuts

F9 / NumPad *


Modo (MacOS)
Render
Render

F9


AVS Video Editor (Windows)
Zoom
Multitrim

Ctrl + Alt + Z / F9


MuseScore (Windows)
Palette
Display Shortcuts

F9


MuseScore (MacOS)
Palette
Display Shortcuts

F9


KiCad 5.0.2
Switch to legacy toolset
GerbView

F9


DraftSight (Windows)
Turns Snap mode On/Off
37 Shortcuts for DraftSight (Windows)

F9


SuperMemo (Windows)
View File Associalted with Component
129 Shortcuts for SuperMemo (Windows)

F9


Aspire (Windows)
Center selected object in view
General Shortcuts

F9


VCarve Pro (Windows)
Center selected object in view
General Shortcuts

F9


Pharaoh
Set to 1024x768 resolution
General

F9


GeoGebra
Recompute all objects (including random numbers)
Mac desktop

F9


MyLibreOfficeMediaFKeys (Linux)
Forward 5 seconds
MediaPlayerFKeys

F9


Aspire (Windows)
Moves selected object to the center of the material
Alignment

F9


eMachineShop (Windows)
Analyze and compute cost of current Design
38 Shortcuts for eMachineShop (Windows)

F9


VCarve Pro (Windows)
Moves selected object to the center of the material
Alignment

F9


PRTG Network Monitor
Context menu > Tools > Custom tool command (default: Remote Desktop)
Enterprise console

F9


Ableton Live 10
Record
Transport

F9


Ableton Live 10 (Mac)
Record
Transport

F9


KeyCreator (Windows)
Menu Button 9
Miscellaneous Shortcuts

F9


American Truck Simulator
Route Advisor information page
Interface controllers

F9


AVImark
Go to appointment calendar
Boarding calendar

F9


Altium Designer (Windows)
Run all Batch-enabled Output Generators
Output Job Editor Shortcuts

F9


Tableau
Run data updates on a view
Data (Tableau Desktop)

F9


DayZ
Thumbs Up (Experimental branch)
Communication

F9


RimWorld
Toggle screenshot mode (turns on/off HUD elements)
User interface

F9


Samsung TV
Volume down
General

F9


Evolution
Send/Receive messages
Mail Component - General Commands

F9


Altium Designer (Windows)
Run the program being debugged
Embedded Software Editor (.c]then[.asm) Shortcuts

F9


Altium Designer (Windows)
Run Forever
VHDL Editor Shortcuts

F9


Altium Designer (Windows)
Run the script
Scripting Editor Shortcuts

F9


AutoCAD
Toggle snap mode
Toggle Drawing Modes

F9


Nuclide (Linux)
If a breakpoint is set, this will unset that breakpoint and vice-versa.
Debugger

F9


Nuclide (Mac)
If a breakpoint is set, this will unset that breakpoint and vice-versa.
Debugger

F9


Siemens NX
Fibersim
Application menu

F9


Tibia
Haste
Action bar

F9


RPG Maker
Open the Switch control menu so you can manipulate your game and jump to different points in it
In play test

F9


Evernote for Windows
Sync
Application-wide

F9


UiPath Studio
Marks the selected activity with a breakpoint
Debugging

F9


Old School RuneScape (OSRS)
Switch to the Ignore List tab
General

F9


PyCharm 2018.2
Resume program execution.
Running and debugging

F9


ZoomText
AppReader: App View
ZoomText Keyboard

F9


Kerbal Space Program
(hold) Load quicksave
System/UI Commands

F9


SQL Server Profiler
Toggle a breakpoint
Replay

F9


PaintShop Pro 2018
Overview
Single key shorcuts

F9


ProgeCAD
Snap
General

F9


Diablo
Auto Send messages during auto play
General

F9


CorelDRAW Graphics Suite 2018
Full-Screen Preview
General

F9


Bluebeam Revu
Toggle menu bar
Miscellaneous

F9


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

F9


Terraria
Toggle lightning setting
Other hotkeys

F9


Logo Accounting
Open context menu
General

F9


Adobe Photoshop CC
Show/Hide Actions panel
Using function keys

F9


Windows PowerShell ISE
Toggle Breakpoint
Script debugging

F9


Microsoft Word 2016
Update the selected fields
Function key reference

F9


Matlab
Run selected code
General

F9


Metapad
Unwrap lines
Blocks

F9


Camtasia
Record / pause
Recorder

F9


Euro Truck Simulator 2
Route Advisor information page
Interface controls

F9


Virtual DJ 2018
Sampler 9 play_stop
General

F9


LightWave 3D
Render frame
Layout: Render

F9


TextRoom
MusicRoom
General

F9


PDF-XChange Editor
Show/Hide the Menu Toolbar.
General

F9


gedit
Show / hide the side pane
Show and hide panes

F9


Dota 2
Pauses the current game for the viewer only (If it is a live game, the game continues)
Spectator & replay controls

F9


E-Sword
Previous Bible Verse
General

F9


Warcraft III
Toggle Quest Log on/off
Menu commands

F9


Clipboard Master
Include/exclude scrollbars
Screenshots

F9


World of Warcraft
3rd bag
Panels

F9


WavePad
Play
Play Operations

F9


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

F9


IntelliJ IDEA (Windows, Linux)
Resume program
Debugging

F9


Microsoft Visual Studio 2017 (All shortcuts)
Design.ShowHandles
XAML UI Designer

F9


NetBeans
Compile package / file
Compiling, testing and running

F9


PSPad
Run1
File

F9


LibreOffice Basic IDE
Set or remove a breakpoint at the current line or all breakpoints in the current selection
General

F9


Zim
Toggle visibility of sidepane(s)
General

F9


WriteMonkey
Toggle left and right panes on / off
General

F9


WinHex
Open disk
Tools

F9


LibreOffice Calc
Recalculates changed formulas in the current sheet
Function keys

F9


LibreOffice Writer
Update fields
Function keys

F9


WordPerfect X8
Font
Formatting

F9


Maple
Show Region Ranges
Menu accelerators

F9


REAPER
Screenset: Load window set #03
Section: Main

F9


WinNc
Calculates the size of the selected files
General

F9


Google Sheets
(when entering a formula) Toggle formula result previews
Use formulas

F9


Midnight Commander
Opens main menu at the top of the screen.
Function keys

F9


Qt Creator
Toggle breakpoint
Debugging

F9


KompoZer
Toggle the visibility of Sidebar
Help window

F9


Delphi
Run program under debugger
General

F9


Guitar Pro
Play in loops / Speed trainer
Sound

F9


The Bat!
View Source
Working with Messages

F9


Sumatra PDF
Show/hide menu
Viewing state

F9


Maxthon
URL keys
Others

F9


Accounting CS
Toggle to hide or unhide the command menu bar
Toggle to hide/unhide frames in the view

F9


WPS Office
Calculates all worksheets in all open workbooks
General

F9


WinMerge
Merge Mode on or off (toggle)
Comparing files

F9


MediaMonkey
Show albums node
General

F9


Visual Studio Code (Mac)
Toggle breakpoint
Debug

F9


Visual Studio Code (Linux)
Toggle breakpoint
Debug

F9


Visual Studio Code (Windows)
Toggle breakpoint
Debug

F9


Windows Movie Maker
Zoom the timeline to fit on the screen
Timeline

F9


Microsoft Access 2016
Refresh the contents of a Lookup field list box or combo box
Edit text or data: Refresh fields with current data

F9


PeaZip
Set password/keyfile
Functional keys

F9


7-Zip
Switch On/Off second panel
View menu

F9


IrfanView
Start OCR plugin on image or selection
Plugins

F9


Microsoft Excel 2016
Calculates all worksheets in all open workbooks
Function keys

F9


Outlook 2016 and Outlook 2013
Start a send/receive for all defined Send/Receive groups with Include this group in Send/Receive (F9) selected. This can include headers, full items, specified folders, items less than a specific size, or any combination that you define
Send / receive

F9


WinSCP
Change properties of selected files
Selected files

F9


Opera
Set focus to message
E-mail keys: Navigation

F9


SQL Server Management Studio (SSMS)
Toggle breakpoint
Transact-SQL debugger

F9


Adobe Acrobat Reader DC
Show / hide menu (file, edit, etc.)
Change view

F9


Portal 2
Rebuild and enter game view
Portal 2 Puzzle Maker

F9


Microsoft Movies and TV
Volume up
General

F9


Microsoft Groove
Volume up
General

F9


Windows Calculator
Select ±
General

F9


GOM Player
GOM TV
Windows

F9


Mozilla Thunderbird
Toggle contacts sidebar
Controlling the compose window

F9


Windows Media Player 11
Increase the volume
Play music with shortucts

F9


Android Studio
Resume program
Debugging

F9


Overwatch
Spectate 9
Spectate

F9


Notepad2
Manage favorites
Favorites

F9


HeidiSQL
Apply filter
Data

F9


Microsoft OneNote
Sync all notebooks
Share notes with other programs

F9


gedit 2.3 (Linux)
Show/hide the side pane
Program

F9


Nautilus File Manager 2 (Linux)
Toggle side pane
Folder Navigation

F9


Adobe Reader 9 (Windows)
Show/hide Menu (file, edit, etc.)
Change View

F9


Google Earth 5 (Linux)
Show/hide the side pane
Program

F9


Adobe Fireworks MX (Windows)
Show/Hide blue lines around selected objects
Working with Fireworks Objects

f9


Rhythmbox (Linux)
Show/hide side pane
Window

F9


Microsoft Excel 2007 (Windows)
Calculates all worksheets in all open workbooks.
Function keys in Excel 2007

F9


Microsoft Outlook 2007 (Windows)
Check for new messages.
Shortcuts for Managing E-Mail

Ctrl + M / F9


Tupi (Windows)
Move frame forward
Exposure table

F9


IrfanView 4.42 (Windows)
Start OCR plugin on image or selection
Plugins

F9


Adobe Dreamweaver (MacOS)
Compile CSS Preprocessors
CSS

F9


Microsoft Outlook 2007 (Windows)
Start a send/receive for all defined Send/Receive categorys with Include this category in Send/Receive (F9) selected. This can include headers, full items, specified folders, items less than a specific size, or any combination that you define.
Shortcuts for Send and Receive

F9


Adobe After Effects CS5 (MacOS)
Easy ease selected keyframes
Keyframes and Graph Editor

F9


Adobe After Effects CS5 (Windows)
Easy ease selected keyframes
Keyframes and Graph Editor

F9


Microsoft Word 2010 (Windows)
Update selected fields*
Fields

F9


Nano
Cut the current line and store it in the cut buffer
Editing

F9


Scrivener 1.9.9
Show index card label
View

F9