NetBeans 8 (Windows)

Compiling, Testing, and Running

Run main project/file

F6 / Shift + F6

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)
Tech Screen
General Hotkeys

F6


Novell Evolution 2 (Linux)
Focus search bar
General

f6


Thunderbird (Windows)
Switch focus between Folders Pane and Message List Pane
Navigate Messages

F6 / Tab / Shift + Tab


Thunderbird (Linux)
Switch focus between Folders Pane and Message List Pane
Navigate Messages

F6 / Tab / Shift + Tab


Thunderbird (MacOS)
Switch focus between Folders Pane and Message List Pane
Navigate Messages

F6 / Tab / Shift + Tab


Firefox (Windows)
Jump to address bar
Address Bar

Alt + D / Ctrl + L / F6


Microsoft Projects 2010 (Windows)
Switch among areas in the Help window
Navigate Projects Help

F6


Android Emulator (Windows)
Toggle trackball mode
Other Device Keys

F6


Firefox (MacOS)
Move to Next Frame
Navigation Controls

F6


Firefox (MacOS)
Move to Previous Frame
Navigation Controls

Shift + F6


Firefox (Linux)
Jump forwards / jump backwards between tab bar and page. To reach addressbar, press f6 until reaching the tab (see dotted line around tab) and press tab
Inside Webpages

F6 / Shift + F6


Microsoft Outlook 2010 (Windows)
Move between Calendar, TaskPad, and Folder List
Messages in Main View - Navigate Calendar

Ctrl + Tab / F6


Firefox (Windows)
Jump forwards / jump backwards between tab bar and page. To reach addressbar, press f6 until reaching the tab (see dotted line around tab) and press tab
Inside Webpages

F6 / Shift + F6


Eclipse Helios (Windows)
Next step (line by line)
Run and Debug

F6


Google Chrome (Windows)
Alternate focus between address bar, bookmarks bar and webpage
View Webpages

F6


Tally 9.0 (Windows)
Select Receipt Voucher
General Shortcuts

F6


SharpDevelop 4.0 (Windows)
Continue to next breakpoint
Debugging

F6


Access 2010 (Windows)
Switch between the windows, or between design panes / properties / etc
Manage Access Features - Design View

F6


Google Chrome (Linux)
Alternate focus between address bar, bookmark bar and webpage
View Webpages

F6


Total Commander 8 (Windows)
Rename or move files
Main Shortcuts

F6


Firefox (MacOS)
Select Location Bar
Location Bar

Command + L / F6


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

F6


Access 2010 (Windows)
Move forward / backwards among the Query Designer panes
Manage Access Features - Query Designer

F6 / Shift + F6


Microsoft Excel 2011 (MacOS)
Move to the next pane in a workbook that has been split
Function keys

F6


Microsoft Excel 2011 (MacOS)
Move to the previous pane in a workbook that has been split
Function keys

Shift + F6


Total Commander 8 (Windows)
Rename files in the same directory
Main Shortcuts

Shift + F6


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

Shift + F6


Microsoft Outlook 2010 (Windows)
Move between Calendar, TaskPad, and Folder List
Messages in Compose View - Navigate Calendar

Ctrl + Tab / F6


Microsoft Excel 2011 (MacOS)
Move to the next pane / move to the previous pane in a workbook that has been split
Moving and scrolling in a sheet or workbook

F6 / Shift + F6


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

F6


Tekla Structures 14.0 (Windows)
Snap to nearest points
General shortcuts

F6


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

Shift + F6


MyLifeOrganized (Windows)
Collapse entire outline or To-Do lists
Navigating To-Do Lists

F6


Opera (Linux)
Focus on next pane
Focus

F6


Opera (Linux)
Focus on previous pane
Focus

Shift + F6


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

F6


Smartplant Review (Windows)
View Settings
Function Keys

F6


Microsoft Word 2007 (Windows)
Go to the next pane or frame.
Function key reference: Function keys

F6


Smartplant Review (Windows)
Photo-Realism Settings
Function Keys

Shift + F6


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

F6


Microsoft Word 2007 (Windows)
Go to the previous pane or frame (after pressing F6).
Function key reference: SHIFT+Function key

Shift + F6


Microsoft Outlook 2010 (Windows)
Move between Calendar, TaskPad, and Folder List
Calendar Shortcuts - Navigate Calendar

Ctrl + Tab / F6


Access 2010 (Windows)
Switch between the windows, or between design panes / properties / etc
Working with Text and Data - Design View

F6


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

F6


Visual Studio 2015 (Windows)
Build solution (or Ctrl+shift+b)
Build and Debug

F6


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

Shift + F6


Android Emulator (Linux)
Toggle trackball mode
Other Device Keys

F6


Oracle SQL Developer 4 (Windows)
Next Pane/ Previous Pane
Window

F6 / Shift + F6


Oracle SQL Developer 4 (Windows)
Autotrace
Worksheet

F6


Microsoft Excel 2011 (MacOS)
Move to the next pane in a workbook that has been split
Windows

F6


Microsoft Excel 2011 (MacOS)
Move to the previous pane in a workbook that has been split
Windows

Shift + F6


Sublime Text (Windows)
Toggle spell checking
Others

F6


Access 2010 (Windows)
Move forward / backwards among the Query Designer panes
Working with Text and Data - Query Designer

F6 / Shift + F6


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

F6


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

F6


Texmaker 4.0.2 (Windows)
Pdflatex
"Tools" menu

F6


Microsoft PowerPoint 2010 (Windows)
Move a task pane from another pane in the program window (clockwise direction). You may need to press F6 more than once
PowerPoint Taks Panes

F6


IntelliJ (Linux)
Move
Editing

F6


IntelliJ (Linux)
Rename
Editing

Shift + F6


IntelliJ (Windows)
Move
Editing

F6


IntelliJ (Windows)
Rename
Editing

Shift + F6


Microsoft PowerPoint 2010 (Windows)
Move a task pane from another pane in the program window (clockwise direction). You may need to press F6 more than once
Microsoft Office basics applicable to PowerPoint 2007

F6


Microsoft PowerPoint 2010 (Windows)
Move to a pane from another pane in the program window (counterclockwise direction).
Microsoft Office basics applicable to PowerPoint 2007

Shift + F6


Notepad2 (Windows)
Save as...
File Menu

F6


Audacity 2 (Linux)
Multi-Tool mode
Tools

F6


Microsoft PowerPoint 2010 (Windows)
Cycle the focus through the different panes.
Work with the Selection pane.

F6


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

F6


Gwenview (Linux)
Make the Location bar editable so that you can directly type in a file path. You can return to the standard Location Bar by pressing the arrow at the right.
30 Shortcuts for Gwenview (Linux)

F6


Directory Opus (Windows)
Dual display
Lister Menu

F6


Microsoft Word 2013 (Windows)
Cycle through Ribbon/open panes/Status Bar/document window
Navigate in Word Documents

F6


FL Studio (Windows)
Toggle Step Sequencer
Window Navigation

F6


Access 2010 (Windows)
Switch between the windows, or between design panes / properties / etc
Working with Access Views - Design View

F6


Presonus Studio One (Windows)
Show instruments
View Menu

F6


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

Shift + F6


Adobe Flash Professional (Windows)
Add Keyframe
Frames

F6


Adobe Acrobat Pro (Windows)
Move focus to the next item among Document pane, Task panes, Message bar, and Navigation bar
Navigation - Navigating task panes

F6


Adobe Acrobat Pro (Windows)
Move focus to the previous item among Document pane, Task panes, message bar, and Navigation bar
Navigation - Navigating task panes

Shift + F6


Access 2010 (Windows)
Move forward / backwards among the Query Designer panes
Working with Access Views - Query Designer

F6 / Shift + F6


Audacity 2 (Windows)
Multi-tool
Tools Toolbar

F6


Beyond Compare (Windows)
Go next
Misc.

F6


Qt Creator (Windows)
Move to next item in output panes
General

F6


Beyond Compare (Windows)
Go prev
Misc.

Shift + F6


Qt Creator (Windows)
Move to previous item in output panes
General

Shift + F6


Qt Creator (MacOS)
Move to next item in output panes
General

F6


Adobe Acrobat Pro (Windows)
Move focus among the document, message bar, and navigation panels
Navigation - Navigation panels

F6


Adobe Acrobat Pro (Windows)
Move focus to previous pane or panel
Navigation - Navigation panels

Shift + F6


Qt Creator (MacOS)
Move to previous item in output panes
General

Shift + F6


Comsol 5 (Windows)
Build the preceding node in the geometry branch
Build and Compute

F6


Axialis IconWorkshop (Windows)
Rename...
Librarian Menu

F6


Comsol 5 (Linux)
Build the preceding node in the geometry branch
Build and Compute

F6


Comsol 5 (MacOS)
Build the preceding node in the geometry branch
Build and Compute

F6


Microsoft Excel 2013 (Windows)
Move to the next pane / previous pane in a workbook that has been split
Manage Multiple Workbooks

F6 / Shift + F6


Microsoft Word 2013 (Windows)
With Navigation Pane open: Switch forward / backwards between (1) Navigation Pane, (2) Bottom Taskbar, (3) Ribbon, and (4) Document
Ribbons and Navigation Pane

F6 / Shift + F6


Linux Mint (Linux)
Cycle focus between panes
File Manager (Nemo) - Toggle Side Pane, Split View, and Terminal

F6


Autodesk Maya 2015 (Windows)
Show Rendering menu set
Interfaces

F6


uTorrent (Windows)
Show Status Bar
21 Shortcuts for uTorrent (Windows)

F6


uTorrent (Linux)
Show Status Bar
21 Shortcuts for uTorrent (Linux)

F6


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

F6


uTorrent (MacOS)
Show Status Bar
21 Shortcuts for uTorrent (MacOS)

F6


Adobe Photoshop CS5 (MacOS)
Feather Selection
Function keys

Shift + F6


Photoshop Lightroom CC (Windows)
Show/ hide Filmstrip
Panel Shortcuts

F6


Photoshop Lightroom CC (MacOS)
Show/ hide Filmstrip
Panel Shortcuts

F6


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

F6


Microsoft Excel 2010 (Windows)
Move to the next pane / previous pane in a workbook that has been split.
Manage Multiple Workbooks

F6 / Shift + F6


Microsoft Outlook 2016 (Windows)
Move between the Outlook window, the smaller panes in the Folder Pane, the Reading Pane, and the sections in the To-Do Bar, and the menu access keys in the Outlook ribbon
Basic Navigation

F6


Adobe Photoshop CS5 (Windows)
Feather Selection
Function keys

Shift + F6


Access 2010 (Windows)
Switch between the windows, or between design panes / properties / etc
The Rest - Design View

F6


Adobe Photoshop CC (Windows)
Feather
Basic Shortcuts for Photoshop CC 2015 - Select Basics

Shift + F6


Adobe Photoshop CC (MacOS)
Feather
Basic Shortcuts for PhotoShop CC 2015 - Select Basics

Shift + F6


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

F6


Adobe After Effects CC (Windows)
Take Snapshot
Previews

Shift + F5 / F6 / F7 / F8


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

F6


Android Studio (Windows)
Rename and refactor
General Shortcuts

Shift + F6


Access 2016 (Windows)
Switch windows(between upper and lower portion)
Windows/Content Switching/Navigation

F6


Access 2010 (Windows)
Move forward / backwards among the Query Designer panes
The Rest - Query Designer

F6 / Shift + F6


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

F5 / F6 / F7 / F8


Adobe After Effects CC (Windows)
Purge snapshot
Previews

Ctrl + Shift + F5 / F6 / F7 / F8


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


Microsoft PowerPoint 2016 (Windows)
Focus to different pane
Navigation Operation

F6


Corel VideoStudio X9.5 (Windows)
Preferences
Setting Tab Operations

F6


Microsoft PowerPoint 2016 (Windows)
Move anticlockwise among pane
Navigation Operation

Shift + F6


Plex (Windows)
Media Items
Graphics(Audio/Video) Control

F6


Corel VideoStudio X9.5 (Windows)
Go Forward in clip
Runtime Shortcuts

F6


Plex (MacOS)
Media Items
Graphics(Audio/Video) Control

F6


Autodesk Maya 2017 (Windows)
Show Rendering menu set
Interfaces

F6


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

F6


InDesign CC (Windows)
Colors
Panels

F6


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

F6


InDesign CC (MacOS)
Colors
Panels

F6


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

F6


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

Shift + F6


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

Shift + F6


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

F6


Adobe Photoshop CC (Windows)
Feather
Manage Panels - Select Basics

Shift + F6


Adobe Photoshop CC (MacOS)
Feather
Manage Panels - Select Basics

Shift + F6


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

F6


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

F6


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

F6


CINEMA 4D (Windows)
Play backwards/stop
Animation Timeline

F6


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

F6


ArchiCAD 20 (Windows)
Bring to front
Tools display order

Shift + F6


ArchiCAD 20 (Windows)
Bring forward
Tools display order

F6


ArchiCAD 20 (MacOS)
Bring to front
Tools display order

Shift + F6


ArchiCAD 20 (MacOS)
Bring forward
Tools display order

F6


Anime Studio (Windows)
Duplicate frame
Frame by Frame

F6


CINEMA 4D (Windows)
Picture Viewer
Editor

Shift + F6


Dynamics NAV 2015 (Windows)
Go to the next Frame
Function Key Shortcuts

F6


Dynamics NAV 2015 (Windows)
Go to the Previous frame
Page View and Review

Shift + F6


Anime Studio (MacOS)
Duplicate frame
Frame by Frame

F6


Autodesk Inventor 2017 (Windows)
Home view
Function Key

F6


Microsoft Word 2016 (Windows)
Go to the next pane or frame.
All Function Key Shortcuts

F6


CyberLink PhotoDirector 8 (Windows)
Switch to viewer
Workspace

F6


Microsoft Word 2016 (Windows)
Go to the previous pane or frame (after pressing F6).
All Function Key Shortcuts

Shift + F6


AutoCad Architecture 2017 (Windows)
Dynamic UCS
Function Keys

F6


AutoCAD 2016 (Windows)
Toggles UCSDETECT (AutoCAD only)
General

F6


Apple Motion (MacOS)
Show/hide the Timing pane
Window Menu

F6


Adobe Acrobat Pro (MacOS)
Move focus to the next item among Document pane, Task panes, Message bar, and Navigation bar
Navigation - Navigating task panes

F6


Adobe Acrobat Pro (MacOS)
Move focus to the previous item among Document pane, Task panes, message bar, and Navigation bar
Navigation - Navigating task panes

Shift + F6


Adobe Flash Professional (MacOS)
Add Keyframe
Frames

F6


Adobe Acrobat Pro (MacOS)
Move focus among the document, message bar, and navigation panels
Navigation - Navigation panels

F6


Adobe Acrobat Pro (MacOS)
Move focus to previous pane or panel
Navigation - Navigation panels

Shift + F6


Microsoft Projects 2016 (Windows)
Activate the split bar.
Navigate Views and Windows

Shift + F6


Microsoft Projects 2016 (Windows)
Select a drawing object.
Navigate Views and Windows

F6


GTA V Cheats (Windows)
Switch to Franklin
General Shortcuts

F6


IntelliJ (MacOS)
Move
Refactoring

F6


IntelliJ (MacOS)
Rename
Refactoring

Shift + F6


Microsoft Projects 2016 (Windows)
Move to a task pane from another pane in the program window (clockwise direction). You may need to press F6 more than once.
Switching between Windows

F6


Microsoft Projects 2016 (Windows)
Move to a pane from another pane in the program window (counterclockwise direction).
Switching between Windows

Shift + F6


JetBrains RubyMine (Windows)
Move
Refactoring

F6


JetBrains RubyMine (Windows)
Rename
Refactoring

Shift + F6


JetBrains RubyMine (MacOS)
Move
Refactoring

F6


JetBrains RubyMine (MacOS)
Rename
Refactoring

Shift + F6


JetBrains RubyMine (Linux)
Move
Refactoring

F6


JetBrains RubyMine (Linux)
Rename
Refactoring

Shift + F6


Pandora Classic (Web Application)
Switch Focus from Address Bar to Browser Window. Try e.g. Arrow Down/Arrow Up to validate focus is indeed on Browser Window
9 Shortcuts for Pandora Classic (Web Application)

F6


JetBrains AppCode (MacOS)
Move
Code Refactoring

F6


JetBrains PyCharm (MacOS)
Move
Refactoring

F6


JetBrains AppCode (MacOS)
Rename
Code Refactoring

Shift + F6


JetBrains PyCharm (MacOS)
Rename
Refactoring

Shift + F6


JetBrains RubyMine (MacOS)
Toggle Bookmark
Navigation Shortcuts

Shift + F6


Adobe Flash Builder (Windows)
Step over Breakpoint code
24 Shortcuts for Adobe Flash Builder (Windows)

F6


Adobe Flash Builder (MacOS)
Step over Breakpoint code
24 Shortcuts for Adobe Flash Builder (MacOS)

F6


JetBrains AppCode (MacOS)
Toggle Bookmark
Navigation Controls

Shift + F6


JetBrains PyCharm (Windows)
Move
Refactoring

F6


JetBrains PyCharm (Windows)
Rename
Refactoring

Shift + F6


Blender 3D (Windows)
IPO Window
Window

Shift + F6


Cloud9 (Windows)
Toggle Console
Tabs

F6


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

F6


Adobe Dreamweaver (Windows)
Freeze JavaScript (Live View)
View Specific

F6


Adobe Dreamweaver (Windows)
Output
Windows

Shift + F6


JetBrains PhpStorm (Windows)
Move
Refactoring

F6


JetBrains PhpStorm (Windows)
Rename
Refactoring

Shift + F6


JetBrains PhpStorm (MacOS)
Move
Refactoring

F6


JetBrains PhpStorm (MacOS)
Rename
Refactoring

Shift + F6


JetBrains PhpStorm (Linux)
Move
Refactoring

F6


JetBrains PhpStorm (Linux)
Rename
Refactoring

Shift + F6


Steinberg Cubase 9 (Windows)
Open loop browser
Media

F6


Steinberg Cubase 9 (MacOS)
Open loop browser
Media

F6


Corel Designer X7 (Windows)
Zoom to Selected Objects
Zoom

F6


Corel Ventura 10 (Windows)
Facing Page Zoom
Zoom and View

F6


Corel Ventura 10 (Windows)
Zoom to Selected
Zoom and View

Shift + F6


Corel Draw X8 (Windows)
Rectangle tool
Toolbox Tool Selection

F6


Corel Quattro Pro X8 (Windows)
Jump to Other Pane if window is Split
Function Keys

F6


Forte (Windows)
Cycle through all windows
All Window

F6 / Ctrl + Tab


Adobe Captivate 2017 (MacOS)
Import audio
Function Key Shortcuts

F6


Adobe Captivate 2017 (Windows)
Import audio
Function Key Shortcuts

F6


Chief Architect (Windows)
Window Menu Tools - Tile Vertically
Window Tools

Shift + F6


Chief Architect (Windows)
Zoom Tools - Fill Window
Zoom Tools

F6


Chief Architect (MacOS)
Window Menu Tools - Tile Vertically
Window Tools

Shift + F6


Chief Architect (MacOS)
Zoom Tools - Fill Window
Zoom Tools

F6


IBM Director (Windows)
Go to next Frame in Help system
14 Shortcuts for IBM Director (Windows)

F6


Notes 9.0 (Windows)
Cycle through All Panes in Open Perspective
26 Shortcuts for Notes 9.0 (Windows)

F6


MetaTrader MT4 (Windows)
Call Tester Window for Testing Expert Attached to the Chart
Function Key Shortcuts

F6


WinSCP 5 (Windows)
Move selected files (upload when local panel is active, download when remote panel is active)
File Management

F6


WinSCP 5 (Windows)
Move/rename selected files (remote panel only)
File Management

Shift + F6


Brackets (Windows)
Grunt default
99 Shortcuts for Brackets (Windows)

F6


PotPlayer (Windows)
PlayList On/Off
Function Key Shortcuts

F6


XYplorer (Windows)
Cycle Focus
Function key Shortcuts

F6


XYplorer (Windows)
Move To Other Pane
Function key Shortcuts

Shift + F6


MediaMonkey (Windows)
Show Now Playing node
Standard Keyboard Shortcuts

F6


Soundforge (Windows)
Toggle playback scrolling on and off
Magnification and View

F6


Soundforge (Windows)
Toggle smooth playback scrolling on and off
Magnification and View

Shift + F6


Vegas Pro 14 (Windows)
Show next window
Magnification and View

F6


Vegas Pro 14 (Windows)
Show previous window
Magnification and View

Shift + F6


ZBrush 4 (Windows)
Materials
PopUp Selection

F6


Jetbrains CLion (Windows)
Move
Refactoring

F6


Jetbrains CLion (Windows)
Rename
Refactoring

Shift + F6


Pegasus Mail (Web Application)
Distribution lists...
Addresses

F6


Sierra Chart (Windows)
Studies
Analysis Menu

F6


MPS 2017 (Windows)
Rename the selected file, class, field, method, etc and change all references to it accordingly
Refactoring

Shift + F6


Titanium (MacOS)
Step Over
Run/Debug

F6


MPS 2017 (Windows)
Move the selected class, package or static member to another package or class and update all the corresponding references
Refactoring

F6


Soundforge (Windows)
Toggle playback scrolling on and off
Navigation and Playback

F6


iClone 7 (Windows)
Show/Hide Modify Panel
OnScreen Display

F6


Soundforge (Windows)
Toggle smooth playback scrolling on and off
Navigation and Playback

Shift + F6


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

F6


Rhino (Windows)
Toggle Camera
Default Shortcuts

F6


ForkLift 3
Move to
Commander style

F6


OpenSCAD (MacOS)
Render
Function Shortcuts

F6


SolidWorks (Windows)
Toggle Selection Filter
Miscellaneous Shortcuts

F6


Warframe
Take Screenshot
General

F6


Cabinet Vision (Windows)
Opens Auto Fill Options
Getting Different Program Quickly

F6


Alphacam (Windows)
Snap to End Point
Geometry Creation

F6


Titanium (Windows)
Step Over
Run/Debug

F6


Solidworks 2019
Toggle selection filter type
Commands

F6


Zwift (PC and macOS)
"Bring It!"
Function

F6


Delphi 10 (Windows)
IDE Insight
193 Shortcuts for Delphi 10 (Windows)

F6 / Ctrl + .


RStudio (Windows)
Finish function/loop
Debug

Shift + F6


RStudio (MacOS)
Finish function/loop
Debug

Shift + F6


Smite (MacOS)
Vote to Surrender
Other Controls

F6


Smite (Windows)
Vote to Surrender
Other Controls

F6


progeCAD (Windows)
Switches coordinate display between On, Off, and Angle/Distance
51 Shortcuts for progeCAD (Windows)

F6 / Ctrl + D


Vivaldi
Bookmarks panel
View

F6


Miscreated
Emote: Come here
Emote

F6


HyperWorks (Windows)
Edit element:Combine
24 Shortcuts for HyperWorks (Windows)

F6


Ansys Mechanical (Windows)
Toggle Between Shaded Exterior and Edge,Shaded Exterior and Wireframe Views
Graphics Actions

F6


Comodo IceDragon (Windows)
Move to Next Frame
Viewing, Printing and Saving Current Page

F6


Comodo IceDragon (Windows)
Move to Previous Frame
Viewing, Printing and Saving Current Page

Shift + F6


FlashFXP (Web Application)
Open Preferences dialog.
54 Shortcuts for FlashFXP (Web Application)

F6


HyperWorks (Windows)
Split plate elements
24 Shortcuts for HyperWorks (Windows)

Shift + F6


TurboCAD (Windows)
Select the next object in draw order
171 Shortcuts for TurboCAD (Windows)

F6


progeCAD (Windows)
Switches coordinate display between On, Off, and Angle/Distance
Function Key Shortcuts

F6


winIDEA
Run script
Tools

F6


Mastercam (Windows)
Show File menu
53 Shortcuts for Mastercam (Windows)

F6


Evergreen (Linux)
Record InHouse Use
Circulation

F6


VariCAD (Windows)
Redraw
Hot Keys

F6


Place Anywhere (Fallout 4 mod)
Toggle storing clamped objects in workshop storage, when underlying object is scrapped or stored in workshop storage
General

F6


TurboCAD (Windows)
Select the next object in draw order and add to current selection
171 Shortcuts for TurboCAD (Windows)

Shift + F6


Ulead PhotoImpact 8 (Windows)
Displays the Preferences dialog box
File Menu

F6


FEKO (Windows)
Pause
Script Editor

F6


FEKO (Linux)
Pause
Script Editor

F6


Geany (Linux)
Switch to Scribble
Build,Make and Compile

F6


Geany (Windows)
Switch to Scribble
Build,Make and Compile

F6


Geany (MacOS)
Switch to Scribble
Build,Make and Compile

F6


Modo (Windows)
Presets viewport
Floating Windows

F6


Modo (MacOS)
Presets viewport
Floating Windows

F6


Cobalt (Windows)
Load
70 Shortcuts for Cobalt (Windows)

F6


KiCAD (Linux)
Switch to Inner Layer 2
PCB

F6


Ulead PhotoImpact 8 (Windows)
Evenly distributes all open windows vertically in the workspace
Window Menu

Shift + F6


KiCAD (Windows)
Switch to Inner Layer 2
PCB

F6


KiCAD (MacOS)
Switch to Inner Layer 2
PCB

F6


Target 3001! (Windows)
Snap on grid/No Snap on Grid
Function key Shortcuts

F6


Assetto Corsa
Cycle on-board cameras
In-game

F6


Roblox Studio
Play solo
Testing and Publishing

F6


WavePad Sound Editor (Windows)
Scrub
Play Operations

F6


gEDA (Linux)
Enter polygon tool
Other Important Shortcuts

F6


WavPad Sound Editor (MacOS)
Scrub
Play Operations

F6


Europa Universalis IV
Cycle the Ledger sections
General

F6


BricsCAD (Windows)
Sets the readout of the coordinate field in the status bar
Function Key Shortcuts

F6


BricsCAD (Linux)
Sets the readout of the coordinate field in the status bar
Function Key Shortcuts

F6


Substance Painter
Camera Orthographic
General

F6


BricsCAD (MacOS)
Sets the readout of the coordinate field in the status bar
Function Key Shortcuts

F6


Banner 9 (Windows, Mac)
Insert/Create Record
Mac shortcuts

F6


KiCad 5.0.2
Switch to Inner layer 2
Pcbnew

F6


Substance Painter (Mac)
Camera Orthographic
General

F6


FlightGear
Toggle autopilot heading mode
Autopilot related

F6


Brave Browser (Windows)
Focus URL Bar
Page Navigation and Display

F6


MuseScore (Windows)
Selection Filter
Display Shortcuts

F6


MuseScore (MacOS)
Selection Filter
Display Shortcuts

F6


Aspire (Windows)
Zoom to fit Material
General Shortcuts

F6


SuperMemo (Windows)
Filter HTML or RTF Source
129 Shortcuts for SuperMemo (Windows)

F6


VCarve Pro (Windows)
Zoom to fit Material
General Shortcuts

F6


Aspire (Windows)
Scales 2D view to fit material
General Shortcuts

F6


ComplyPro 2017B (Windows)
Outline
In Grid View

F6


VCarve Pro (Windows)
Scales 2D view to fit material
General Shortcuts

F6


Subnautica
Hide/Show interface
Windows

F6


Xyplorer
Cycle focus in this sequence: Address Bar > Tree > List > Catalog.
Other Shortcuts

F6


PRTG Network Monitor
Context menu > Tools > Custom tool command (if available)
Enterprise console

F6


American Truck Simulator
Route Advisor: Navigation page
Interface controllers

F6


KeyCreator (Windows)
Menu Button 6
Miscellaneous Shortcuts

F6


DayZ
Magnifique (Experimental branch)
Communication

F6


AVImark
Choose
Information search / Library

F6


RimWorld
Opens the World tab
User interface

F6


Cisco Webex
Switch between the content area and the panels area
Windows

F6


Google Chrome
Jump to the address bar
Address bar

F6


Samsung TV
Change input source
General

F6


Evolution
Cycle focus between panes
Global - Controls

F6


Altium Designer (Windows)
Run simulation for a Delta step
VHDL Editor Shortcuts

F6


AutoCAD
Toggle Dynamic UCS
Toggle Drawing Modes

F6


SAP NetWeaver Business Client 5.0 for Desktop
For SAP GUI transactions: as defined in the standard for function keys
General

F6


Siemens NX
Zoom
View > Popup

F6


Tibia
(Attack) Flame strike
Action bar

F6


RPG Maker
Event layer
Editor

F6


Adobe Lightroom Classic (Mac)
Show/hide Filmstrip
Working with panels

F6


Adobe Lightroom Classic
Show/hide Filmstrip
Working with panels

F6


Old School RuneScape (OSRS)
Switch to the Spell book tab
General

F6


Evernote for Windows
Search Notes
Note Editor

F6


ZoomText
Increase zoom
ZoomText Keyboard

F6


ePSXe
Select what pad will be affected by key F5
General

F6


Adobe Illustrator
Show/hide Color panel
Function keys

F6


Adobe Illustrator (Mac)
Show/hide Color panel
Function keys

F6


PyCharm 2018.2
Move the selected class, package or static member to another package or class and update all the corresponding references.
Refactoring

F6


ProgeCAD
Coordinate
General

F6


PaintShop Pro 2018
Materials
Single key shorcuts

F6


AI War Classic
(hold)  Show wormholes and resources only
Minimap

F6


Diablo II
Sets or uses left / right mouse button skills
General

F6


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

F6


Magic: The Gathering Online
Pass priority for the rest of the turn, unless you’re prompted to attack or block
General

F6


CorelDRAW Graphics Suite 2018
Rectangle
General

F6


World of Tanks
Negative!
Misc

F6


Microsoft Word 2016
Go to the next pane or frame
Function key reference

F6


Adobe Photoshop CC
Show/Hide Color panel
Using function keys

F6


Heroes of the Storm
Go to saved camera location
General

F6


BSPlayer
Decrease playback rate by 1%
Misc

F6


Metapad
Short format
Insert date/time

F6


Euro Truck Simulator 2
Route Advisor: Navigation page
Interface controls

F6


Virtual DJ 2018
Sampler 6 play_stop
General

F6


LightWave 3D
Image editor
Layout: General

F6


TextRoom
Scratchpad
General

F6