IntelliJ (Windows)

Editing

Copy

F5

All hotkeys for IntelliJ (Windows)

Productivity
To quickly open any class.

Ctrl + N

Productivity
To quickly open any file.

Ctrl + Shift + N

Productivity
Toggle tools (maximize/minimize code window).

Ctrl + Shift + F12

Productivity
Code completion.

Ctrl + Space

Productivity
To find all places where a particular class, method or variable is used in the whole project by positioning the caret at the symbol's name or at its usage in code.

Alt + F7

Productivity
To quickly see the documentation for the class or method used at the editor's caret.

Crtl + P

Editing
Basic code completion (the name of any class, method or variable)

Ctrl + Space

Editing
Smart code completion (filters the list of methods and variables by expected type)

Ctrl + Shift + Space

Editing
Complete statement

Ctrl + Shift + Enter

Editing
Parameter info (within method call arguments)

Ctrl + P

Editing
Quick documentation lookup

Ctrl + Q

Editing
External Doc

Shift + F1

Editing
Brief Info

Ctrl + mouse over code

Editing
Show descriptions of error or warning at caret

Ctrl + F1

Editing
Generate code... (Getters, Setters, Constructors, hashCode/equals, toString)

Alt + Insert

Editing
Override methods

Ctrl + O

Editing
Implement methods

Ctrl + I

Editing
Surround with… (if..else, try..catch, for, synchronized, etc.)

Ctrl + Alt + T

Editing
Comment/uncomment with line comment

Ctrl + /

Editing
Comment/uncomment with block comment

Ctrl + Shift + /

Editing
Select successively increasing code blocks

Ctrl + W

Editing
Decrease current selection to previous state

Ctrl + Shift + W

Editing
Context info

Alt + Q

Editing
Show intention actions and quick-fixes

Alt + Enter

Editing
Reformat code

Ctrl + Alt + L

Editing
Optimize imports

Ctrl + Alt + O

Editing
Auto-indent line(s)

Ctrl + Alt + I

Editing
Indent/unindent selected lines

Tab / Shift + Tab

Editing
Cut current line or selected block to clipboard

Ctrl + X / Shift + Delete

Editing
Copy current line or selected block to clipboard

Ctrl + C / Ctrl + Insert

Editing
Paste from clipboard

Ctrl + V / Shift + Insert

Editing
Paste from recent buffers...

Ctrl + Shift + V

Editing
Duplicate current line or selected block

Ctrl + D

Editing
Delete line at caret

Ctrl + Y

Editing
Smart line join

Ctrl + Shift + J

Editing
Smart line split

Ctrl + Enter

Editing
Start new line

Shift + Enter

Editing
Toggle case for word at caret or selected block

Ctrl + Shift + U

Editing
Select till code block end/start

Ctrl + Shift + ] / [

Editing
Delete to word end

Ctrl + Delete

Editing
Delete to word start

Ctrl + Backspace

Editing
Expand/collapse code block

Ctrl + NumPad plus / -

Editing
Expand all / collapse all

Ctrl + Shift + NumPad plus / -

Editing
Close active editor tab

Ctrl + F4

Editing
Find usages / Find usages in file

Alt + F7 / Ctrl + F7

Editing
Highlight usages in file

Ctrl + Shift + F7

Editing
Show usages

Ctrl + Alt + F7

Editing
Copy

F5

Editing
Move

F6

Editing
Safe Delete

Alt + Delete

Editing
Rename

Shift + F6

Editing
Change Signature

Ctrl + F6

Editing
Inline

Ctrl + Alt + N

Editing
Extract Method

Ctrl + Alt + M

Editing
Extract Variable

Ctrl + Alt + V

Editing
Extract Field

Ctrl + Alt + F

Editing
Extract Constant

Ctrl + Alt + C

Editing
Extract Parameter

Ctrl + Alt + P

Search/Replace
Search everywhere

Double Shift

Search/Replace
Find

Ctrl + F

Search/Replace
Find next / Find previous

F3 / Shift + F3

Search/Replace
Replace

Ctrl + R

Search/Replace
Find in path

Ctrl + Shift + F

Search/Replace
Replace in path

Ctrl + Shift + R

Search/Replace
Search structurally (Ultimate Edition only)

Ctrl + Shift + S

Search/Replace
Replace structurally (Ultimate Edition only)

Ctrl + Shift + M

Compile and Run
Make project (compile modifed and dependent)

Ctrl + F9

Compile and Run
Compile selected file, package or module

Ctrl + Shift + F9

Compile and Run
Select configuration and run

Alt + Shift + F10

Compile and Run
Select configuration and debug

Alt + Shift + F9

Compile and Run
Run

Shift + F10

Compile and Run
Debug

Shift + F9

Compile and Run
Run context configuration from editor

Ctrl + Shift + F10

Debugging
Commit project to VCS

Ctrl + K

Debugging
Update project from VCS

Ctrl + T

Debugging
View recent changes

Alt + Shift + C

Debugging
‘VCS’ quick popup

Alt + `

Debugging
Step over

F8

Debugging
Step into

F7

Debugging
Smart step into

Shift + F7

Debugging
Step out

Shift + F8

Debugging
Run to cursor

Alt + F9

Debugging
Evaluate expression

Alt + F8

Debugging
Resume program

F9

Debugging
Toggle breakpoint

Ctrl + F8

Debugging
View breakpoints

Ctrl + Shift + F8

Live Templates
Surround with Live Template

Ctrl + Alt + J

Live Templates
Insert Live Template

Ctrl + J

Live Templates
Iteration according to Java SDK 1.5 style

Ctrl + J - iter

Live Templates
Check object type with instanceof and downcast it

Ctrl + J - inst

Live Templates
Iterate Collection / Iterate elements of java.util.Collection

Ctrl + J - itco

Live Templates
Iterate Itterator / IIterate elements of java.util.Iterator

Ctrl + J - itit

Live Templates
Iterate List / Iterate elements of java.util.List

Ctrl + J - itli

Live Templates
Public static final

Ctrl + J - psf

Live Templates
throw new

Ctrl + J - thr

Navigation
Go to class

Ctrl + N

Navigation
Go to file

Ctrl + Shift + N

Navigation
Go to symbol

Ctrl + Alt + Shift + N

Navigation
Go to next/previous editor tab

Alt + Right/Left

Navigation
Go back to previous tool window

F12

Navigation
Go to editor (from tool window)

Esc

Navigation
Hide active or last active window

Shift + Esc

Navigation
Close active run/messages/find/... tab

Ctrl + Shift + F4

Navigation
Go to line

Ctrl + G

Navigation
Recent files popup

Ctrl + E

Navigation
Navigate backward / navigate forward

Ctrl + Alt + Arrow Left / Arrow Right

Navigation
Navigate to last edit location

Ctrl + Shift + Backspace

Navigation
Select current file or symbol in any view

Alt + F1

Navigation
Go to declaration

Ctrl + B / Ctrl + Click

Navigation
Go to implementation(s)

Ctrl + Alt + B

Navigation
Open quick definition lookup

Ctrl + Shift + I

Navigation
Go to type declaration

Ctrl + Shift + B

Navigation
Go to super-method/super-class

Ctrl + U

Navigation
Go to previous/next method

Alt + Arrow Up / Arrow Down

Navigation
Move to code block end / move to code start

Ctrl + ] / [

Navigation
File structure popup

Ctrl + F12

Navigation
Type hierarchy

Ctrl + H

Navigation
Method hierarchy

Ctrl + Shift + H

Navigation
Call hierarchy

Ctrl + Alt + H

Navigation
Next/previous highlighted error

F2 / Shift + F2

Navigation
Edit source / View source

F4 / Ctrl + Enter

Navigation
Show navigation bar

Alt + Home

Navigation
Toggle bookmark

F11

Navigation
Toggle bookmark with mnemonic

Ctrl + F11

Navigation
Go to numbered bookmark

Ctrl + 0 ... 9

Navigation
Show bookmarks

Shift + F11

General
Open corresponding tool window

Alt + 0 ... 9

General
Save all

Ctrl + S

General
Synchronize

Ctrl + Alt + Y

General
Toggle maximizing editor

Ctrl + Shift + F12

General
Add to Favorites

Alt + Shift + F

General
Inspect current file with current profile

Alt + Shift + I

General
Quick switch current scheme

Ctrl + `

General
Open Settings dialog

Ctrl + Alt + S

General
Open Project Structure dialog

Ctrl + Alt + Shift + S

General
Find Action

Ctrl + Shift + A

General
Switch between tabs and tool window

Ctrl + Tab

General
Create new scratch file

Ctrl + Shift + Alt + Insert

Multiple Selection
Add/remove a selection

Alt + Shift +Mouse Click

Multiple Selection
Select the next occurrence

Alt + J

Multiple Selection
Unselect the next occurrence

Shift + Alt + J

Multiple Selection
Select all occurrences

Shift + Ctrl + Alt + J

Multiple Selection
Remove all selections

Esc

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


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


MPS 2017 (Windows)
Create a copy of the selected class, file or directory in the same or different directory or package
Refactoring

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