Delphi

General

Toggle breakpoint

F5

All hotkeys for Delphi

General
Selects parent control in design mode. Left mouse click + Escape drags the parent control

Esc

General
After selecting control in form designer, click on it with Shift again to select top most parent Form

↑   Shift + Mouse left click

General
In Object Inspector activates incremental search for properties. Press again Tab to move focus to property value

⭾ Tab

General
Invoke code templates also called code snippets

Ctrl + J

General
Delete text from cursor position until end of word

Ctrl + T

General
Incremental search

Ctrl + E

General
Delete current line

Ctrl + Y

General
Invoke buffer window when focus is on editor. The buffer window shows a list of all different tabs.

Ctrl + B

General
Insert a new GUID at the cursor position

Ctrl + ↑   Shift + G

General
Indent the current selected block

Ctrl + ↑   Shift + I

General
Unindent the current selected block

Ctrl + ↑   Shift + U

General
Indent the current selected block or current line in case of no selection

Ctrl + K + I

General
Unindent the current selected block or current line in case of no selection

Ctrl + K + U

General
Invoke SyncEdit

Ctrl + ↑   Shift + J

General
Automatically declare variable at cursor position

Ctrl + ↑   Shift + V

General
Delete to the end of line

Ctrl + ↑   Shift + Y

General
Match pair forward

Alt + [

General
Match pair backward

Alt + ]

General
Browse forward (hotlink history)

Alt +

General
Browse backward (hotlink history)

Alt +

General
Browse to symbol under editor cursor (invoke a hotlink and add it to the hotlink history)

Alt +

General
Run program to current cursor position

F4

General
Toggle breakpoint

F5

General
Debugger step into

F7

General
Trace into next source line

↑   Shift + F7

General
Debugger step over

F8

General
Run until return

↑   Shift + F8

General
Run program under debugger

F9

General
Program Reset

Ctrl + F2

General
Evaluate/modify

Ctrl + F7

General
Add Watch

Ctrl + F5

General
View units

Ctrl + F12

General
Goto line number in editor

Alt + G

General
Goto line number in editor

Ctrl + O + G

General
Start/stop recording editor macro

Ctrl + ↑   Shift + R

General
Play editor macro

Ctrl + ↑   Shift + P

General
Invoke code completion

Ctrl + Space

General
Invoke code parameter hints

Ctrl + ↑   Shift + Space

General
Open file at cursor

Ctrl + ⤶ Enter

General
Find all references

Ctrl + ↑   Shift + ⤶ Enter

General
Invoke class completion for the class that currently contains the cursor

Ctrl + ↑   Shift + C

General
Navigate to method implementation/declaration

Ctrl + ↑   Shift +

General
Navigate to method implementation/declaration

Ctrl + ↑   Shift +

General
Set a bookmark at current row in the source

Ctrl + ↑   Shift + 1 - 9

General
Go to a bookmark row in the source

Ctrl + 1 - 9

General
Opens the drop-down on the top-right corner of the code editor, listing all open files

Ctrl + Alt + F12

General
Wheel  Navigate to previous or next method implementation in lexical order in this source unit, or within the class to which scope has been limited using Ctrl + Q + L

Ctrl + Alt + Mouse movement

General
Navigate to previous method implementation in lexical order in this source unit, or within the class to which scope has been limited using Ctrl + Q + L

Ctrl + Alt +

General
Navigate to next method implementation in lexical order in this source unit, or within the class to which scope has been limited using Ctrl + Q + L

Ctrl + Alt +

General
Navigate to the lexically first method implementation in this source unit, or within the class to which scope has been limited using Ctrl + Q + L

Ctrl + Alt + Home

General
Navigate to the lexically last method implementation in this source unit, or within the class to which scope has been limited using Ctrl + Q + L

Ctrl + Alt + End

General
Activate the Tool Palette in filtering mode (start typing, press Enter to drop component)

Ctrl + Alt + P

General
Adds current date to source code

Ctrl + Alt + A

General
Toggle comment per line or selected block and cursors goes down one line, Ctrl  +  # on nordic (and perhaps other international ) keyboards

Ctrl + /

General
Add todo list item

Ctrl + ↑   Shift + T

General
Toggle between Form as text mode or design mode

Alt + F12

General
Invoke Use unit dialog

Alt + F11

General
Invoke Open Project Dialog

Ctrl + F11

General
Invoke Project manager window

Ctrl + Alt + F11

General
Invoke Object Inspector window

F11

General
Toggle between code view and design view

F12

General
Invoke Window list

Alt + 0

General
Invoke Structure window

↑   Shift + Alt + F11

General
Invoke Browser window

Ctrl + ↑   Shift + B

General
Invoke Breakpoint window

Ctrl + Alt + B

General
Invoke Call Stack window

Ctrl + Alt + S

General
Invoke Watches window

Ctrl + Alt + W

General
Invoke Local Variables window

Ctrl + Alt + L

General
Invoke Threads window

Ctrl + Alt + T

General
Invoke FPU window

Ctrl + Alt + F

General
Invoke CPU window

Ctrl + Alt + C

General
Invoke Event window

Ctrl + Alt + V

General
Invoke Modules window

Ctrl + Alt + M

General
Invoke Forms window

↑   Shift + F12

General
Invoke Add to uses clause(Find unit in Delphi 2006) window (Refactoring)

Ctrl + ↑   Shift + A

General
Invoke Project Options window

Ctrl + ↑   Shift + F11

General
Compile Project

Ctrl + F9

General
Build Project

↑   Shift + F9

General
Invoke Add to project window

↑   Shift + F11

General
Run without debugging

↑   Shift + Ctrl + F9

General
Find

Ctrl + F

General
Find in Files

↑   Shift + Ctrl + F

General
Previous/next result (for Find in Files and Build Error Messages)

Alt + F7

General
Changes a word to lowercase and deselects selection

Ctrl + K + E

General
Changes a word to uppercase and deselects selection

Ctrl + K + F

General
Changes a word to lowercase

Ctrl + K + O

General
Changes a word to uppercase

Ctrl + K + N

General
Toggles case

Ctrl + O + U

General
Toggles Code folding between On and Off

Ctrl + ↑   Shift + K + O

General
Code folding: Expands All blocks of code

Ctrl + ↑   Shift + K + A

General
Code folding: Collapse current block of code

Ctrl + ↑   Shift + K + E

General
Code folding: Expand current block of code

Ctrl + ↑   Shift + K + U

General
Code folding: Toggle Current block (expand & collapse)

Ctrl + ↑   Shift + K + T

General
Code folding: Collapses all regions {$region 'comment'}..{$endregion}

Ctrl + ↑   Shift + K + R

General
Code folding: Collapse nested procedures

Ctrl + ↑   Shift + K + P

General
Code folding: Collapse all methods

Ctrl + ↑   Shift + K + M

General
Code folding: Collapse all classes

Ctrl + ↑   Shift + K + C

General
Code folding: Collapses down to primary Groups [Interface/Implementation]

Ctrl + ↑   Shift + K + G

General
Code folding: Collapses Namespace/Unit

Ctrl + ↑   Shift + K + N

General
Switch to the next open file in the editor

Ctrl + ⭾ Tab

General
Switch to the previous open file in the editor

Ctrl + ↑   Shift + ⭾ Tab

General
Invokes print selection dialog

Ctrl + K + P

General
Invokes Write block to file(selected text)

Ctrl + K + W

General
Invokes Read block from file(inserts text at cursor)

Ctrl + K + R

General
Copies selected text at the end of the selection

Ctrl + K + C

General
Select word at cursor position

Ctrl + K + T

General
Turns on block selection mode

Ctrl + O + C

General
Selects current line (and turns off block selection mode)

Ctrl + O + L

General
Toggles between limiting the Ctrl + Alt navigation shortcuts to the current class, or limiting it to the current unit

Ctrl + Q + L

General
Go to next item of Messages window

Ctrl + Q + W

General
Switches between source (.cpp) and header (.h)

Ctrl + F6

General
Undo

Alt + ⬅ Backspace

General
Display Popup menu

Alt + F10

General
Moves the cursor down one line and selects the column from the left of the starting cursor position

Alt + ↑   Shift +

General
Selects the column from the cursor position to the end of the current line

Alt + ↑   Shift + End

General
Selects the column from the cursor position to the start of the current line

Alt + ↑   Shift + Home

General
Selects the column to the left of the cursor

Alt + ↑   Shift +

General
Moves the cursor down one line and selects the column from the right of the starting cursor position

Alt + Shift + Page Down

General
Moves the cursor up one screen and selects the column from the left of the starting cursor position

Alt + Shift + Page Up

General
Selects the column to the right of the cursor

Alt + ↑   Shift +

General
Moves the cursor up one line and selects the column from the left of the starting cursor position

Alt + ↑   Shift +

General
Cut word under cursor / current selected block

Alt + X

General
Copy word under Cursor / selected block

Ctrl + C

General
Select all

Ctrl + A

General
Delete the word to the beginning

Ctrl + ⬅ Backspace

General
Deletes a currently selected block

Ctrl + D

General
Scrolls down one line

Ctrl +

General
Moves to the end of a file

Ctrl + End

General
Topic Search

Ctrl + F1

General
Open Main Menu

Ctrl + F10

General
Moves to the top of a file

Ctrl + Home

General
Replace Dialog

Ctrl + H

General
Inserts a tab character

Ctrl + I

General
Copy selected Block

Ctrl + Insert

General
Find again

Ctrl + L

General
Moves one word left

Ctrl +

General
Insert new line (same as Enter)

Ctrl + M

General
Insert new line after cursor (cursor stays in current line)

Ctrl + N

General
Open file at cursor

Ctrl + O + A

General
Browse symbol at cursor

Ctrl + O + B

General
Inserts compiler options and directives

Ctrl + O + O

General
Moves to the bottom of a screen

Ctrl + Page Down

General
Moves to the top of a screen

Ctrl + Page Up

General
Search Replace Dialog

Ctrl + Q + A

General
Moves cursor to the beginning of a block

Ctrl + Q + B

General
Moves cursor to end of a file

Ctrl + Q + C

General
Moves cursor to the end of a line

Ctrl + Q + D

General
Moves cursor to the top of the window

Ctrl + Q + E

General
Search Find Dialog

Ctrl + Q + F

General
Moves cursor to the end of a block

Ctrl + Q + K

General
Moves cursor to previous position

Ctrl + Q + P

General
Moves cursor to the beginning of a file

Ctrl + Q + R

General
Moves cursor to the beginning of a line

Ctrl + Q + S

General
Moves cursor to the top of the window

Ctrl + Q + T

General
Moves cursor to the bottom of the window

Ctrl + Q + U

General
Moves cursor to the bottom of the window

Ctrl + Q + X

General
Deletes to the end of Line

Ctrl + Q + Y

General
Replace Dialog

Ctrl + R

General
Moves one word right

Ctrl +

General
Save

Ctrl + S

General
Save All

Ctrl + ↑   Shift + S

General
Selects from the cursor position to the end of the current file

Ctrl + ↑   Shift + End

General
Selects from the cursor position to the start of the current file

Ctrl + ↑   Shift + Home

General
Selects the word to the left of the cursor

Ctrl + ↑   Shift +

General
Selects from the cursor position to the bottom of the screen

Ctrl + Shift + Page Down

General
Selects from the cursor position to the top of the screen

Ctrl + Shift + Page Up

General
Selects the word to the right of the cursor

Ctrl + ↑   Shift +

General
Redo

Ctrl + ↑   Shift + Z

General
Scrolls up one line

Ctrl +

General
Paste

Ctrl + V

General
Undo

Ctrl + Z

General
Display Help

F1

General
Find again

F3

General
Insert Mode on / off

Insert

General
Moves the cursor down one line and selects from the right of the starting cursor position.

↑   Shift +

General
Selects from the cursor position to the end of the current line

↑   Shift + End

General
Inserts a new line with a carriage return

↑   Shift + ⤶ Enter

General
Selects from the cursor position to the start of the current line

↑   Shift + Home

General
Paste from clipboard

↑   Shift + Insert

General
Selects the character to the left of the cursor

↑   Shift +

General
Moves the cursor down one line and selects from the right of the starting cursor position

Shift + Page Down

General
Moves the cursor up one screen and selects from the left of the starting cursor position

Shift + Page Up

General
Selects the character to the right of the cursor

↑   Shift +

General
Moves the cursor to the left one tab position

↑   Shift + ⭾ Tab

General
Moves the cursor up one line and selects from the left of the starting cursor position

↑   Shift +

General
Selects the column from the cursor position to the end of the current file

Ctrl + Alt + ↑   Shift + End

General
Selects the column from the cursor position to the start of the current file

Ctrl + Alt + ↑   Shift + Home

General
Selects the column to the left of the cursor

Ctrl + Alt + ↑   Shift +

General
Selects the column from the cursor position to the top of the screen

Ctrl + Alt + Shift + Page Down

General
Selects the column from the cursor position to the bottom of the screen

Ctrl + Alt + Shift + Page Up

General
Selects the column to the right of the cursor

Ctrl + Alt + ↑   Shift +

General
Select editor window tab

AltGr + F12

General
IDE Insight

F6

General
IDE Insight

Ctrl + .

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


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