NetBeans 8 (Windows)

Debugging

Step into/over

F7 / F8

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)
Notification Log
General Hotkeys

F7


Civilization V (Windows)
Victory Progress
General Hotkeys

F8


Microsoft Excel 2010 (Windows)
Turn on extension of selection with arrow keys without having to keep pressing shift.
Work with Data Selections - Manage Active Selections

F8


Microsoft OneNote 2010 (Windows)
Check spelling.
Various Other OneNote Shortcuts - The Rest

f7


Firebug (Windows)
Continue
Script-Panel

F8


Open Office Writer 3 (Linux)
Make / build target
Building Projects

F8


Firebug (Linux)
Continue
Script-Panel

F8


Adobe Reader 9 (Linux)
Show/hide Toolbar
Change View

F8


Adobe Reader X (Windows)
Show/hide Toolbar
Change View

F8


Thunderbird (Windows)
Toggle Message Pane
Navigate Messages

F8


Firebug (MacOS)
Continue
Script-Panel

F8


Thunderbird (Linux)
Toggle Message Pane
Navigate Messages

F8


Thunderbird (MacOS)
Toggle Message Pane
Navigate Messages

F8


Microsoft Projects 2010 (Windows)
Start Spellcheck
Access Projects 2010 Features

F7


Android Emulator (Windows)
Power Button
Other Device Keys

F7


Firefox (MacOS)
Caret Browsing
Navigation Controls

F7


Android Emulator (Windows)
Toggle cell network
Other Device Keys

F8


KDevelop (Linux)
Make / build target
Building Projects

F8


Firefox (Linux)
Turn caret mode on or off (navigation with keyboard)
Inside Webpages

F7


Firefox (Windows)
Turn caret mode on or off (navigation with keyboard)
Inside Webpages

F7


Eclipse Helios (Windows)
Step out
Run and Debug

F7


Eclipse Helios (Windows)
Skip to next Breakpoint
Run and Debug

F8


Thunderbird (Windows)
Caret browsing (select text with keyboard)
Other Shortcuts

F7


Thunderbird (MacOS)
Caret browsing (select text with keyboard)
Other Shortcuts

F7


Thunderbird (Linux)
Caret browsing (select text with keyboard)
Other Shortcuts

F7


Access 2010 (Windows)
Turn on Extend mode
Manage Access Features - Select and move Fields or Columns

F8


Microsoft Word 2007 (Windows)
Turn extend mode on.
Edit and move text and graphics: Extend a selection

F8


SharpDevelop 4.0 (Windows)
Build solution
Building Projects and Solutions

F8


Tally 9.0 (Windows)
Select Journal Voucher
General Shortcuts

F7


Tally 9.0 (Windows)
Select Sales Voucher
General Shortcuts

F8


SharpDevelop 4.0 (Windows)
Toggle breakpoint
Debugging

F7


Zune (Windows)
Decrease sound volume
Playing Songs

F8


Access 2010 (Windows)
Open the Visual Basic Editor from a selected property in the property sheet for a form or report
Manage Access Features - Design View

F7


Zune (Windows)
Mute sound
Playing Songs

F7


Dolphin File Manager 1.7 (Linux)
View Folders Panel
15 Shortcuts for Dolphin File Manager 1.7 (Linux)

F7


Microsoft Excel 2010 (Windows)
Turn on extension of selection with arrow keys without having to keep pressing shift.
Insert and Edit Data - Manage Active Selections

F8


Total Commander 8 (Windows)
Create directory
Main Shortcuts

F7


Total Commander 8 (Windows)
Delete files to recycle bin /delete directly - according to configuration (or Delete)
Main Shortcuts

F8


Inpage (Windows)
To view 100% Zoom of text
For changing zoom or view

F7


Inpage (Windows)
To view 200% zoom of text
For changing zoom or view

F8


Microsoft Excel 2011 (MacOS)
Check spelling
Function keys

F7


Microsoft Excel 2011 (MacOS)
Turn on extend selection mode; used with arrow keys or cursor
Function keys

F8


Microsoft PowerPoint 2003 (Windows)
Spelling and Grammar check
40 Shortcuts for Microsoft PowerPoint 2003 (Windows)

F7


Notepad++ 5 (Windows)
Search results window
Search

F7


Open Office Impress (Linux)
Spellcheck
Function Keys

F7


Open Office Impress (Linux)
Edit Points.
Function Keys

F8


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

F7


Adobe Illustrator CS5 (MacOS)
Create new symbol
Function Keys

F8


Tekla Structures 14.0 (Windows)
Snap to any position
General shortcuts

F7


Tekla Structures 14.0 (Windows)
Disable view rotation
Modeling shortcuts

F8


MyLifeOrganized (Windows)
Expand entire outline or To-Do list
Navigating To-Do Lists

F7


Access 2010 (Windows)
Check spelling
Manage Access Features - Other Shortcuts

F7


Opera (Linux)
Focus on address bar
Focus

Alt + D / Ctrl + E / Ctrl + L / F8


Evernote (Windows)
Start spell-checking
Main Application Shortcuts - Managing Evernote

F7


Photoshop Lightroom 4 (Windows)
Show/hide left panels
Working with Panels

F7


Photoshop Lightroom 4 (Windows)
Show/hide right panels
Working with Panels

F8


Microsoft Word 2007 (Windows)
Extend a selection.
Function key reference: Function keys

F8


Evernote (Windows)
Toggle display of note info panel
Main Application Shortcuts - Change View and Display

F8


Microsoft Word 2007 (Windows)
Choose the Spelling command (Review tab).
Function key reference: Function keys

F7


Smartplant Review (Windows)
Frame Show Motion
Function Keys

F7


Photoshop Lightroom 4 (MacOS)
Show/hide left panels
Working with Panels

F7


Smartplant Review (Windows)
Snaplock Measurement
Function Keys

F8


Photoshop Lightroom 4 (MacOS)
Show/hide right panels
Working with Panels

F8


Oracle SQL Developer 4 (Windows)
Step Into/ Step Out
Debug

F7 / Shift + F7


Oracle SQL Developer 4 (Windows)
Step Over
Debug

F8


Microsoft Excel 2010 (Windows)
Turn on extension of selection with arrow keys without having to keep pressing shift.
Format Data - Manage Active Selections

F8


Evernote (Windows)
Toggle display of note info
Note Editor

F8


Access 2010 (Windows)
Turn on Extend mode
Working with Text and Data - Select and move Fields or Columns

F8


Microsoft Excel 2011 (MacOS)
Turn on the capability to extend a selection by using the arrow keys
Selecting cells, columns, or rows

F8


Oracle SQL Developer 4 (Windows)
Go to Next/ Previous Message
Navigate

Alt + F8 / F7


UltraEdit (Windows)
Insert time/date at cursor
Edit Menu

F7


Access 2010 (Windows)
Open the Visual Basic Editor from a selected property in the property sheet for a form or report
Working with Text and Data - Design View

F7


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

F7


Adobe Illustrator CS5 (Windows)
Create new symbol
Function Keys

F8


Android Emulator (Linux)
Power Button
Other Device Keys

F7


Android Emulator (Linux)
Toggle cell network
Other Device Keys

F8


GroupWise 2012 (Windows)
Mark the selected item Private
Function keys

F8


Oracle SQL Developer 4 (Windows)
SQL History
Worksheet

F8


AutoCAD 2012 (Windows)
Toggle grid mode
Toggle Drawing Modes

F7


AutoCAD 2012 (Windows)
Toggle ortho mode
Toggle Drawing Modes

F8


Visual Studio 2015 (Windows)
Toggle between Design and Code behind pages
For HTML Pages

F7


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

F7


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

F8


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

F7


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

F8


Texmaker 4.0.2 (Windows)
View Pdf
"Tools" menu

F7


Texmaker 4.0.2 (Windows)
PS->Pdf
"Tools" menu

F8


Microsoft Excel 2010 (Windows)
Turn on extension of selection with arrow keys without having to keep pressing shift.
Formulas and Names - Manage Active Selections

F8


Access 2010 (Windows)
Check spelling
Working with Text and Data - Other Shortcuts

F7


IntelliJ (Linux)
Step over
Debugging

F8


IntelliJ (Linux)
Step into
Debugging

F7


IntelliJ (Windows)
Step over
Debugging

F8


IntelliJ (Windows)
Step into
Debugging

F7


Adobe Reader X (Linux)
Show/hide Toolbar
Change View

F8


Beyond Compare (Windows)
Compare to...
Actions Menu

F7


Directory Opus (Windows)
Viewer pane
Lister Menu

F7


Directory Opus (Windows)
Folder tree
Lister Menu

F8


Beyond Compare (Windows)
Align with...
Edit Menu

F7


Access 2010 (Windows)
Turn on Extend mode
Working with Access Views - Select and move Fields or Columns

F8


Microsoft Excel 2013 (Windows)
Turn on extension of selection with arrow keys without having to keep pressing shift
Navigate Inside Selected Text Blocks

F8


FL Studio (Windows)
Toggle Piano Roll
Window Navigation

F7


FL Studio (Windows)
Show/hide Sample Browser
Window Navigation

F8


Microsoft Word 2013 (Windows)
Turn Extend Mode on: Extend selection without pressing Shift
Select Text, Move, and Delete Text

F8


Access 2010 (Windows)
Open the Visual Basic Editor from a selected property in the property sheet for a form or report
Working with Access Views - Design View

F7


Presonus Studio One (Windows)
Show effects
View Menu

F7


Presonus Studio One (Windows)
Show sounds
View Menu

F8


Axialis IconWorkshop (Windows)
Customize Windows icons...
Edit Menu

F7


Adobe Flash Professional (Windows)
Add Blank Keyframe
Frames

F7


Adobe Flash Professional (Windows)
Make Symbol
Frames

F8


Microsoft Excel 2010 (Windows)
Turn on extension of selection with arrow keys without having to keep pressing shift.
The Rest - Manage Active Selections

F8


Comsol 5 (Windows)
Build the selected node in the geometry and mesh branches, compute the selected study step, or compute the selected node in the solver sequence
Build and Compute

F7


Comsol 5 (Windows)
Build the geometry, build the mesh, compute the entire solver sequence, update results data, or update the plot
Build and Compute

F8


Comsol 5 (Linux)
Build the selected node in the geometry and mesh branches, compute the selected study step, or compute the selected node in the solver sequence
Build and Compute

F7


Comsol 5 (Linux)
Build the geometry, build the mesh, compute the entire solver sequence, update results data, or update the plot
Build and Compute

F8


Comsol 5 (MacOS)
Build the selected node in the geometry and mesh branches, compute the selected study step, or compute the selected node in the solver sequence
Build and Compute

F7


Comsol 5 (MacOS)
Build the geometry, build the mesh, compute the entire solver sequence, update results data, or update the plot
Build and Compute

F8


Axialis IconWorkshop (Windows)
Recently used bar
View Menu

F8


Microsoft Excel 2013 (Windows)
Display the Spelling dialog box
Various Excel Features

F7


Windows 10 Command Prompt (Windows)
Show history of previous commands
Recall Commands

F7


Microsoft Word 2013 (Windows)
Choose the Spelling command (Review tab).
Review Documents

F7


Windows 10 Command Prompt (Windows)
Move backwards in command history for commands matching current command
Recall Commands

F8


Access 2010 (Windows)
Check spelling
Working with Access Views - Other Shortcuts

F7


Notepad++ 6 (Windows)
Switch to Search results window (was Activate sub view before v5.2)
Search menu

F7


uTorrent (Windows)
Show Category List
21 Shortcuts for uTorrent (Windows)

F7


uTorrent (Linux)
Show Category List
21 Shortcuts for uTorrent (Linux)

F7


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

F7


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

F8


uTorrent (MacOS)
Show Category List
21 Shortcuts for uTorrent (MacOS)

F7


Autodesk Maya 2015 (Windows)
Select - Object/Component (Switch between object and component editing)
Making Selections

F8


Access 2010 (Windows)
Turn on Extend mode
The Rest - Select and move Fields or Columns

F8


Photoshop Lightroom CC (Windows)
Show/ hide left panels
Panel Shortcuts

F7


Photoshop Lightroom CC (Windows)
Show/ hide right panels
Panel Shortcuts

F8


Photoshop Lightroom CC (MacOS)
Show/ hide left panels
Panel Shortcuts

F7


Photoshop Lightroom CC (MacOS)
Show/ hide right panels
Panel Shortcuts

F8


Autodesk Maya 2015 (Windows)
Switch between object/component selection mode
Tool and Action

F8


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

F7


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

F8


Microsoft Excel 2010 (Windows)
Display the Spelling dialog box.
Various Excel Features

F7


Access 2010 (Windows)
Open the Visual Basic Editor from a selected property in the property sheet for a form or report
The Rest - Design View

F7


Microsoft Outlook 2016 (Windows)
Check spelling
Common Commands: Common To Most Views

F7


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

F7


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

F8


Microsoft Edge Browser (Windows)
Toggle caret browsing
Navigation

F7


Adobe After Effects CC (Windows)
Take Snapshot
Previews

Shift + F5 / F6 / F7 / F8


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

F7


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

F5 / F6 / F7 / F8


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

F8


Adobe After Effects CC (Windows)
Purge snapshot
Previews

Ctrl + Shift + F5 / F6 / F7 / F8


Access 2016 (Windows)
Open VB Editor/Open the choose builder dialog box
Windows/Content Switching/Navigation

F7


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


Adobe After Effects CC (MacOS)
Purge snapshot
Previews

Command + Shift + F5 / F6 / F7 / F8


Access 2016 (Windows)
Check Spelling
Design/Content Operation(on selected control)

F7


Microsoft OneNote 2016 (Windows)
Check spelling
The Rest

F7


Microsoft PowerPoint 2016 (Windows)
Spelling Checker
Edit and General Text Operations

F7


Access 2010 (Windows)
Check spelling
The Rest - Other Shortcuts

F7


Autodesk Maya 2017 (Windows)
Select - Object/Component (Switch between object and component editing)
Making Selections

F8


Autodesk Maya 2017 (Windows)
Switch between object/component selection mode
Tool and Action

F8


InDesign CC (Windows)
Layers
Panels

F7


InDesign CC (MacOS)
Layers
Panels

F7


InDesign CC (Windows)
Info
Panels

F8


Nuke 10 (Windows)
Render selected comp container
Timeline

F7


InDesign CC (MacOS)
Info
Panels

F8


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

F7


Adobe Illustrator CC (MacOS)
Create new symbol
Function Key Shortcuts

F8


Nuke 10 (MacOS)
Render selected comp container
Timeline

F7


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

F7


Adobe Illustrator CC (Windows)
Create new symbol
Function Key Shortcuts

F8


Nuke 10 (Linux)
Render selected comp container
Timeline

F7


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

F7


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

F8


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

F7


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

F8


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

F7


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

F8


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

F7


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

F8


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

F7


CINEMA 4D (Windows)
Stop
Animation Timeline

F7


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

F7


CINEMA 4D (Windows)
Play Forwards/Stop
Animation Timeline

F8


ArchiCAD 20 (Windows)
Clean Walls & Beam Intersections
Options

F7


ArchiCAD 20 (Windows)
Grid Snap
Options

F8


ArchiCAD 20 (MacOS)
Clean Walls & Beam Intersections
Options

F7


ArchiCAD 20 (MacOS)
Grid Snap
Options

F8


Dynamics NAV 2015 (Windows)
Display Statistics
Function Key Shortcuts

F7


Dynamics NAV 2015 (Windows)
Copy the field above
Function Key Shortcuts

F8


Microsoft Word 2016 (Windows)
Spelling Checker
Text Editing/Graphics editing Operations

F7


Microsoft Word 2016 (Windows)
Turn extend mode on
Text Editing/Graphics editing Operations

F8


Dynamics SL 2015 (Windows)
Inserts today’s date in a date field
Function Key Shortcuts

F7


Dynamics AX 2015 (Windows)
Compile an application object
Working with AOT

F7


Autodesk Inventor 2017 (Windows)
Slice graphics
Function Key

F7


Autodesk Inventor 2017 (Windows)
Show all constrains
Function Key

F8


Microsoft Word 2016 (Windows)
Extend a selection.
All Function Key Shortcuts

F8


Microsoft Word 2016 (Windows)
Choose the Spelling command (Review tab).
All Function Key Shortcuts

F7


Autodesk 3ds Max 2017 (Windows)
Restrict plane cycle
General user interface

F8


Autodesk Revit Architecture (Windows)
Spelling
Function Keys

F7


Autodesk Revit Architecture (Windows)
Navigation wheel
Function Keys

F8


CyberLink PhotoDirector 8 (Windows)
Switch to viewer only mode in photo viewer window
Workspace

F7


CyberLink PhotoDirector 8 (Windows)
Switch to browser only mode
Workspace

F8


AutoCad Architecture 2017 (Windows)
Grid mode
Function Keys

F7


AutoCAD 2016 (Windows)
Toggles GRIDMODE
General

F7


AutoCad Architecture 2017 (Windows)
Ortho mode
Function Keys

F8


AutoCAD 2016 (Windows)
Toggles ORTHOMODE
General

F8


Apple Motion (MacOS)
Show/hide the HUD
Window Menu

F7


Apple Motion (MacOS)
Enter/exit Player mode
Window Menu

F8


Silhouette Studio (MacOS)
Spelling
Edit

F7


Silhouette Studio (Windows)
Spelling
Edit

F7


Adobe Flash Professional (MacOS)
Add Blank Keyframe
Frames

F7


Adobe Flash Professional (MacOS)
Make Symbol
Frames

F8


Act! CRM (Windows)
Task List
View Shortcuts

F7


Act! CRM (Windows)
Contact list
View Shortcuts

F8


Microsoft Projects 2016 (Windows)
Turn on or off the Extend Selection mode.
Navigate Views and Windows

F8


GTA V Cheats (Windows)
Switch to Traver
General Shortcuts

F7


GTA V Cheats (Windows)
Swith to GTA Online
General Shortcuts

F8


IntelliJ (MacOS)
Step Over
Debugging Shortcuts

F8


IntelliJ (MacOS)
Step Into
Debugging Shortcuts

F7


JetBrains PyCharm (Windows)
Step Over
Debugging

F8


JetBrains PyCharm (Windows)
Step Into
Debugging

F7


Microsoft Excel 2016 (Windows)
Display the spelling dialog box
The Rest

F7


JetBrains RubyMine (MacOS)
Step Over
Debugging

F8


Adobe Flash Builder (Windows)
Step Return/Exit current function
24 Shortcuts for Adobe Flash Builder (Windows)

F7


JetBrains RubyMine (MacOS)
Step Into
Debugging

F7


JetBrains RubyMine (Windows)
Step Over
Debugging

F8


Adobe Flash Builder (MacOS)
Step Return/Exit current function
24 Shortcuts for Adobe Flash Builder (MacOS)

F7


Adobe Flash Builder (Windows)
Continue Execution
24 Shortcuts for Adobe Flash Builder (Windows)

F8


JetBrains RubyMine (Windows)
Step Into
Debugging

F7


Adobe Flash Builder (MacOS)
Continue Execution
24 Shortcuts for Adobe Flash Builder (MacOS)

F8


JetBrains RubyMine (Linux)
Step Over
Debugging

F8


JetBrains RubyMine (Linux)
Step Into
Debugging

F7


JetBrains PyCharm (MacOS)
Step Over
Debugging

F8


JetBrains PyCharm (MacOS)
Step Into
Debugging

F7


JetBrains AppCode (MacOS)
Step Over
Debugging Shortcuts

F8


JetBrains AppCode (MacOS)
Step Into
Debugging Shortcuts

F7


JetBrains PhpStorm (Windows)
Step Over
Debugging

F8


JetBrains PhpStorm (Windows)
Step Into
Debugging

F7


JetBrains PhpStorm (MacOS)
Step Over
Debugging

F8


JetBrains PhpStorm (MacOS)
Step Into
Debugging

F7


Blender 3D (Windows)
Display Object Context
Universal

F7


Blender 3D (Windows)
Display Shading Context and World Sub-Context
Universal

F8


Adobe RoboHelp (Windows)
Spell checking
General Shortcuts

F7


JetBrains PhpStorm (Linux)
Step Over
Debugging

F8


JetBrains PhpStorm (Linux)
Step Into
Debugging

F7


Microsoft Word 2016 (MacOS)
Extend a selection
Frequently Used Shortcuts

F8


Adobe Dreamweaver (Windows)
Files
Windows

F8


Adobe Dreamweaver (Windows)
Search
Windows

F7


Microsoft Excel 2016 (MacOS)
Check spelling
Frequently used shortcuts

F7


Microsoft Word 2016 (MacOS)
Turn on extend mode
Extend a selection

F8


Steinberg Cubase 9 (Windows)
Video
Devices Catagory

F8


Steinberg Cubase 9 (MacOS)
Video
Devices Catagory

F8


Microsoft Hotmail (Web Application)
Check Spelling
14 Shortcuts for Microsoft Hotmail (Web Application)

F7


Steinberg Cubase 9 (Windows)
Open sound browser
Media

F7


Steinberg Cubase 9 (MacOS)
Open sound browser
Media

F7


DAZ Studio (Windows)
Save script
Script Commands

F8


Corel Designer X7 (Windows)
Zoom to Page
Zoom

F7


Corel WordPerfect X8 (Windows)
Select(Toggle)
63 Shortcuts for Corel WordPerfect X8 (Windows)

F8


Corel Ventura 10 (Windows)
Previous Dialog
Zoom and View

F7


Microsoft Excel 2016 (MacOS)
Turn on the capability to extend a selection by using the arrow keys
Select cells, columns, or rows

F8


Corel Draw X8 (Windows)
Ellipse tool
Toolbox Tool Selection

F7


Opera (MacOS)
Activate panels for keyboard navigation
Panel

F7


Opera (Windows)
Activate panels for keyboard navigation
Panel

F7


Corel Draw X8 (Windows)
Text tool
Toolbox Tool Selection

F8


Corel Quattro Pro X8 (Windows)
Refresh Output of Previous Notebook Query
Function Keys

F7


Corel Quattro Pro X8 (Windows)
Refresh Output of Previous What if Table
Function Keys

F8


Microsoft Word 2016 (MacOS)
Open the Spelling and Grammar dialog box
Function key shortcuts

F7


Microsoft Word 2016 (MacOS)
Extend a selection
Function key shortcuts

F8


Corel Quattro Pro X8 (Windows)
Open Writing Tools Dialog Box
Excel Compatibility Keys

F7


Microsoft Excel 2016 (MacOS)
Check spelling
The following table provides the function key shortcuts for Excel 2016 for Mac*

F7


Microsoft Excel 2016 (MacOS)
Extend the selection
The following table provides the function key shortcuts for Excel 2016 for Mac*

F8


Kingsoft Spreadsheets 2016 (Windows)
Display Spelling Check Dialog Box
Display Various Objects

F7


Flock (Windows)
Caret browsing
General

F7


Adobe Captivate 2017 (MacOS)
Perform a spelling and grammar check
Function Key Shortcuts

F7


Adobe Captivate 2017 (Windows)
Perform a spelling and grammar check
Function Key Shortcuts

F7


Adobe Captivate 2017 (Windows)
Previw Project from Current Side
Function Key Shortcuts

F8


Houdini (Windows)
Toggle object/geometry
Particle/Contex/Scene View

F8


Kingsoft Writer 2016 (Windows)
Spelling Check Dialog Box
Display Various Objects and Dialog Box

F7


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

F8


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

F8


Chief Architect (Windows)
Swap Views
Other Shortcuts

F7


Adobe Captivate 2017 (Windows)
Stop panning
Recording

F7


Chief Architect (MacOS)
Swap Views
Other Shortcuts

F7


Primevera P6 P6 (Windows)
Spell Checking
General Shortcuts

F7


MetaTrader MT4 (Windows)
Call the properties Window of the expert atched to their chart window in order to Change Settings
Function Key Shortcuts

F7


MetaTrader MT4 (Windows)
Call Chart SetUp Window
Function Key Shortcuts

F8


WinSCP 5 (Windows)
Create new folder
File Management

F7


Brackets (Windows)
Sort Lines
99 Shortcuts for Brackets (Windows)

F7


Brackets (Windows)
Go to First Error/Warning
99 Shortcuts for Brackets (Windows)

F8


Zerodha Trader (Windows)
Trade Book
For Monitoring Funds/Trades/Positions/Orders

F8


PotPlayer (Windows)
Equalizer Settings
Function Key Shortcuts

F7


XYplorer (Windows)
Go to Previous Location
Function key Shortcuts

F7


XYplorer (Windows)
Show Navigation Panel (Tree & Catalog)
Function key Shortcuts

F8


Flock (MacOS)
Caret browsing
45 Shortcuts for Flock (MacOS)

F7


Forte (Windows)
Check addresses
Composition Window

F8


Forte (Windows)
Spelling
Composition Window

F7


MediaMonkey (Windows)
Show Library node (collapsed)
Standard Keyboard Shortcuts

F7 / Alt + Home


MediaMonkey (Windows)
Show Artists node
Standard Keyboard Shortcuts

F8


Jetbrains CLion (Windows)
Step over
Debugging

F8


Jetbrains CLion (Windows)
Step into
Debugging

F7


CA Client Automation (Windows)
Step Over
Debug Menu

F8


CA Client Automation (Windows)
Trace Into
Debug Menu

F7


Groove Music (Windows)
Volume Down
Music Play

F8


Groove Music (Windows)
Mute/Unmute Volume
Music Play

F7


Pegasus Mail (Web Application)
Switch to the Message view
Message Reader

F8


Soundforge (Windows)
Enable snapping
Data Window

F8


Pegasus Mail (Web Application)
Switch to the Attachments view
Message Reader

F7


MPS 2017 (Windows)
Step to the next line in the current file See Stepping Through the Program
Running and Debugging

F8


MPS 2017 (Windows)
Step to the next executed line See Stepping Through the Program
Running and Debugging

F7


Delphi 10 (Windows)
Debugger step into
193 Shortcuts for Delphi 10 (Windows)

F7


Delphi 10 (Windows)
Debugger step over
193 Shortcuts for Delphi 10 (Windows)

F8


Xamarin Studio (MonoDevelop) (Windows)
Build
Project

F7


Xamarin Studio (MonoDevelop) (Windows)
Build All
Project

F8


Visual Studio Code (Windows)
Go to next error or warning
Navigation Shortcuts

F8


Libreoffice Writer (Windows)
Spellcheck
Function Keys

F7


Libreoffice Writer (Windows)
Extension mode
Function Keys

F8


Titanium (MacOS)
Step Return
Run/Debug

F7


Titanium (MacOS)
Resume
Run/Debug

F8


iClone 7 (Windows)
Show/Hide Visual Settings Panel
OnScreen Display

F7


GOM Player (Windows)
Control Panel
Windows

F7


Soundforge (Windows)
Generate MIDI timecode
Navigation and Playback

F7


iClone 7 (Windows)
Show/Hide Mini Viewport Panel
OnScreen Display

F8


GOM Player (Windows)
Playlist
Windows

F8


Delphi 10 (Windows)
Previous/Next result (for Find in Files and Build Error Messages)
193 Shortcuts for Delphi 10 (Windows)

Alt + F7/F8


DrawPlus (Windows)
Target (Draw in Front)
Tools Shortcuts

F7


DrawPlus (Windows)
Target (Draw Behind)
Tools Shortcuts

F8


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

F7


Synfig (Windows)
Canvas Properties
73 Shortcuts for Synfig (Windows)

F8


Rhino (Windows)
Grid > ShowGrid > ShowGridAxes
Default Shortcuts

F7


Rhino (Windows)
Toggle Ortho
Default Shortcuts

F8


Vegas Pro 14 (Windows)
Generate MIDI timecode
Playback,Recording and Preview

F7


Vegas Pro 14 (Windows)
Enable/disable snapping
Timeline and Track List

F8


Cabinet Vision (Windows)
Opens CAD Options
Getting Different Program Quickly

F7


Alphacam (Windows)
Snap to Mid Point
Geometry Creation

F7


Alphacam (Windows)
Snap to Center
Geometry Creation

F8


RStudio (Windows)
Check spelling
Source

F7


RStudio (MacOS)
Check spelling
Source

F7


ForkLift 3
Move to trash
Commander style

F8


ForkLift 3
Create a new folder
Commander style

F7


Vegas Pro 14 (Windows)
Enable snapping
Track Motion

F8


Titanium (Windows)
Step Return
Run/Debug

F7


Titanium (Windows)
Resume
Run/Debug

F8


Solidworks 2019
Spell check
Commands

F7


CuteFTP (Windows)
Display folder information
General

F8


Zwift (PC and macOS)
"I’m toast"
Function

F7


CuteFTP (MacOS)
Display folder information
72 Shortcuts for CuteFTP (MacOS)

F8


Zwift (PC and macOS)
Bike bell
Function

F8


Exact Audio Copy
Test selected tracks
Action menu

F8


Smite (MacOS)
Vote to Not Surrender
Other Controls

F7


Smite (Windows)
Vote to Not Surrender
Other Controls

F7


Gigabyte Aorus motherboard
Load the optimized BIOS default settings for the current submenus
Classic BIOS setup

F7


Gigabyte Aorus motherboard
Access the Q-Flash utility
Classic BIOS setup

F8


Vivaldi
Focus panel
View

F7