NetBeans 8 (Windows)

Debugging

Stop/Continue debugging session

Shift + F5 / F5

All hotkeys for NetBeans 8 (Windows)

General Keyboard Shortcts
Search word at insert point

Ctrl + F3

General Keyboard Shortcts
Find next/previous in file

F3 / Shift + F3

General Keyboard Shortcts
Find/Replace in file

Ctrl + F / H

General Keyboard Shortcts
Find usages

Alt + F7

General Keyboard Shortcts
Find/replace in projects

Ctrl + Shift + F / H

General Keyboard Shortcts
Find usages results

Alt + Shift + U

General Keyboard Shortcts
Turn off search result highlights

Alt + Shift + H

General Keyboard Shortcts
Rename

Ctrl + R

General Keyboard Shortcts
Convert selection to uppercase

Ctrl + U , then U

General Keyboard Shortcts
Convert selection to lowercase

Ctrl + U , then L

General Keyboard Shortcts
Toggle case of selection

Ctrl +U, then S

General Keyboard Shortcts
Paste formatted

Ctrl + Shift + V

General Keyboard Shortcts
Show Clipboard History

Ctrl + Shift + D

General Keyboard Shortcts
Jump to quick search field

Ctrl + I

General Keyboard Shortcts
Copy file path

Alt + Shift + L

General Keyboard Shortcts
Go to type/file

Ctrl + O / Alt + Shift + O

General Keyboard Shortcts
Go to JUnit test

Ctrl + Shift + T

General Keyboard Shortcts
Go to source

Ctrl + Shift + B

General Keyboard Shortcts
Go to declaration

Ctrl + B

General Keyboard Shortcts
Go to line

Ctrl + G

General Keyboard Shortcts
Toggle add/remove bookmark

Ctrl + Shift + M

General Keyboard Shortcts
Next/previous bookmark

Ctrl + Shift + . / ,

General Keyboard Shortcts
Next/previous usage/compile error

Ctrl + . / ,

General Keyboard Shortcts
Select next/previous element

Alt + Shift + . / ,

General Keyboard Shortcts
Select in Projects/Files/Favorites

Ctrl + Shift + 1 / 2 / 3

General Keyboard Shortcts
Move caret to matching bracket

Ctrl + [

General Keyboard Shortcts
Next/previous word match

Ctrl + K / Ctrl + Shift + K

General Keyboard Shortcts
Go backward/forward/to last edit

Alt + Left Arrow / Alt + Right Arrow / Ctrl + Q

General Keyboard Shortcts
Next/previous marked occurrence

Alt + Up Arrow / Down Arrow

Coding in C/C++
Go to declaration

Alt + Shift + C

Coding in C/C++
Evaluate expression

Ctrl + F9

Coding in Java
Generate code

Alt + Insert

Coding in Java
Fix all class imports

Ctrl + Shift + I

Coding in Java
Fix selected class's import

Alt + Shift + I

Coding in Java
Format selection (Indent)

Alt + Shift + F

Coding in Java
Shift lines left/right/up/down

Alt + Shift + Arrow Keys

Coding in Java
Rectangular Selection (Toggle)

Ctrl + Shift + R

Coding in Java
Copy lines up/down

Ctrl + Shift + Arrow Up / Arrow Down

Coding in Java
Inspect members/hierarchy

Ctrl / Alt + F12

Coding in Java
Add/remove comment lines

Ctrl + Shift + C / Ctrl + /

Coding in Java
Delete current line

Ctrl + E

Java Editor Code Templates
public static void main

psvm

Java Editor Code Templates
Enumeration

En

Java Editor Code Templates
Exception

Ex

Java Editor Code Templates
public static final

Psf

Java Editor Code Templates
public static final boolean

Psfb

Java Editor Code Templates
public static final int

Psfi

Java Editor Code Templates
public static final String

Psfs

Java Editor Code Templates
String

St

Java Editor Code Templates
abstract

ab

Java Editor Code Templates
assert true

as

Java Editor Code Templates
break

br

Java Editor Code Templates
boolean

bo

Java Editor Code Templates
catch

ca

Java Editor Code Templates
class

cl

Java Editor Code Templates
continue

cn

Java Editor Code Templates
double

db

Java Editor Code Templates
default

df

Java Editor Code Templates
equal

eq

Java Editor Code Templates
extends

ex

Java Editor Code Templates
public

pu

Java Editor Code Templates
private

pr

Java Editor Code Templates
protected

pe

Java Editor Code Templates
throws

th

Java Editor Code Templates
finally

fy

Java Editor Code Templates
implements

im

Java Editor Code Templates
interface

ie

Java Editor Code Templates
throw

tw

Java Editor Code Templates
import

ir

Java Editor Code Templates
length

le

Java Editor Code Templates
System.out.println()

sout

Java Editor Code Templates
System.out.println("obj"+obj)

soutv

Java Editor Code Templates
while

wh

Java Editor Code Templates
volatile

vo

Java Editor Code Templates
instanceof

iof

Java Editor Code Templates
final

fi

Java Editor Code Templates
float

fl

Java Editor Code Templates
false

fa

Java Editor Code Templates
short

sh

Java Editor Code Templates
private static final

psf

Java Editor Code Templates
private static final boolean

psfb

Java Editor Code Templates
private static fianl int

psfi

Java Editor Code Templates
private static final String

psfs

Java Editor Code Templates
printStackTrace()

pst

Java Editor Code Templates
/**/

bcom

JSP Editor Code Templates
windows.alert()

al

JSP Editor Code Templates
break;

br

JSP Editor Code Templates
function${name}...

fun

JSP Editor Code Templates
windows.history

hi

JSP Editor Code Templates
document.write()

dw

JSP Editor Code Templates
${}equals

eq

JSP Editor Code Templates
${}false

fa

JSP Editor Code Templates
${}windows.location

lo

JSP Editor Code Templates
${}return

re

JSP Editor Code Templates
$()window

Win

JSP Editor Code Templates
${}caseCatch()

ca

JSP Editor Code Templates
catch

catch

JSP Editor Code Templates
windows.consoledebug()

cond

JSP Editor Code Templates
windows.console.info()

coni

JSP Editor Code Templates
windows.console.log()

conl

JSP Editor Code Templates
windows.console.warn()

conw

JSP Editor Code Templates
${}catch

ct

JSP Editor Code Templates
${}document

do

JSP Editor Code Templates
${}instanceof

iof

Compiling, Testing, and Running
Compile package/ file

F9

Compiling, Testing, and Running
Build main project

F11

Compiling, Testing, and Running
Clean and build main project

Shift + F11

Compiling, Testing, and Running
Set request parameters

Ctrl + Q

Compiling, Testing, and Running
Create Unit test

Ctrl + Shift + U

Compiling, Testing, and Running
Run Unit test on file/project

Ctrl + F6 / Alt + F6

Compiling, Testing, and Running
Run main project/file

F6 / Shift + F6

Opening and Toggling between Views
Switch between open documents by order used

Ctrl + Tab ( Ctrl + ` )

Opening and Toggling between Views
Maximize window (toggle)

Shift + Esc

Opening and Toggling between Views
Close selected window

Ctrl + F4 / Ctrl + W

Opening and Toggling between Views
Close all windows

Ctrl + Shift + F4

Opening and Toggling between Views
Open contextual menu

Shift + F10

Opening and Toggling between Views
Switch between open documents by order of tabs

Ctrl + Page Up / Page Down

Opening and Toggling between Views
Reopen recently closed file

Ctrl + Alt + T

Opening and Toggling between Views
Toggle between editor types

Ctrl + Alt + Page Up / Page Down

Opening and Toggling between Views
Zoom text in / out

Alt +Mouse Wheel Up / Down

Opening and Toggling between Views
Toggle Inspect Mode

Ctrl + Shift + S

Debugging
Start debugging main project

Ctrl + F5

Debugging
Start debugging current file

Ctrl + Shift + F5

Debugging
Start debugging test for file

Ctrl + Shift + F6

Debugging
Stop/Continue debugging session

Shift + F5 / F5

Debugging
Run to cursor location in file

F4

Debugging
Step into/over

F7 / F8

Debugging
Step out

Ctrl + F7

Debugging
Go to called method

Ctrl + Alt +Up

Debugging
Go to calling method

Ctrl + Alt + Arrow Down

Debugging
Evaluate expression

Ctrl + F9

Debugging
Toggle breakpoint

Ctrl + F8

Debugging
New breakpoint

Ctrl + Shift + F8

Debugging
New watch

Ctrl + Shift + F7

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


Google Chrome (Windows)
Reload current webpage with cache override
Browse between Webpages

Ctrl + F5 / Shift + F5


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


Google Chrome (Linux)
Reload current webpage with cache override
Browse between Webpages

Ctrl + F5 / Shift + F5


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 Excel 2011 (MacOS)
Display theĀ FindĀ dialog box
Function keys

Shift + F5


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

F5


Total Commander 8 (Windows)
Copy files (with rename) in the same directory
Main Shortcuts

Shift + F5


Microsoft Word 2007 (Windows)
To a previous revision
Edit and move text and graphics: Move through your document

Shift + F5


Inpage (Windows)
To select picture box tool
For Tools Selection

Shift + F5


Microsoft Word 2007 (Windows)
After opening a document, to the location you were working in when the document was last closed
Edit and move text and graphics: Move through your document

Shift + 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


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

Shift + F5


Opera (Linux)
Reload
Reload

Ctrl + R / F5


Opera (Linux)
Reload without cache
Reload

Shift + F5 / Ctrl + 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


Smartplant Review (Windows)
Raytrace
Function Keys

Shift + 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


Microsoft Word 2007 (Windows)
Move to the last change.
Function key reference: SHIFT+Function key

Shift + 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


UltraEdit (Windows)
Invert case of all characters in selected text
Format Menu

Shift + F5


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

Shift + 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


Oracle SQL Developer 4 (Windows)
Left Tab/ Right Tab
Window

Shift + F5 / Alt + Shift + F5


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

F5


Visual Studio 2015 (Windows)
Start debugging
Build and Debug

F5


InDesign CS5 (MacOS)
Redraw screen
Viewing documents and document workspaces

Shift + F5


Oracle SQL Developer 4 (Windows)
Run Script
Worksheet

F5


Visual Studio 2015 (Windows)
Stop Debugging
Build and Debug

Shift + 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


Beyond Compare (Windows)
Refresh selection
Actions Menu

Shift + F5


Beyond Compare (Windows)
Refresh
Edit Menu

F5


Microsoft Word 2013 (Windows)
Go to a the last change or revision. Also works after opening document.
Navigate in Word Documents

Shift + 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


Audacity 2 (Windows)
Play short period before selection start
Transport Menu

Shift + F5


Adobe Flash Professional (Windows)
Add frame
Frames

F5


Adobe Flash Professional (Windows)
Delete Frame
Frames

Shift + 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


Qt Creator (MacOS)
Exit debugger
Debugging

Shift + F5


Qt Creator (Windows)
Exit debugger
Debugging

Shift + 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


Adobe Photoshop CS5 (MacOS)
Fill
Function keys

Shift + 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


Adobe Photoshop CS5 (Windows)
Fill
Function keys

Shift + F5


Adobe Photoshop CC (Windows)
Fill
Basic Shortcuts for Photoshop CC 2015 - Edit Basics

Shift + F5


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

F5


Adobe Photoshop CC (MacOS)
Fill
Basic Shortcuts for PhotoShop CC 2015 - Edit Basics

Shift + 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)
Take Snapshot
Previews

Shift + F5 / F6 / F7 / F8


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)
Take Snapshot
Previews

Shift + F5 / F6 / F7 / F8


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


Adobe Photoshop CC (Windows)
Fill
Manage Panels - Edit Basics

Shift + F5


InDesign CC (Windows)
Swatches
Panels

F5


InDesign CC (MacOS)
Swatches
Panels

F5


Adobe Photoshop CC (MacOS)
Fill
Manage Panels - Edit Basics

Shift + 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


FileMaker Pro (Windows)
Cascade document windows
Navigation and Window Display

Shift + F5


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

F5


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

Shift + F5


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

Shift + 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


CINEMA 4D (Windows)
New attribute manager
Attribute Manager

Shift + 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


ArchiCAD 20 (Windows)
Send to back
Tools display order

Shift + F5


Nuke 10 (Linux)
Render all write nodes
Node Graph

F5


ArchiCAD 20 (MacOS)
Send backward
Tools display order

F5


ArchiCAD 20 (MacOS)
Send to back
Tools display order

Shift + F5


Nuke 10 (MacOS)
Render all write nodes
Node Graph

F5


Anime Studio (Windows)
New frame
Frame by Frame

F5


Anime Studio (Windows)
Delete frame
Frame by Frame

Shift + F5


CINEMA 4D (Windows)
Attributes Manager
Editor

Shift + 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


Anime Studio (MacOS)
Delete frame
Frame by Frame

Shift + 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


Microsoft Word 2016 (Windows)
Move to the last change.
All Function Key Shortcuts

Shift + F5


Autodesk Inventor 2017 (Windows)
Next view
View

Shift + 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


AutoCAD 2016 (Windows)
Subobject selection is limited to the solid history of an object (AutoCAD only)
General

Shift + F5


Adobe Flash Professional (MacOS)
Add frame
Frames

F5


Adobe Flash Professional (MacOS)
Delete Frame
Frames

Shift + 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


Final Cut Pro (MacOS)
Lock all video tracks
Timeline

Shift + 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)
3D Window
Window

Shift + F5


Blender 3D (Windows)
Display Shading Context
Universal

F5


Adobe RoboHelp (Windows)
Go to Bookmark
General Shortcuts

F5


Microsoft Word 2016 (MacOS)
Move to the previous insertion point
Frequently Used Shortcuts

Shift + 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


Microsoft Word 2016 (MacOS)
To the previous insertion point
Move the Cursor

Shift + F5


JetBrains PhpStorm (Linux)
Copy
Refactoring

F5


DAZ Studio (Windows)
Debugger
Script Commands

Shift + 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 PhotoPaint X6 (Windows)
Cascade
Window

Shift + F5


DAZ Studio (MacOS)
Debugger
Script Commands

Shift + 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


Microsoft Word 2016 (MacOS)
Move to the previous insertion point
Function key shortcuts

Shift + F5


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

Shift + F5


Forte (Windows)
Cascade
All Window

Shift + 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


InCopy CC (MacOS)
Force redraw
Other Shortcuts

Shift + F5


Kingsoft Presentation 2016 (Windows)
Play slideshow from Beginning
SlideShow

F5


Kingsoft Presentation 2016 (Windows)
Start Slide Show from current Slide
SlideShow

Shift + F5


InCopy CC (Windows)
Force redraw
Other Shortcuts

Shift + 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


WinSCP 5 (Windows)
Duplicate selected files (remote panel only)
File Management

Shift + 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


XYplorer (Windows)
Calculate Folder Sizes
Function key Shortcuts

Shift + F5


MediaMonkey (Windows)
Refresh View
Standard Keyboard Shortcuts

F5


Soundforge (Windows)
Cascade the data windows
Magnification and View

Shift + F5


CA Client Automation (Windows)
Cascade
Window Operation

Shift + F5


Pegasus Mail (Web Application)
Incremental search
Messages

F5


Maxthon (Web Application)
Refresh
Refresh

F5


Maxthon (Web Application)
Refresh all tabs
Refresh

Shift + 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


Vegas Pro 14 (Windows)
Rebuild audio peaks
General Editing

Shift + F5


Editpad 7 (Windows)
Go to previous editing position
Select and Edit Text

Shift + F5


Xamarin Studio (MonoDevelop) (Windows)
Start Debugging
Project

F5


Libreoffice Writer (Windows)
Navigator on/off
Function Keys

F5


Xamarin Studio (MonoDevelop) (Windows)
Stop Build Execution
Project

Shift + 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


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

Shift + F5


Tableau (Windows)
Refreshes the data source
General

F5


Visual Studio Code (Windows)
Start/Continue
Debug

F5


Visual Studio Code (Windows)
Stop
Debug

Shift + 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


RStudio (Windows)
Continue
Debug

Shift + F5


RStudio (MacOS)
Continue
Debug

Shift + 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


HyperWorks (Windows)
Find attached elements
24 Shortcuts for HyperWorks (Windows)

Shift + F5


Modo (Windows)
Run script
General/System

Shift + 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


Modo (MacOS)
Run script
General/System

Shift + 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


Wordfast Pro (Windows)
Last Modified Segment
100 Shortcuts for Wordfast Pro (Windows)

Shift + F5


Comodo IceDragon (Windows)
Profiler
Tools

Shift + F5


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

F5


Wordfast Pro (MacOS)
Last Modified Segment
100 Shortcuts for Wordfast Pro (MacOS)

Shift + 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


Ulead PhotoImpact 8 (Windows)
Arranges all open windows diagonally in the workspace from left to right and top to bottom
Window Menu

Shift + 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


Target 3001! (Windows)
Open the gris Dialog
Function key Shortcuts

Shift + F5


LDCad
Reload current file
Global

F5


Altium Designer (Windows)
Toddle Brtween Active Panel and Workspace
Environment Shortcuts

Shift + 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