NetBeans 8 (Windows)

Compiling, Testing, and Running

Run Unit test on file/project

Ctrl + F6 / Alt + 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


Eclipse Helios (Windows)
Show list of open Editors. Similar to ctrl+e but switches immediately upon release of ctrl
Editor Window

Ctrl + F6 / Ctrl + Shift + F6


Android Emulator (Windows)
Volume down (or - on numeric keyboard with Num Lock off)
Other Device Keys

Ctrl + F6


Inpage (Windows)
To decrease space between selected text
For formatting

Ctrl + F6


Tally 9.0 (Windows)
Rejection In
Inventory Vouchers

Ctrl + F6


Total Commander 8 (Windows)
Unpack specified files from archive under cursor, or selected archives (use Alt+F9 on Windows 95)
Main Shortcuts

Alt + F6


Microsoft PowerPoint 2003 (Windows)
Next window
40 Shortcuts for Microsoft PowerPoint 2003 (Windows)

Ctrl + F6


Microsoft PowerPoint 2003 (Windows)
Switch to the next presentation window
40 Shortcuts for Microsoft PowerPoint 2003 (Windows)

Ctrl + F6


Total Commander 8 (Windows)
Sort by size
Main Shortcuts

Ctrl + F6


Access 2010 (Windows)
Cycle between open windows
Manage Access Features - Manage Windows

Ctrl + F6


Evernote (Windows)
Set note list to Mixed view
Main Application Shortcuts - Change View and Display

Ctrl + F6


Smartplant Review (Windows)
Save and Recall (View Operations)
Function Keys

Ctrl + F6


Microsoft Word 2007 (Windows)
Go to the next window.
Function key reference: CTRL+Function key

Ctrl + F6


UltraEdit (Windows)
Make the next document window active
Document Navigation Shortcuts

Ctrl + F6


Microsoft Word 2007 (Windows)
Move from an open dialog box back to the document, for dialog boxes such as Find and Replace that support this behavior.
Function key reference: ALT+Function key

Alt + F6


Visual Studio 2015 (Windows)
Go to next / go to previous window
Manage Visual Studio

Ctrl + F6 / Ctrl + Shift + F6


Android Emulator (Linux)
Volume down (or - on numeric keyboard with Num Lock off)
Other Device Keys

Ctrl + F6


GroupWise 2012 (Windows)
Toggle between the Main Window and the most recently opened item
Function keys

Alt+F6


Sublime Text (Windows)
Find next misspelling
Others

Ctrl + F6


Adobe Illustrator CS5 (Windows)
Navigate to next document
Viewing Artwork

Ctrl + F6


Access 2010 (Windows)
Cycle between open windows
Working with Text and Data - Manage Windows

Ctrl + F6


IntelliJ (Linux)
Change Signature
Editing

Ctrl + F6


IntelliJ (Windows)
Change Signature
Editing

Ctrl + F6


Microsoft PowerPoint 2010 (Windows)
When more than one window is open, switch to the next window.
Microsoft Office basics applicable to PowerPoint 2007

Ctrl + F6


Notepad2 (Windows)
Save copy...
File Menu

Ctrl + F6


Microsoft Word 2013 (Windows)
Switch between multiple Word documents
Manage Word Documents and View

Ctrl + F6


Axialis IconWorkshop (Windows)
Generate activation codes...
Edit Menu

Alt + F6


Audacity 2 (Windows)
Move forward through currently focused toolbar in Upper Toolbar dock area
Keyboard Focus

Ctrl + F6


Audacity 2 (Windows)
Move forward through modeless windows
Keyboard Focus

Alt + F6


Adobe Acrobat Pro (Windows)
Move to next open document (when focus is on document pane)
Navigation

Ctrl + F6


Access 2010 (Windows)
Cycle between open windows
Working with Access Views - Manage Windows

Ctrl + F6


Qt Creator (MacOS)
Run to selected function
Debugging

Ctrl + F6


Qt Creator (Windows)
Run to selected function
Debugging

Ctrl + F6


Notepad++ 6 (Windows)
Open file in another instance (name at cursor)
Run menu

Alt + F6


Sway 2016 (Windows)
Move between task pane, Storyline, toolbar, etc.
Main Navigation

Ctrl + F6


Console2 (Windows)
New tab 5
30 Shortcuts for Console2 (Windows)

Ctrl + F6


Access 2016 (Windows)
Cycle between windows
Windows/Content Switching/Navigation

Ctrl + F6


Microsoft Visio 2016 (Windows)
Zoom in
Window/Navigation Shortcut

Alt + F6


Access 2010 (Windows)
Cycle between open windows
The Rest - Manage Windows

Ctrl + F6


Microsoft PowerPoint 2016 (Windows)
Next window
Presentation Windows shortcuts

Ctrl + F6


Adobe Illustrator CC (Windows)
Go to next document
Viewing Artwork

Ctrl + F6


FileMaker Pro (Windows)
Cycle to the previous document window
Navigation and Window Display

Ctrl + F6


Dynamics NAV 2015 (Windows)
Collapse or expand the active frame
Edit

Alt + F6


Microsoft Word 2016 (Windows)
Go to the next window.
All Function Key Shortcuts

Ctrl + F6


Microsoft Word 2016 (Windows)
Move from an open dialog box back to the document, for dialog boxes such as Find and Replace that support this behavior.
All Function Key Shortcuts

Alt + F6


Act! CRM (Windows)
Switch focus between timer and current window
Navigation Shortcuts

Alt + F6


Microsoft Projects 2016 (Windows)
When more than one window is open, switch to the next window.
Switching between Windows

Ctrl + F6


Microsoft Excel 2016 (Windows)
Scroll between open workbooks
The Rest

Ctrl + F6


JetBrains PyCharm (Windows)
Change Signature
Refactoring

Ctrl + F6


Microsoft Teams (Windows)
Go to Next Section
General Shortcuts

Ctrl + F6


Corel Draw X8 (Windows)
Symbols manager
Dockers

Alt + F6


Corel Ventura 10 (Windows)
Go to Next/Previous Window
Cursor Movement

Ctrl + F6 / Ctrl + Shift + F6


Corel WordPerfect X8 (Windows)
Next Document
63 Shortcuts for Corel WordPerfect X8 (Windows)

Ctrl + F6


Corel Ventura 10 (Windows)
Switch to Next window
Zoom and View

Ctrl + F6


InCopy CC (Windows)
Go to Next window
Navigation Shortcuts

Ctrl + F6


WinSCP 5 (Windows)
Add/edit link
File Management

Alt + F6


MetaTrader MT4 (Windows)
Activate Next Chart Window
Function Key Shortcuts

Ctrl + F6


WinSCP 5 (Windows)
Sort files in the active panel by size
File Panels

Ctrl + F6


XYplorer (Windows)
Copy To Other Pane
Function key Shortcuts

Ctrl + F6


Vuze (Windows)
Tab to the Right (ignores sub tabs)
General Shortcuts

Ctrl + F6


Soundforge (Windows)
Go to the next data window
Magnification and View

Ctrl + F6


Aptana Studio 3 (Windows)
Next Editor Tab
Windows Shortcuts

Ctrl + F6


GOM Player (Windows)
Default Aspect Ratio
Aspect Ratio

Ctrl + F6


Jetbrains CLion (Windows)
Change Signature
Refactoring

Ctrl + F6


Siemens NX 11 (Windows)
Pause Movie
Tools Menu

Alt + F6


MPS 2017 (Windows)
Change the signature of the selected method and update all the corresponding method calls
Refactoring

Ctrl + F6


Delphi 10 (Windows)
Switches between source (.cpp) and header (.h)
193 Shortcuts for Delphi 10 (Windows)

Ctrl + F6


Tableau (Windows)
Cycle forward through open worksheets
General

Ctrl + F6


SolidWorks (Windows)
Next window
Miscellaneous Shortcuts

Ctrl + F6


Titanium (Windows)
Switch File in All Editor
Quick Access

Ctrl + F6


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

Ctrl + F6


CodeLite 10 (Windows)
Activate next (in Project tree)
View

Alt + F6


winIDEA
Run script and Wait
Tools

Ctrl + F6


Vivaldi
Untile tabs
Tab

Ctrl + F6


Wordfast Pro (Windows)
Next Editor
100 Shortcuts for Wordfast Pro (Windows)

Ctrl + F6


Xyplorer
Copy to Other Pane
Panes Menu

Ctrl + F6


Battlezone 98 Redux
Select player / mapped group
Unit grouping

Ctrl + F6


eMachineShop (Windows)
Contour
38 Shortcuts for eMachineShop (Windows)

Ctrl + F6


SuperMemo (Windows)
Next window
129 Shortcuts for SuperMemo (Windows)

Ctrl + F6


Tableau
Cycle forward through open worksheets
Managing workbooks, sheets, and files (Tableau Desktop)

Ctrl + F6


AVImark
Chart
Patient area

Ctrl + F6


Adobe Illustrator
Navigate to next document
View artwork

Ctrl + F6


QuickBooks Desktop
Move to the next open window and make it active. Note: Some windows, such as the Accountant Center, does not allow this
Opening Windows/List

Ctrl + F6


Siemens NX
Pause movie
Tools menu

Alt + F6


Tibia
(Attack) Hell's coore
Action bar

Ctrl + F6


Evernote for Windows
Card View
Application-wide

Ctrl + F6


Xfce
Stick window (show in all workspace)
Move window to workplace

Alt + F6


Adobe Bridge CC
Preview
Window menu

Ctrl + F6


Autodesk Stingray
Restart Editor engine
Miscellaneous

Ctrl + F6


PyCharm 2018.2
Change the signature of the selected method and update all the corresponding method calls.
Refactoring

Ctrl + F6


GeForce Experience and GeForce Now
Toggle camera on/off while broadcasting
Broadcasting

Alt + F6


Bluebeam Revu
Next document
Navigation

Ctrl + F6


Heroes of the Storm
Save a camera location
General

Ctrl + F6


BSPlayer
Fast rewind
Misc

Ctrl + F6


Microsoft FrontPage
Move through open dialog boxes.
Work with and manage Web pages

Alt + F6


GNOME
Switch windows of an app directly
Navigation

Alt + F6


LightWave 3D
Show / hide IK chains
Layout: General

Alt + F6


LightWave 3D
Volumetrics and fog options
Layout: General

Ctrl + F6


Microsoft FrontPage
When more than one window is open, switch to the next window.
Access and use windows

Ctrl + F6


Microsoft Word 2016
Go to the next window
Ctrl + Function keys

Ctrl + F6


Microsoft Word 2016
Move from an open dialog box back to the document, for dialog boxes that support this behavior
Alt + Function keys

Alt + F6


IntelliJ IDEA (Windows, Linux)
Change signature
Refactoring

Ctrl + F6


Microsoft Visual Studio 2017 (Most used shortcuts)
Window.NextDocumentWindow
Window

Ctrl + F6


NetBeans
Run unit test on file
Compiling, testing and running

Ctrl + F6


NetBeans
Run unit test on project
Compiling, testing and running

Alt + F6


GoldWave
Switches between Main window and Control window.
Main Window

Alt + F6


GoldWave
Switches between Sound windows.
Main Window

Ctrl + F6


PSPad
Makro3Play
Macros

Alt + F6


LibreOffice Base
Sets the focus (if not in design mode) to the first control. The first control is the first one listed in the Form Navigator
Control properties

Ctrl + F6


WordPerfect X8
Next Document
General

Ctrl + F6


WriteMonkey
Toggle inactive paragraphs fading on / off
General

Ctrl + F6


Microsoft Visual Studio 2017 (All shortcuts)
Window.NextDocumentWindow
Window

Ctrl + F6


Microsoft Visual Studio 2017 (All shortcuts)
Window.NextPane
Window

Alt + F6


Multi Commander
File - Unpack Files
Core shortcuts

Alt + F6


Qt Creator
Run to selected function
Debugging

Ctrl + F6


The Bat!
Redirect
Working with Messages

Ctrl + F6


Vuze
Tab to the right (ignores sub-tabs)
General

Ctrl + F6


The Bat!
Edit as new
Working with Messages

Alt + F6


Eclipse
Show the list of open editors, but switch immediately when you release <keybs>Ctrl</keybs>
Editor

Ctrl + F6


Microsoft Access 2016
Switch to the next or previous database window
Navigate in the Access workspace

Ctrl + F6


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

Ctrl + F6


SQL Server Management Studio (SSMS)
Cycle through the next MDI child windows
Windows management

Ctrl + F6


SQL Server Management Studio (SSMS)
Move to the next active window in Management Studio
Code editor

Alt + F6


7-Zip
Sort items by size
View menu

Ctrl + F6


GOM Player
Default aspect ratio
Aspect ratio

Ctrl + F6


Microsoft Excel 2016
Switches to the next workbook window when more than one workbook window is open
Function keys

Ctrl + F6


WinSCP
Add/edit link
Selected files

Alt + F6


WinSCP
Sort files in the active panel by size
File panels

Ctrl + F6


Notepad++
Open file in another instance (name at cursor)
Run menu

Alt + F6


DOSBox
Start/Stop recording sound output to a wave file (goes to capture folder)
General

Ctrl + F6


Mozilla Thunderbird
Move to next main UI element
Controlling the compose window

Ctrl + F6


Android Studio
Change signature
Refactoring

Ctrl + F6


Adobe Acrobat 2017 (Windows and Unix)
Move to next open document window (when focus is on document pane)
General navigating

Ctrl + F6


Notepad2
Save file copy
File

Ctrl + F6


Total Commander
Unpack from archive under cursor
Archiving

Alt + F6


Total Commander
Sort by size
File sorting

Ctrl + F6


Audacity
Move forward through currently focused toolbar in Upper Toolbar dock area, Track View and currently focused toolbar in Lower Toolbar dock area
Keyboard focus

Ctrl + F6


Audacity
Move forward through modeless windows, undocked Toolbars and the main project window
Keyboard focus

Alt + F6


Opera
Switch to next tab on tab bar
Tab keys: Switching

Ctrl + F6


Opera
Tile open tabs top to bottom
Tab keys: Arranging

Alt + F6


Gnome 3.0 (Linux)
Cycle through open windows of a single application without invoking the alt+tab switcher
Manage Windows and Workspaces

alt + f6


Microsoft Excel 2007 (Windows)
Switches to the next workbook window when more than one workbook window is open.
Function keys in Excel 2007

Ctrl + F6


Microsoft Word 2010 (Windows)
Switch between multiple Word documents
Manage Word Documents

Ctrl + F6


Scrivener 1.9.9
Insert current date and time
Editing

Ctrl + F6