MPS 2017 (Windows)

Refactoring

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

F5

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)
Social Policies Screen
General Hotkeys

F5


Eclipse Helios (Windows)
Refresh content of selected element with local file system
Manage Files and Projects

F5


Android Emulator (Windows)
Search Button
Main Device Keys

F5


Firefox (Linux)
Reload page
Inside Webpages

F5 / Ctrl + R


Firefox (Windows)
Reload page
Inside Webpages

F5 / Ctrl + R


Firefox (MacOS)
Reload Page
Page Manipulation

F5 / Command + R


Thunderbird (Windows)
Send and retrieve all messages
Retrieve Messages

Ctrl + T / F5


Eclipse Helios (Windows)
Step Into function
Run and Debug

F5


Thunderbird (Windows)
Retrieve new messages for current account
Retrieve Messages

F5


Thunderbird (MacOS)
Send and retrieve all messages
Retrieve Messages

Command + T / F5


Thunderbird (Linux)
Send and retrieve all messages
Retrieve Messages

Ctrl + T / F5


Thunderbird (MacOS)
Retrieve new messages for current account
Retrieve Messages

F5


Thunderbird (Linux)
Retrieve new messages for current account
Retrieve Messages

F5


Google Chrome (Windows)
Reload current webpage
Browse between Webpages

F5 / Ctrl + R


Microsoft Excel 2003 (Windows)
Run(execute) a procedure in the VBA window
Advanced

F5


SharpDevelop 4.0 (Windows)
Run application
Building Projects and Solutions

F5


Tally 9.0 (Windows)
Select Payment Voucher. Switch between Grouped and Ledger-wise Display
General Shortcuts

F5


Access 2010 (Windows)
Switch to Form view from form Design view
Manage Access Features - Design View

F5


Access 2010 (Windows)
Move to the record number box, type in number and press enter
Manage Access Features - Navigate in Datasheet, Subdatasheet, and Form View

F5


Total Commander 8 (Windows)
Copy files
Main Shortcuts

F5


Google Chrome (Linux)
Reload current webpage
Browse between Webpages

F5 / Ctrl + R


Inpage (Windows)
To fit text in document window
For changing zoom or view

F5


Microsoft Excel 2011 (MacOS)
Display the Go To dialog box
Function keys

F5


Microsoft PowerPoint 2003 (Windows)
Slide Show: Begin
40 Shortcuts for Microsoft PowerPoint 2003 (Windows)

F5


Open Office Impress (Linux)
View Slide Show.
Function Keys

F5


Adobe Illustrator CS5 (MacOS)
Show/hide Brushes panel
Function Keys

F5


Tekla Structures 14.0 (Windows)
Snap to geometry lines/points
General shortcuts

F5


Opera (Linux)
Reload
Reload

Ctrl + R / F5


Evernote (Windows)
Cycle through note list views (Table, Mixed, Thumbnails)
Main Application Shortcuts - Change View and Display

F5


Photoshop Lightroom 4 (Windows)
Show/hide Module Picker
Working with Panels

F5


Smartplant Review (Windows)
Refresh
Function Keys

F5


Microsoft Word 2007 (Windows)
Choose the Go To command (Home tab).
Function key reference: Function keys

F5


Photoshop Lightroom 4 (MacOS)
Show/hide Module Picker
Working with Panels

F5


Oracle SQL Developer 4 (Windows)
Toggle Breakpoint
Debug

F5


Microsoft PowerPoint 2010 (Windows)
Start the presentation from the beginning.
Show PowerPoint Presentation with Shortcuts

F5


Access 2010 (Windows)
Switch to Form view from form Design view
Working with Text and Data - Design View

F5


Adobe Illustrator CS5 (Windows)
Show/hide Brushes panel
Function Keys

F5


Android Emulator (Linux)
Search Button
Main Device Keys

F5


UltraEdit (Windows)
Capitalize first character of each word in selected text
Format Menu

F5


Access 2010 (Windows)
Move to the record number box, type in number and press enter
Working with Text and Data - Navigate in Datasheet, Subdatasheet, and Form View

F5


GroupWise 2012 (Windows)
Refresh the view
Function keys

F5


Microsoft Outlook 2010 (Windows)
Update list of distribution list members
Contacts Shortcuts

F5


Visual Studio 2015 (Windows)
Start debugging
Build and Debug

F5


Oracle SQL Developer 4 (Windows)
Run Script
Worksheet

F5


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

F5


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

F5


Texmaker 4.0.2 (Windows)
View PS
"Tools" menu

F5


iTunes (Windows)
Refresh the Radio list, when Radio is selected (or Genius Playlist if selected)
Library and Playlist

F5


iTunes (Windows)
Check for new podcast episodes (when Podcasts is selected, below Library)
iTunes Store

F5


iTunes (Windows)
Check for app updates (when Apps is selected, below Library)
iTunes Store

F5


Microsoft PowerPoint 2010 (Windows)
Refresh the file list.
Manage Open and Save As dialog boxes

F5


IntelliJ (Linux)
Copy
Editing

F5


IntelliJ (Windows)
Copy
Editing

F5


Audacity 2 (Linux)
Time Shift tool
Frequently Used

F5


iTunes (Windows)
Refresh source list
Other

F5


Notepad2 (Windows)
Revert
File Menu

F5


Audacity 2 (Linux)
Time Shift tool
Tools

F5


Beyond Compare (Windows)
Reload files
Session Menu

F5


NetBeans 8 (Windows)
Stop/Continue debugging session
Debugging

Shift + F5 / F5


Beyond Compare (Windows)
Refresh
Edit Menu

F5


FL Studio (Windows)
Toggle Playlist
Window Navigation

F5


Access 2010 (Windows)
Switch to Form view from form Design view
Working with Access Views - Design View

F5


Access 2010 (Windows)
Move to the record number box, type in number and press enter
Working with Access Views - Navigate in Datasheet, Subdatasheet, and Form View

F5


Adobe Flash Professional (Windows)
Add frame
Frames

F5


Audacity 2 (Windows)
Time shift tool
Tools Toolbar

F5


Comsol 5 (Windows)
Update the Data Sets Solutions with respect to any new Global Definitions and Definitions without re-solving the model
Build and Compute

F5


Comsol 5 (Linux)
Update the Data Sets Solutions with respect to any new Global Definitions and Definitions without re-solving the model
Build and Compute

F5


Comsol 5 (MacOS)
Update the Data Sets Solutions with respect to any new Global Definitions and Definitions without re-solving the model
Build and Compute

F5


Axialis IconWorkshop (Windows)
Refresh
View Menu

F5


Adobe Acrobat Pro (Windows)
Move focus to document pane
Navigation

F5


Qt Creator (MacOS)
Start or continue debugging
Debugging

F5


Qt Creator (Windows)
Start or continue debugging
Debugging

F5


Autodesk Maya 2015 (Windows)
Show Dynamics menu set
Interfaces

F5


uTorrent (Windows)
Show Detailed Info
21 Shortcuts for uTorrent (Windows)

F5


uTorrent (Linux)
Show Detailed Info
21 Shortcuts for uTorrent (Linux)

F5


Adobe Photoshop CS5 (MacOS)
Show/Hide Brush panel
Function keys

F5


uTorrent (MacOS)
Show Detailed Info
21 Shortcuts for uTorrent (MacOS)

F5


Notepad++ 6 (Windows)
Launch Run Dialog
Run menu

F5


Photoshop Lightroom CC (Windows)
Show/ hide Module Picker
Panel Shortcuts

F5


Photoshop Lightroom CC (MacOS)
Show/ hide Module Picker
Panel Shortcuts

F5


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

F5


Skype for Business (Lync) 2016 (Windows)
For Video - Switch to Full Screen
Instant Messaging

F5


Access 2010 (Windows)
Switch to Form view from form Design view
The Rest - Design View

F5


Skype for Business (Lync) 2016 (Windows)
Switch to Full Screen
Conversation or Meeting Stage

F5


Access 2010 (Windows)
Move to the record number box, type in number and press enter
The Rest - Navigate in Datasheet, Subdatasheet, and Form View

F5


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

F5


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

F5


Adobe After Effects CC (Windows)
Display Snapshot in active Viewer
Previews

F5 / F6 / F7 / F8


Access 2016 (Windows)
Switch to form view from form design view
Windows/Content Switching/Navigation

F5


Adobe After Effects CC (MacOS)
Display Snapshot in active Viewer
Previews

F5 / F6 / F7 / F8


Microsoft Visio 2016 (Windows)
Update the file
Format text

F5


Access 2016 (Windows)
Move the record number box
Design/Content Operation(on selected control)

F5


Corel VideoStudio X9.5 (Windows)
Go backward in clip
Runtime Shortcuts

F5


Safari Browser (MacOS)
Reload
Navigation/Scroll Operation

F5


Microsoft PowerPoint 2016 (Windows)
Slideshow of presentation
Edit and General Text Operations

F5


Microsoft Visio 2016 (Windows)
Full screen view
Window/Navigation Shortcut

F5


Autodesk Maya 2017 (Windows)
Show Dynamics menu set
Interfaces

F5


Adobe Premiere CC (Windows)
Capture
Clipping Shortcuts

F5


Adobe Premiere CC (MacOS)
Capture
Clipping Shortcuts

F5


Microsoft PowerPoint 2016 (Windows)
SlideShow
Presentation Windows shortcuts

F5


Microsoft Outlook 2016 (Windows)
Update a list of contact group members
People

F5


InDesign CC (Windows)
Swatches
Panels

F5


InDesign CC (MacOS)
Swatches
Panels

F5


Adobe Illustrator CC (MacOS)
Show/hide brushes panel
Function Key Shortcuts

F5


Nuke 10 (Windows)
Render all comp container
Timeline

F5


Adobe Illustrator CC (Windows)
Show/hide brushes panel
Function Key Shortcuts

F5


Nuke 10 (MacOS)
Render all comp container
Timeline

F5


Nuke 10 (Linux)
Render all comp container
Timeline

F5


Hexagon 2 (MacOS)
Select Auto
Select,Interface and Display Shortcuts

F5


Hexagon 2 (Windows)
Select Auto
Select,Interface and Display Shortcuts

F5


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

F5


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

F5


FileMaker Pro (MacOS)
Step Over command
Script Debugger (Pro Advanced Only)

F5


FileMaker Pro (Windows)
Step Over command
Script Debugger (Pro Advanced Only)

F5


ArchiCAD 20 (Windows)
Send backward
Tools display order

F5


Nuke 10 (Windows)
Render all write nodes
Node Graph

F5


Nuke 10 (Linux)
Render all write nodes
Node Graph

F5


ArchiCAD 20 (MacOS)
Send backward
Tools display order

F5


Nuke 10 (MacOS)
Render all write nodes
Node Graph

F5


Anime Studio (Windows)
New frame
Frame by Frame

F5


Microsoft Word 2016 (Windows)
Slideshow of presentation
Text Editing/Graphics editing Operations

F5


Dynamics NAV 2015 (Windows)
Refresh
Function Key Shortcuts

F5


CINEMA 4D (Windows)
All views
View

F5


Dynamics AX 2015 (Windows)
Refresh the information displayed in the form.
Working with Forms

F5


Dynamics SL 2015 (Windows)
Clears the value in a field
Function Key Shortcuts

F5


Dynamics CRM 2015 (Windows)
Refreshes the content of all snap-in console windows.
MMC Shortcuts(Microsoft Management Console)

F5


Dynamics CRM 2015 (Windows)
Refreshes the content of all snap-in console windows.
MMC Active Window Shortcuts

F5


Anime Studio (MacOS)
New frame
Frame by Frame

F5


Autodesk Inventor 2017 (Windows)
Previous view
Function Key

F5


Dynamics AX 2015 (Windows)
Refresh the help topic.
General Shortcuts

F5


Zoho Show (Windows)
Slideshow from beginning
View Shortcuts

F5


Microsoft Word 2016 (Windows)
Choose the Go To command (Home tab).
All Function Key Shortcuts

F5


Autodesk 3ds Max 2017 (Windows)
Restrict movement along specific axis
General user interface

F5


AutoCad Architecture 2017 (Windows)
Isoplane mode
Function Keys

F5


AutoCAD 2016 (Windows)
Toggles ISOPLANE
General

F5


Apple Motion (MacOS)
Show/hide the Project pane
Window Menu

F5


Adobe Flash Professional (MacOS)
Add frame
Frames

F5


Act! CRM (Windows)
Monthly Calender
View Shortcuts

F5


GTA V Cheats (Windows)
Switch to Michael
General Shortcuts

F5


Adobe Acrobat Pro (MacOS)
Move focus to document pane
Navigation

F5


Microsoft Projects 2016 (Windows)
Use the Go To command (Edit menu).
Sheet View

F5


Todoist (Web Application)
Manually Sync
Task Add Shortcuts(Windows 10 Only)

F5


Counter Strike Source (Windows)
Capture Screenshot
Miscellaneous Shortcuts

F5


TextMate 2 (MacOS)
Sort Lines
General Shortcuts

F5


IntelliJ (MacOS)
Copy
Refactoring

F5


JetBrains RubyMine (Windows)
Copy
Refactoring

F5


JetBrains RubyMine (MacOS)
Copy
Refactoring

F5


FileZilla (Windows)
Refreshes local and remote file and folder views
28 Shortcuts for FileZilla (Windows)

F5


JetBrains RubyMine (Linux)
Copy
Refactoring

F5


JetBrains AppCode (MacOS)
Copy
Code Refactoring

F5


Amazon Kindle (Windows)
Synchronize
Global Shortcuts

F5


JetBrains PyCharm (MacOS)
Copy
Refactoring

F5


Windows 10 File Explorer (Windows)
Refresh Explorer Window
Manage Windows Explorer

F5


Adobe Flash Builder (Windows)
Step into Breakpoint code
24 Shortcuts for Adobe Flash Builder (Windows)

F5


Adobe Flash Builder (MacOS)
Step into Breakpoint code
24 Shortcuts for Adobe Flash Builder (MacOS)

F5


JetBrains PyCharm (Windows)
Copy
Refactoring

F5


Blender 3D (Windows)
Display Shading Context
Universal

F5


Adobe RoboHelp (Windows)
Go to Bookmark
General Shortcuts

F5


Adobe Bridge CC (MacOS)
Refresh Contents Panel
35 Shortcuts for Adobe Bridge CC (MacOS)

F5


Adobe Bridge CC (Windows)
Refresh Contents Panel
35 Shortcuts for Adobe Bridge CC (Windows)

F5


JetBrains PhpStorm (Windows)
Copy
Refactoring

F5


JetBrains PhpStorm (MacOS)
Copy
Refactoring

F5


JetBrains PhpStorm (Linux)
Copy
Refactoring

F5


Steinberg Cubase 9 (Windows)
Open MediaBay
Media

F5


Steinberg Cubase 9 (MacOS)
Open MediaBay
Media

F5


ACDSee (Windows)
efreshes View Mode Window and Relods Current Image
View Mode

F5


DAZ Studio (Windows)
Run script
Script Commands

F5


Corel Designer X7 (Windows)
Refresh Drawing Window
Zoom

F5


Corel Ventura 10 (Windows)
Zoom to Whole Page
Zoom and View

F5


DAZ Studio (MacOS)
Run script
Script Commands

F5


Corel Quattro Pro X8 (Windows)
Move to Cell that You Specify
Navigation

F5 / Ctrl + G


Corel Draw X8 (Windows)
Freehand tool
Toolbox Tool Selection

F5


Corel Quattro Pro X8 (Windows)
Open Go to Dialog Box
Function Keys

F5


Microsoft Word 2016 (MacOS)
Choose the Go To command (Edit menu)
Function key shortcuts

F5


Microsoft Excel 2016 (MacOS)
Display the Go To dialog
The following table provides the function key shortcuts for Excel 2016 for Mac*

F5


Adobe Captivate 2017 (MacOS)
Record audio
Function Key Shortcuts

F5


MusicBee (Windows)
Refresh
File Menu

F5


Adobe Captivate 2017 (Windows)
Record audio
Function Key Shortcuts

F5


Forte (Windows)
Refresh View
Main Browser Window

F5


Chief Architect (Windows)
Display Setting Tools - Refresh Display
Settings Tools

F5


Chief Architect (MacOS)
Display Setting Tools - Refresh Display
Settings Tools

F5


Kingsoft Presentation 2016 (Windows)
Play slideshow from Beginning
SlideShow

F5


Primevera P6 P6 (Windows)
Refresh
General Shortcuts

F5


MetaTrader MT4 (Windows)
Switch to Next Profile
Function Key Shortcuts

F5


WinSCP 5 (Windows)
Copy selected files (upload when local panel is active, download when remote panel is active)
File Management

F5


Krita Painting 3 (Windows)
Export
General

F5


Brackets (Windows)
Reload Brackets
99 Shortcuts for Brackets (Windows)

F5


PotPlayer (Windows)
Preference
Function Key Shortcuts

F5


XYplorer (Windows)
Refresh File List
Function key Shortcuts

F5


Tencent QQ Player (Windows)
Parameter settings
30 Shortcuts for Tencent QQ Player (Windows)

F5


MediaMonkey (Windows)
Refresh View
Standard Keyboard Shortcuts

F5


Pegasus Mail (Web Application)
Incremental search
Messages

F5


Maxthon (Web Application)
Refresh
Refresh

F5


Pegasus Mail (Web Application)
Reformat long lines in the message (setting is sticky )
Message Reader

F5


ZBrush 4 (Windows)
Textures
PopUp Selection

F5


Jetbrains CLion (Windows)
Copy
Refactoring

F5


Delphi 10 (Windows)
Toggle Breakpoint
193 Shortcuts for Delphi 10 (Windows)

F5


Xamarin Studio (MonoDevelop) (Windows)
Start Debugging
Project

F5


Libreoffice Writer (Windows)
Navigator on/off
Function Keys

F5


Sierra Chart (Windows)
Chart settings
Chart Menu

F5


Titanium (MacOS)
Step Into
Run/Debug

F5


iClone 7 (Windows)
Show/Hide Scene Manager
OnScreen Display

F5


Titanium (MacOS)
Refresh
Other Shortcuts

F5


GOM Player (Windows)
Preferences
Others

F5


Pencil2D (Windows)
Extend Frame
57 Shortcuts for Pencil2D (Windows)

F5


Tableau (Windows)
Refreshes the data source
General

F5


Visual Studio Code (Windows)
Start/Continue
Debug

F5


ForkLift 3
Copy to
Commander style

F5


OpenSCAD (MacOS)
Preview
Function Shortcuts

F5


SolidWorks (Windows)
Toggle Selection Filter Toolbar
Miscellaneous Shortcuts

F5


Cabinet Vision (Windows)
Open Molding Options
Getting Different Program Quickly

F5


Alphacam (Windows)
Grid Snap On/Off
Geometry Creation

F5


Todoist
Manually sync (Windows 10 only)
General

F5


Titanium (Windows)
Step Into
Run/Debug

F5


Solidworks 2019
Toggle selection filter toolbar
Commands

F5


Zwift (PC and macOS)
"Nice!"
Function

F5


CuteFTP (Windows)
Refresh active pane
General

F5


Titanium (Windows)
Refresh
Other Shortcuts

F5


CuteFTP (MacOS)
Refresh active pane
72 Shortcuts for CuteFTP (MacOS)

F5


Fortnite (PC)
Trap
Building

F5


Gigabyte Aorus motherboard
Restore the previous BIOS settings for the currrent submenus
Classic BIOS setup

F5


Anno 1800
Quick save
Gameplay

F5


progeCAD (Windows)
Switches the isometric plane between Top, Right, and Left
51 Shortcuts for progeCAD (Windows)

F5 /Ctrl+ E


Miscreated
Emote: Stop
Emote

F5


HyperWorks (Windows)
Mask
24 Shortcuts for HyperWorks (Windows)

F5


winIDEA
Resume program execution from the current execution point
Debug

F5


Open Rails 0.6.2
Head up display
Game control

F5


FlashFXP (Web Application)
Refresh
54 Shortcuts for FlashFXP (Web Application)

F5


Xyplorer
Convert selected text to Title Case (converts the first letter of every word in string to upper case)
Other Shortcuts

F5


ChessBase 13
Copy marked games into clip database
Games lists

F5


Source Insight (Windows)
Go To Line
General

F5


TurboCAD (Windows)
Redraw the active view
171 Shortcuts for TurboCAD (Windows)

F5


CodeLite 10 (Windows)
Toggle breakpoint
Debug

F5


progeCAD (Windows)
Switches the isometric plane between Top, Right, and Left
Function Key Shortcuts

F5


Mastercam (Windows)
Show Delete menu
53 Shortcuts for Mastercam (Windows)

F5


Evergreen (Linux)
Show Item Status by Barcode
Circulation

F5


Evergreen (Linux)
Show Item Status by Barcode
Cataloging

F5


VariCAD (Windows)
Zoom
Hot Keys

F5


Place Anywhere (Fallout 4 mod)
Toggle out-of-workshop timeout
General

F5


Vivaldi
Reload page
Page

F5


FEKO (Windows)
Zoom to extents
CADFEKO and POSTFEKO : View Operations

F5


FEKO (Linux)
Zoom to extents
CADFEKO and POSTFEKO : View Operations

F5


FEKO (Windows)
Step
Script Editor

F5


FEKO (Linux)
Step
Script Editor

F5


Geany (Linux)
Run
Build,Make and Compile

F5


Geany (Windows)
Run
Build,Make and Compile

F5


Geany (MacOS)
Run
Build,Make and Compile

F5


IRONCAD (Windows)
Zoom
Camera Function Keys Assignment

F5


Modo (Windows)
Command History viewport
Floating Windows

F5


KiCad 5.0.2
Switch to Inner layer 1
Pcbnew

F5


Modo (MacOS)
Command History viewport
Floating Windows

F5


Ulead PhotoImpact 8 (Windows)
Preserve Base Image
Selection Menu

F5


Cobalt (Windows)
Home Attribute
70 Shortcuts for Cobalt (Windows)

F5


KiCAD (Linux)
Switch to Inner Layer 1
PCB

F5


KiCAD (Windows)
Switch to Inner Layer 1
PCB

F5


Target 3001! (Windows)
Switch Grid Visible/Invisible
Function key Shortcuts

F5


KiCAD (MacOS)
Switch to Inner Layer 1
PCB

F5


LDCad
Reload current file
Global

F5


Assetto Corsa
Pivot camera around the car
In-game

F5


Ulead PhotoImpact 8 (Windows)
Refresh the visual open window
Visual Open

F5


Elex (PC)
Quick save
General

F5


Roblox Studio
Play / pause
Testing and Publishing

F5


LDView
Reload model
Program controls

F5


Deponia
Go to Load / Save menu
General

F5


WavePad Sound Editor (Windows)
Record
Play Operations

F5


WavPad Sound Editor (MacOS)
Record
Play Operations

F5


The Secret of Monkey Island
Save or load a game
Function and Command keys

F5


gEDA (Linux)
Enter rectangle tool
Other Important Shortcuts

F5


Banner 9 (Windows, Mac)
Rollback or Clear Page
Windows and Mac

F5


Europa Universalis IV
Cycle the Ledger sections
General

F5


gThumb (Linux)
Start a slideshow
Slideshow

F5


MyPaint (Windows)
Reload
Show Edit Menu

F5


BricsCAD (Windows)
Sets the isoplane (see Using Isometric snap)
Function Key Shortcuts

F5


BricsCAD (Linux)
Sets the isoplane (see Using Isometric snap)
Function Key Shortcuts

F5


MyPaint (Windows)
Next scrap
Show Edit Menu

F5


BricsCAD (MacOS)
Sets the isoplane (see Using Isometric snap)
Function Key Shortcuts

F5


Substance Painter
Camera Perspective
General

F5


Oracle RightNow
Refresh
Explorers and reports

F5


Substance Painter (Mac)
Camera Perspective
General

F5


Brave Browser (Windows)
Reload
Page Navigation and Display

F5


FlexiSign Pro 8.1 (Windows)
Redraw
Arrangement

F5


FlexiSign Pro 8.1 (MacOS)
Redraw
Arrangement

F5


DraftSight (Windows)
Switches the Isometric grid to next isoplane
37 Shortcuts for DraftSight (Windows)

F5


SuperMemo (Windows)
Apply Warrior Layout without Making Default Layout
129 Shortcuts for SuperMemo (Windows)

F5


Aspire (Windows)
Refreshes the 2D window
General Shortcuts

F5


VCarve Pro (Windows)
Refreshes the 2D window
General Shortcuts

F5


MyLibreOfficeMediaFKeys (Linux)
Play
MediaPlayerFKeys

F5


GeoGebra
copy name of selected object to the Input Bar
Mac desktop

F5


eMachineShop (Windows)
Specify machine used to manufacture line
38 Shortcuts for eMachineShop (Windows)

F5


PRTG Network Monitor
View > Refresh
Enterprise console

F5


American Truck Simulator
Mouse control in Route Advisor
Interface controllers

F5


KeyCreator (Windows)
Menu Button 5
Miscellaneous Shortcuts

F5


AVImark
Notes (must select a estimate entry)
Estimate maintenance

F5


Tableau
Refresh the data source
Data (Tableau Desktop)

F5


DayZ
Surrender (Stable branch)
Communication

F5


RimWorld
Opens the Factions tab
User interface

F5


TextMate
Sort lines
General

F5


Lacerte
Open REP dialog
Clients, Detail, Forms and Diagnostics screens

F5


Samsung TV
Brings up Smart Hub applications
General

F5


Google Chrome
Reload the current page
Webpage shortcuts

F5


Altium Designer (Windows)
Toggle breakpoint for current line
Embedded Software Editor (.c]then[.asm) Shortcuts

F5


AutoCAD
Toggle Isoplane
Toggle Drawing Modes

F5


SAP NetWeaver Business Client 5.0 for Desktop
For SAP GUI transactions: as defined in the standard for function keys
General

F5


Altium Designer (Windows)
Toggle breakpoint for current line
Scripting Editor Shortcuts

F5


Company of Heroes
Select Tier 4 Building
General

F5


QuickBooks Desktop
Refresh list. You only see this if you are in multi-user mode when you have a list open. This will force QuickBooks to go back to the database server and retrieve the latest copy of the list. If multiple users are editing the list, this may be useful. Note that all open lists at the same time should be refreshed.
Editing Transactions/List

F5


Siemens NX
Refresh
View > Popup

F5


Shotcut (Mac)
Reload
Timeline

F5


Shotcut
Reload
Timeline

F5


Tibia
(Attack) Energy strike
Action bar

F5


RPG Maker
Mapping layer
Editor

F5


Autodesk Stingray
Refresh
General level viewport

F5


Adobe Lightroom Classic (Mac)
Show/hide Module Picker
Working with panels

F5


Total War: Attila (Mac)
Standard ping
Universal

F5


Total War: Attila
Standard ping
Universal

F5


Adobe Lightroom Classic
Show/hide Module Picker
Working with panels

F5


Evernote for Windows
Cycle through note list views (Snippet, Card, Top List, Side List, Thumbnail)
Application-wide

F5


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

F5


Adobe Bridge CC (Mac)
Refresh Contents panels
Other most used shortcuts

F5


Adobe Bridge CC
Refresh Contents panels
Other most used shortcuts

F5


ZoomText
Decrease zoom
ZoomText Keyboard

F5


UiPath Studio
Runs the workflow that is currently open
Workflow execution

F5


ePSXe
Toggle Digital pad/Special pad
General

F5


Kerbal Space Program
Quicksave
System/UI Commands

F5


Adobe Illustrator
Show/hide Brushes panel
Function keys

F5


Adobe Illustrator (Mac)
Show/hide Brushes panel
Function keys

F5


ArtRage Studio Pro
Canvas Lighting
Canvas Commands

F5


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

F5


SQL Server Profiler
Start a replay
Replay

F5


Alteryx
Refresh workflow. Use F5 to refresh tool configurations when the incoming data source has been updated externally and the metadata has changed
Other shortcuts

F5


ProgeCAD
Isometric Plane
General

F5


PureSync
Compare
View menu

F5


Bluebeam Revu
Refresh document view
Viewing

F5


AI War Classic
(hold)  Show military ships only
Minimap

F5


Minecraft Bedrock Edition
Toggle perspective
Keyboard & mouse controls

F5


Diablo II
Sets or uses left / right mouse button skills
General

F5


Diablo
Highlight spells in spell book and press F5 - F8 to assign hotkey. Once the hotkey is assigned, the key will prepare that specific spell
General

F5


CorelDRAW Graphics Suite 2018
Freehand
General

F5


Kindle for PC
Sync
Anywhere in the application

F5


Minecraft Java Edition
Toggle Perspective
Gameplay

F5


Logo Accounting
Switch between the current account code field and the receipt line on the receipt and invoice screen
General

F5


Nuke
Render all Write nodes
Node graph

F5


Windows PowerShell ISE
Run/Continue
Script debugging

F5


World of Tanks
Affirmative!
Misc

F5


Adobe Photoshop CC
Show/Hide Brush panel
Using function keys

F5


Matlab
Run code
General

F5


Heroes of the Storm
Go to saved camera location
General

F5


Microsoft FrontPage
Refresh the file list.
Access and use Open and Save As dialog boxes

F5


BSPlayer
Increase playback rate by 1%
Misc

F5


Euro Truck Simulator 2
Mouse control in Route Advisor
Interface controls

F5


Virtual DJ 2018
Sampler 5 play_stop
General

F5