NetBeans 8 (Windows)

Debugging

Toggle breakpoint

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


Open Office Writer 3 (Linux)
Compile file
Building Projects

Ctrl + F8


KDevelop (Linux)
Compile file
Building Projects

Ctrl + F8


Eclipse Helios (Windows)
Switch forward / backward between perspectives
The Rest

Ctrl + F8 / Ctrl + Shift + F8


Inpage (Windows)
To move downward baseline of selected text
For formatting

Ctrl + F8


Total Commander 8 (Windows)
Display directory tree
Main Shortcuts

Ctrl + F8


Access 2010 (Windows)
Turn on Resize mode for the active window when it is not maximized; press the arrow keys to resize the window
Manage Access Features - Manage Windows

Ctrl + F8


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

Ctrl + F8


Smartplant Review (Windows)
Surface Measurement
Function Keys

Ctrl + F8


Evernote (Windows)
Toggle display of note editing toolbar
Note Editor

Ctrl + F8


Oracle SQL Developer 4 (Windows)
Compile
PL/SQL Editor

Ctrl + F8


UltraEdit (Windows)
Toggle Tag List
View Menu

Ctrl + F8


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

Ctrl + F8


Access 2010 (Windows)
Turn on Resize mode for the active window when it is not maximized; press the arrow keys to resize the window
Working with Text and Data - Manage Windows

Ctrl + F8


Microsoft PowerPoint 2010 (Windows)
When a document window is not maximized, perform the Size command (on the Control menu for the window). Press the arrow keys to resize the window and when finished, press ESC.
Microsoft Office basics applicable to PowerPoint 2007

Ctrl + F8


IntelliJ (Linux)
Toggle breakpoint
Debugging

Ctrl + F8


IntelliJ (Windows)
Toggle breakpoint
Debugging

Ctrl + F8


Gwenview (Linux)
Move an image.
30 Shortcuts for Gwenview (Linux)

Ctrl + F8


FL Studio (Windows)
Open Plugin Picker
Window Navigation

Ctrl + F8


Axialis IconWorkshop (Windows)
Check for updates...
Help Menu

Ctrl + F8


Microsoft Excel 2013 (Windows)
Perform size command for workbook windows which are not maximzed
Manage Multiple Workbooks

Ctrl + F8


Access 2010 (Windows)
Turn on Resize mode for the active window when it is not maximized; press the arrow keys to resize the window
Working with Access Views - Manage Windows

Ctrl + F8


Microsoft Excel 2010 (Windows)
Perform size command for workbook windows which are not maximzed.
Manage Multiple Workbooks

Ctrl + F8


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

Ctrl + F8


Access 2010 (Windows)
Turn on Resize mode for the active window when it is not maximized; press the arrow keys to resize the window
The Rest - Manage Windows

Ctrl + F8


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

Ctrl + F8


FileMaker Pro (Windows)
Halt Script command
Script Debugger (Pro Advanced Only)

Ctrl + F8


JetBrains PyCharm (Windows)
Toggle Breakpoint
Debugging

Ctrl + F8


JetBrains RubyMine (Windows)
Toggle Breakpoint
Debugging

Ctrl + F8


JetBrains RubyMine (Linux)
Toggle Breakpoint
Debugging

Ctrl + F8


JetBrains PhpStorm (Windows)
Toggle Breakpoint
Debugging

Ctrl + F8


JetBrains PhpStorm (Linux)
Toggle Breakpoint
Debugging

Ctrl + F8


Adobe Dreamweaver (Windows)
Check Links Sitewide
Site Management

Ctrl + F8


Corel WordPerfect X8 (Windows)
Margins
63 Shortcuts for Corel WordPerfect X8 (Windows)

Ctrl + F8


HTML-Kit (Windows)
Preview as You Type
87 Shortcuts for HTML-Kit (Windows)

Ctrl + F8


Corel Draw X8 (Windows)
Convert text
Font Formatting

Ctrl + F8


Corel PhotoPaint X6 (Windows)
Brush Settings
Dockers

Ctrl + F8


Corel Draw X8 (Windows)
Convert text state
Text Formatting

Ctrl + F8


Corel Quattro Pro X8 (Windows)
Separates Group into Individual Cells
Function Keys

Ctrl + F8


Corel Ventura 10 (Windows)
Spelling
General Shortcuts

Ctrl + F8


WinSCP 5 (Windows)
Sort files in the active panel by owner (remote panel only)
File Panels

Ctrl + F8


XYplorer (Windows)
Show Catalog
Function key Shortcuts

Ctrl + F8


Jetbrains CLion (Windows)
Toggle breakpoint
Debugging

Ctrl + F8


Soundforge (Windows)
Toggle auto snap to grid
Data Window

Ctrl + F8


Teamcenter (Windows)
Switch between Open Perspective
Miscellaneous Shortcuts

Ctrl + F8 / Ctrl + Shift + F8


MPS 2017 (Windows)
Toggle breakpoint at the current line
Running and Debugging

Ctrl + F8


Siemens NX 11 (Windows)
Reset Orientation
View Menu

Ctrl + F8


GOM Player (Windows)
16:9 (HDTV)
Aspect Ratio

Ctrl + F8


Xamarin Studio (MonoDevelop) (Windows)
Rebuild All
Project

Ctrl + F8


Libreoffice Writer (Windows)
Field shadings on / off
Function Keys

Ctrl + F8


Vegas Pro 14 (Windows)
Snap to grid
Timeline and Track List

Ctrl + F8


Titanium (Windows)
Switch Perspective
Quick Access

Ctrl + F8


RStudio (Windows)
Sync editor & pdf preview
Views

Ctrl + F8


CuteFTP (Windows)
Open/close the Quick Connect toolbar
General

Ctrl + F8


Vivaldi
Tile horizontally
Tab

Ctrl + F8


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

Ctrl + F8


IRONCAD (Windows)
Activate the internal software renderer (Only active is all documents are closed)
Camera Function Keys Assignment

Ctrl + F8


Ulead PhotoImpact 8 (Windows)
Toggles between showing or hiding the marquee
View Menu

Ctrl + F8


Xyplorer
Show Catalog
Window Menu

Ctrl + F8


Cobalt (Windows)
Ind 8
70 Shortcuts for Cobalt (Windows)

Ctrl + F8


Battlezone 98 Redux
Group weapon
Weapons

Ctrl + F8


RStudio
Sync Editor & PDF Preview
Views

Ctrl + F8


SuperMemo (Windows)
Download Remote Images reffered to HTML Components
129 Shortcuts for SuperMemo (Windows)

Ctrl + F8


Altium Designer (Windows)
Run simulation to a specified time
VHDL Editor Shortcuts

Ctrl + F8


Nuclide (Linux)
Shows the process launch UI where you will choose the process on which you would like to debug (e.g., a Node process, etc.)
Debugger

Ctrl + F8


Siemens NX
Reset orientation
View menu

Ctrl + F8


Nimbus Capture (PC)
Pause or resume record
Global

Ctrl + F8


Tibia
(Attack) Sudden death
Action bar

Ctrl + F8


Evernote for Windows
Side List View
Application-wide

Ctrl + F8


PyCharm 2018.2
Toggle breakpoint at the current line.
Running and debugging

Ctrl + F8


Adobe Illustrator
Show/hide Info panel
Function keys

Ctrl + F8


CorelDRAW Graphics Suite 2018
Convert
General

Ctrl + F8


Heroes of the Storm
Save a camera location
General

Ctrl + F8


Metapad
Untabified
Convert selected

Ctrl + F8


PDF-XChange Editor
Show/Hide all toolbars and menus
General

Ctrl + F8


LightWave 3D
Image processing
Layout: General

Ctrl + F8


IntelliJ IDEA (Windows, Linux)
Toggle breakpoint
Debugging

Ctrl + F8


GoldWave
Stops recording.
Main Window

Ctrl + F8


NetBeans
Toggle breakpoint
Debugging

Ctrl + F8


LibreOffice Writer
Field shadings on / off
Function keys

Ctrl + F8


LibreOffice Calc
Highlights cells containing values
Function keys

Ctrl + F8


WordPerfect X8
Margins
Formatting

Ctrl + F8


FileMaker
Halt Script command
FileMaker Pro Advanced: Script Debugger

Ctrl + F8


Microsoft Access 2016
Turn on Resize mode for the active window when it is not maximized (press the arrow keys to resize the window, and then, to apply the new size, press Enter)
Navigate in the Access workspace

Ctrl + F8


GOM Player
16:9 (HDTV)
Aspect ratio

Ctrl + F8


Microsoft Excel 2016
Performs the Size command when a workbook is not maximized
Function keys

Ctrl + F8


WinSCP
Sort files in the active panel by owner (remote panel only)
File panels

Ctrl + F8


DOSBox
Increase frameskip
General

Ctrl + F8


Android Studio
Toggle breakpoint
Debugging

Ctrl + F8


HeidiSQL
Automatically reformat disordered SQL in active editor to make it more readable
SQL

Ctrl + F8


Opera
Toggle address bar
Bars

Ctrl + F8


Microsoft Excel 2007 (Windows)
Performs the Size command (on the Control menu for the workbook window) when a workbook is not maximized.
Function keys in Excel 2007

Ctrl + F8