Eclipse Helios (Windows)

Manage Files and Projects

Refresh content of selected element with local file system

F5

All hotkeys for Eclipse Helios (Windows)

Manage Files and Projects
Create new project using the Wizard

Ctrl + N

Manage Files and Projects
Create new project, file, class, etc.

Ctrl + Alt + N

Manage Files and Projects
Open project, file, etc.

Alt + F , then .

Manage Files and Projects
Open Resource (file, folder or project)

Ctrl + Shift + R

Manage Files and Projects
Show and access file properties

Alt + Enter

Manage Files and Projects
Save current file

Ctrl + S

Manage Files and Projects
Save all files

Ctrl + Shift + S

Manage Files and Projects
Close current file

Ctrl + W

Manage Files and Projects
Close all files

Ctrl + Shift + W

Manage Files and Projects
Refresh content of selected element with local file system

F5

Editor Window
Jump to Editor Window

F12

Editor Window
Switch to next editor / switch to previous editor

Ctrl + Page Down / Ctrl + Page Up

Editor Window
Maximize or un-maximize current Editor Window (also works for other Windows)

Ctrl + M

Editor Window
Show list of open Editors. Use arrow keys and enter to switch

Ctrl + E

Editor Window
Show list of open Editors. Similar to ctrl+e but switches immediately upon release of ctrl

Ctrl + F6 / Ctrl + Shift + F6

Editor Window
Go to previous / go to next Editor Window

Alt + Arrow Left / Alt + Arrow Right

Editor Window
Open Editor Window Option menu

Alt + -

Editor Window
Show view menu (features available on left vertical bar: breakpoints, bookmarks, line numbers, …)

Ctrl + F10

Editor Window
Show or hide line numbers

Ctrl + F10 , then n

Editor Window
Show or hide the diff column on the left (indicates changes since last save)

Ctrl + Shift + Q

Editor Window
Zoom text in/ out

Ctrl + Shift + + / -

Navigate in Editor
Jump to beginning / jump to end of indention. Press home twice to jump to beginning of line

Home / End

Navigate in Editor
Jump to beginning / jump to end of source

Ctrl + Home / End

Navigate in Editor
Jump one word to the left / one word to the right

Ctrl + Arrow Right / Arrow Left

Navigate in Editor
Jump to previous / jump to next method

Ctrl + Shift + Arrow Down / Arrow Up

Navigate in Editor
Jump to Line Number. To hide/show line numbers, press ctrl+F10 and select 'Show Line Numbers'

Ctrl + L

Navigate in Editor
Jump to last location edited

Ctrl + Q

Navigate in Editor
Jump to next / jump to previous compiler syntax warning or error

Ctrl + . / Ctrl + ,

Navigate in Editor
With a bracket selected: jump to the matching closing or opening bracket

Ctrl + Shift + P

Navigate in Editor
Collapse / Expand current method or class

Ctrl + [ + ] / Ctrl + - on numeric keyboard

Navigate in Editor
Collapse / Expand all methods or classes

Ctrl + [ / ] / Ctrl + * on numeric keyboard

Navigate in Editor
Scroll Editor without changing cursor position

Ctrl + Arrow Down / Ctrl + Arrow Up

Navigate in Editor
Next Sub-Tab / Previous Sub-Tab

Alt + Page Up / Alt + Page Down

Select Text
Expand selection by one character to the left / to the right

Shift + Arrow Right / Arrow Left

Select Text
Expand selection to next / previous word

Ctrl + Shift + Arrow Right / Arrow Left

Select Text
Expand selection by one line down / one line up

Shift + Arrow Down / Arrow Up

Select Text
Expand selection to end / to beginning of line

Shift + End / Home

Select Text
Select all

Ctrl + A

Select Text
Expand selection to current element (e.g. current one-line expression or content within brackets)

Alt + Shift + Arrow Up

Select Text
Expand selection to next / previous element

Alt + Shift + Arrow Left / Arrow Right

Select Text
Reduce previously expanded selection by one step

Alt + Shift + Arrow Down

Edit Text
Cut, copy and paste

Ctrl + C / Ctrl + X / Ctrl + V

Edit Text
Undo last action

Ctrl + Z

Edit Text
Redo last (undone) action

Ctrl + Y

Edit Text
Delete Line

Ctrl + D

Edit Text
Move current line or selection up or down

Alt + Arrow Up / Arrow Down

Edit Text
Duplicate current line or selection up or down

Ctrl + Alt + Arrow Up / Ctrl + Alt + Arrow Down /

Edit Text
Delete next word

Ctrl + Delete

Edit Text
Delete previous word

Ctrl + Backspace

Edit Text
Enter line below current line

Shift + Enter

Edit Text
Enter line above current line

Shift + Ctrl + Enter

Edit Text
Switch between insert and overwrite mode

Insert

Edit Text
Change selection to all lower case

Shift + Ctrl + Y

Edit Text
Change selection to all upper case

Shift + Ctrl + X

Search and Replace
Open find and replace dialog

Ctrl + F

Search and Replace
Find previous / find next occurrence of search term (close find window first)

Ctrl + K / Ctrl + Shift + K

Search and Replace
Search Workspace (Java Search, Task Search, and File Search)

Ctrl + H

Search and Replace
Incremental search forward / backwards. Type search term after pressing ctrl+j, there is now search window

Ctrl + J / Ctrl + Shift + J

Search and Replace
Open a resource search dialog to find any class

Ctrl + Shift + O

Indentions and Comments
Increase / decrease indent of selected text

Tab / Shift + Tab

Indentions and Comments
Correct indention of selected text or of current line

Ctrl + I

Indentions and Comments
Autoformat all code in Editor using code formatter

Ctrl + Shift + F

Indentions and Comments
Comment / uncomment line or selection ( adds '//' )

Ctrl + /

Indentions and Comments
Add Block Comment around selection ( adds '/... */' )

Ctrl + Shift + /

Indentions and Comments
Remove Block Comment

Ctrl + Shift + \

Indentions and Comments
Add Element Comment ( adds '/** ... */')

Alt + Shift + J

Editing Source Code
Opens Content Assist (e.g. show available methods or field names)

Ctrl + Space

Editing Source Code
Open Quick Fix and Quick Assist

Ctrl + 1

Editing Source Code
Propose word completion (after typing at least one letter). Repeatedly press alt+/ until reaching correct name

Alt + /

Editing Source Code
Deactivate or activate Smart Insert Mode (automatic indention, automatic brackets, etc.)

Ctrl + Shift + Insert

Code Information
Show code outline / structure

Ctrl + O

Code Information
Open class, method, or variable information (tooltip text)

F2

Code Information
Open Declaration: Jump to Declaration of selected class, method, or parameter

F3

Code Information
Open Type Hierarchy window for selected item

F4

Code Information
Show / open Quick Type Hierarchy for selected item

Ctrl + T

Code Information
Open Type in Hierarchy

Ctrl + Shift + T

Code Information
Open Call Hierarchy

Ctrl + Alt + H

Code Information
Find occurrences of expression in current file

Ctrl + Shift + U

Code Information
Open Declaration or Implementation

Ctrl +move over method

Refactoring
Rename selected element and all references

Alt + Shift + R

Refactoring
Move selected element to other class or file (With complete method or class selected)

Alt + Shift + V

Refactoring
Change method signature (with method name selected)

Alt + Shift + C

Refactoring
Extract selection to method

Alt + Shift + M

Refactoring
Extract local variable: Create and assigns a variable from a selected expression

Alt + Shift + L

Refactoring
Inline selected local variables, methods, or constants if possible (replaces variable with its declarations/ assignment and puts it directly into the statements)

Alt + Shift + I

Run and Debug
Save and launch application (run)

Ctrl + F11

Run and Debug
Debug

F11

Run and Debug
Step Into function

F5

Run and Debug
Next step (line by line)

F6

Run and Debug
Step out

F7

Run and Debug
Skip to next Breakpoint

F8

The Rest
Switch forward / backward between views (panels). Useful for switching back and forth between Package Explorer and Editor.

Ctrl + F7 / Ctrl + Shift + F7

The Rest
Switch forward / backward between perspectives

Ctrl + F8 / Ctrl + Shift + F8

The Rest
Print

Ctrl + P

The Rest
Open Eclipse Help

F1

The Rest
Show Context Menu right click with mouse

Shift + F10

Team (SVN Subversive)
Synchronize with Repository

Ctrl + Alt + S

Team (SVN Subversive)
Commit

Ctrl + Alt + C

Team (SVN Subversive)
Update

Ctrl + Alt + U

Team (SVN Subversive)
Update to Revision

Ctrl + Alt + D

Team (SVN Subversive)
Merge

Ctrl + Alt + E

Team (SVN Subversive)
Show Properties

Ctrl + Alt + T

Team (SVN Subversive)
Add to svn:ignore

Ctrl + Alt + I

Similar combinations for other applications


Civilization V (Windows)
Social Policies Screen
General Hotkeys

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


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


Virtual DJ 2018
Sampler 5 play_stop
General

F5


LightWave 3D
Surface editor
Layout: General

F5