NetBeans 8 (Windows)

Debugging

Start debugging main project

Ctrl + F5

All hotkeys for NetBeans 8 (Windows)

General Keyboard Shortcts
Search word at insert point

Ctrl + F3

General Keyboard Shortcts
Find next/previous in file

F3 / Shift + F3

General Keyboard Shortcts
Find/Replace in file

Ctrl + F / H

General Keyboard Shortcts
Find usages

Alt + F7

General Keyboard Shortcts
Find/replace in projects

Ctrl + Shift + F / H

General Keyboard Shortcts
Find usages results

Alt + Shift + U

General Keyboard Shortcts
Turn off search result highlights

Alt + Shift + H

General Keyboard Shortcts
Rename

Ctrl + R

General Keyboard Shortcts
Convert selection to uppercase

Ctrl + U , then U

General Keyboard Shortcts
Convert selection to lowercase

Ctrl + U , then L

General Keyboard Shortcts
Toggle case of selection

Ctrl +U, then S

General Keyboard Shortcts
Paste formatted

Ctrl + Shift + V

General Keyboard Shortcts
Show Clipboard History

Ctrl + Shift + D

General Keyboard Shortcts
Jump to quick search field

Ctrl + I

General Keyboard Shortcts
Copy file path

Alt + Shift + L

General Keyboard Shortcts
Go to type/file

Ctrl + O / Alt + Shift + O

General Keyboard Shortcts
Go to JUnit test

Ctrl + Shift + T

General Keyboard Shortcts
Go to source

Ctrl + Shift + B

General Keyboard Shortcts
Go to declaration

Ctrl + B

General Keyboard Shortcts
Go to line

Ctrl + G

General Keyboard Shortcts
Toggle add/remove bookmark

Ctrl + Shift + M

General Keyboard Shortcts
Next/previous bookmark

Ctrl + Shift + . / ,

General Keyboard Shortcts
Next/previous usage/compile error

Ctrl + . / ,

General Keyboard Shortcts
Select next/previous element

Alt + Shift + . / ,

General Keyboard Shortcts
Select in Projects/Files/Favorites

Ctrl + Shift + 1 / 2 / 3

General Keyboard Shortcts
Move caret to matching bracket

Ctrl + [

General Keyboard Shortcts
Next/previous word match

Ctrl + K / Ctrl + Shift + K

General Keyboard Shortcts
Go backward/forward/to last edit

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

General Keyboard Shortcts
Next/previous marked occurrence

Alt + Up Arrow / Down Arrow

Coding in C/C++
Go to declaration

Alt + Shift + C

Coding in C/C++
Evaluate expression

Ctrl + F9

Coding in Java
Generate code

Alt + Insert

Coding in Java
Fix all class imports

Ctrl + Shift + I

Coding in Java
Fix selected class's import

Alt + Shift + I

Coding in Java
Format selection (Indent)

Alt + Shift + F

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

Alt + Shift + Arrow Keys

Coding in Java
Rectangular Selection (Toggle)

Ctrl + Shift + R

Coding in Java
Copy lines up/down

Ctrl + Shift + Arrow Up / Arrow Down

Coding in Java
Inspect members/hierarchy

Ctrl / Alt + F12

Coding in Java
Add/remove comment lines

Ctrl + Shift + C / Ctrl + /

Coding in Java
Delete current line

Ctrl + E

Java Editor Code Templates
public static void main

psvm

Java Editor Code Templates
Enumeration

En

Java Editor Code Templates
Exception

Ex

Java Editor Code Templates
public static final

Psf

Java Editor Code Templates
public static final boolean

Psfb

Java Editor Code Templates
public static final int

Psfi

Java Editor Code Templates
public static final String

Psfs

Java Editor Code Templates
String

St

Java Editor Code Templates
abstract

ab

Java Editor Code Templates
assert true

as

Java Editor Code Templates
break

br

Java Editor Code Templates
boolean

bo

Java Editor Code Templates
catch

ca

Java Editor Code Templates
class

cl

Java Editor Code Templates
continue

cn

Java Editor Code Templates
double

db

Java Editor Code Templates
default

df

Java Editor Code Templates
equal

eq

Java Editor Code Templates
extends

ex

Java Editor Code Templates
public

pu

Java Editor Code Templates
private

pr

Java Editor Code Templates
protected

pe

Java Editor Code Templates
throws

th

Java Editor Code Templates
finally

fy

Java Editor Code Templates
implements

im

Java Editor Code Templates
interface

ie

Java Editor Code Templates
throw

tw

Java Editor Code Templates
import

ir

Java Editor Code Templates
length

le

Java Editor Code Templates
System.out.println()

sout

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

soutv

Java Editor Code Templates
while

wh

Java Editor Code Templates
volatile

vo

Java Editor Code Templates
instanceof

iof

Java Editor Code Templates
final

fi

Java Editor Code Templates
float

fl

Java Editor Code Templates
false

fa

Java Editor Code Templates
short

sh

Java Editor Code Templates
private static final

psf

Java Editor Code Templates
private static final boolean

psfb

Java Editor Code Templates
private static fianl int

psfi

Java Editor Code Templates
private static final String

psfs

Java Editor Code Templates
printStackTrace()

pst

Java Editor Code Templates
/**/

bcom

JSP Editor Code Templates
windows.alert()

al

JSP Editor Code Templates
break;

br

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

fun

JSP Editor Code Templates
windows.history

hi

JSP Editor Code Templates
document.write()

dw

JSP Editor Code Templates
${}equals

eq

JSP Editor Code Templates
${}false

fa

JSP Editor Code Templates
${}windows.location

lo

JSP Editor Code Templates
${}return

re

JSP Editor Code Templates
$()window

Win

JSP Editor Code Templates
${}caseCatch()

ca

JSP Editor Code Templates
catch

catch

JSP Editor Code Templates
windows.consoledebug()

cond

JSP Editor Code Templates
windows.console.info()

coni

JSP Editor Code Templates
windows.console.log()

conl

JSP Editor Code Templates
windows.console.warn()

conw

JSP Editor Code Templates
${}catch

ct

JSP Editor Code Templates
${}document

do

JSP Editor Code Templates
${}instanceof

iof

Compiling, Testing, and Running
Compile package/ file

F9

Compiling, Testing, and Running
Build main project

F11

Compiling, Testing, and Running
Clean and build main project

Shift + F11

Compiling, Testing, and Running
Set request parameters

Ctrl + Q

Compiling, Testing, and Running
Create Unit test

Ctrl + Shift + U

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

Ctrl + F6 / Alt + F6

Compiling, Testing, and Running
Run main project/file

F6 / Shift + F6

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

Ctrl + Tab ( Ctrl + ` )

Opening and Toggling between Views
Maximize window (toggle)

Shift + Esc

Opening and Toggling between Views
Close selected window

Ctrl + F4 / Ctrl + W

Opening and Toggling between Views
Close all windows

Ctrl + Shift + F4

Opening and Toggling between Views
Open contextual menu

Shift + F10

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

Ctrl + Page Up / Page Down

Opening and Toggling between Views
Reopen recently closed file

Ctrl + Alt + T

Opening and Toggling between Views
Toggle between editor types

Ctrl + Alt + Page Up / Page Down

Opening and Toggling between Views
Zoom text in / out

Alt +Mouse Wheel Up / Down

Opening and Toggling between Views
Toggle Inspect Mode

Ctrl + Shift + S

Debugging
Start debugging main project

Ctrl + F5

Debugging
Start debugging current file

Ctrl + Shift + F5

Debugging
Start debugging test for file

Ctrl + Shift + F6

Debugging
Stop/Continue debugging session

Shift + F5 / F5

Debugging
Run to cursor location in file

F4

Debugging
Step into/over

F7 / F8

Debugging
Step out

Ctrl + F7

Debugging
Go to called method

Ctrl + Alt +Up

Debugging
Go to calling method

Ctrl + Alt + Arrow Down

Debugging
Evaluate expression

Ctrl + F9

Debugging
Toggle breakpoint

Ctrl + F8

Debugging
New breakpoint

Ctrl + Shift + F8

Debugging
New watch

Ctrl + Shift + F7

Similar combinations for other applications


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

Ctrl + F5


Firefox (Linux)
Reload page with cache override
Inside Webpages

Ctrl + F5 / Ctrl + R


Firefox (Windows)
Reload page with cache override
Inside Webpages

Ctrl + F5 / Ctrl + R


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

Ctrl + F5 / Shift + F5


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

Ctrl + F5


SharpDevelop 4.0 (Windows)
Run application without debugger
Building Projects and Solutions

Ctrl + F5


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

Ctrl + F5 / Shift + F5


Mindjet Mindmanager 2012 (Windows)
Fit-to-screen
Most used - See maps better

Ctrl + F5


Total Commander 8 (Windows)
Sort by date/time
Main Shortcuts

Ctrl + F5


Mindjet Mindmanager 2012 (Windows)
Fit-to-screen
Reorganizing - See maps better

Ctrl + F5


Opera (Linux)
Reload without cache
Reload

Shift + F5 / Ctrl + F5


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

Ctrl + F5


Smartplant Review (Windows)
Refresh All
Function Keys

Ctrl + F5


Oracle SQL Developer 4 (Windows)
Watch
Debug

Ctrl + F5


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

Ctrl + F5


UltraEdit (Windows)
Convert selected text to lower case
Format Menu

Ctrl + F5


Visual Studio 2015 (Windows)
Bypass debugger
Build and Debug

Ctrl + F5


Microsoft PowerPoint 2010 (Windows)
Restore the size of the active window after you maximize it.
Microsoft Office basics applicable to PowerPoint 2007

Ctrl + F5


Beyond Compare (Windows)
Recompare files
Session Menu

Ctrl + F5


Beyond Compare (Windows)
Full refresh
Edit Menu

Ctrl + F5


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

Ctrl + F5


Google Slides (Windows)
Present slide
Working Point Navigation Action

Ctrl + F5


Microsoft Visio 2016 (Windows)
Restore the size of visio program
Window/Navigation Shortcut

Ctrl + F5


Microsoft PowerPoint 2016 (Windows)
Restore window to previous size
Presentation Windows shortcuts

Ctrl + F5


InDesign CC (Windows)
Update Content
Edit Menu shortcuts

Ctrl + F5


Dynamics AX 2015 (Windows)
Cancel changes and restore the active record.
Working with Forms

Ctrl + F5


Dynamics CRM 2015 (Windows)
Restores the active snap-in console window.
MMC Active Window Shortcuts

Ctrl + F5


Act! CRM (Windows)
Refresh
Activity Shortcuts

Ctrl + F5


Microsoft Projects 2016 (Windows)
Restore the size of the active window after you maximize it.
Switching between Windows

Ctrl + F5


Corel Draw X8 (Windows)
Graphic and text style
Dockers

Ctrl + F5


Corel WordPerfect X8 (Windows)
Draft View
63 Shortcuts for Corel WordPerfect X8 (Windows)

Ctrl + F5


DAZ Studio (Windows)
Interrupt script
Script Commands

Ctrl + F5


Corel WordPerfect X8 (Windows)
View Draft
63 Shortcuts for Corel WordPerfect X8 (Windows)

Ctrl + F5


Opera (Windows)
Reload all open pages
Transmission Loading

Ctrl + F5


Microsoft Excel 2016 (MacOS)
Move to the Search Sheet dialog
The following table provides the function key shortcuts for Excel 2016 for Mac*

Ctrl + F5


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

Ctrl + F5


XYplorer (Windows)
Refresh and Reset File List
Function key Shortcuts

Ctrl + F5


Soundforge (Windows)
Restore the active data window
Magnification and View

Ctrl + F5


CA Client Automation (Windows)
Add Watch
Debug Menu

Ctrl + F5


Maxthon (Web Application)
Refresh
Refresh

Ctrl + F5


Pegasus Mail (Web Application)
Wrap long lines in the message (setting is sticky )
Message Reader

Ctrl + F5


MPS 2017 (Windows)
Repeat execution with the same settings, with the same tab of the Run tool window having the focus
Running and Debugging

Ctrl + F5


GOM Player (Windows)
Keep Aspect Ratio
Aspect Ratio

Ctrl + F5


Delphi 10 (Windows)
Add Watch
193 Shortcuts for Delphi 10 (Windows)

Ctrl + F5


Xamarin Studio (MonoDevelop) (Windows)
Start without Debugging
Project

Ctrl + F5


Comodo IceDragon (Windows)
Reload (Override cache)
Navigating Through Webpages

Ctrl + F5


Xyplorer
Convert selected text to lower case
Other Shortcuts

Ctrl + F5


FEKO (Windows)
Back view
CADFEKO and POSTFEKO : View Operations

Ctrl + F5


FEKO (Linux)
Back view
CADFEKO and POSTFEKO : View Operations

Ctrl + F5


Chromebook (Linux)
Take a screenshot of the current page
34 Shortcuts for Chromebook (Linux)

Ctrl + Window switcher key 1 / Ctrl + F5


IRONCAD (Windows)
Window zoom
Camera Function Keys Assignment

Ctrl + F5


Ulead PhotoImpact 8 (Windows)
Toggles between showing or hiding the base image and the Web background
View Menu

Ctrl + F5


KiCad 5.0.2
Zoom to Selection
Page Layout Editor

Ctrl + F5


Battlezone 98 Redux
Select player / mapped group
Unit grouping

Ctrl + F5


Brave Browser (Windows)
Clean Reload
Page Navigation and Display

Ctrl + F5


MindManager v19 (Windows)
Fit-to-screen
Most used - See maps better

Ctrl + F5


SuperMemo (Windows)
Restore default windows layout
129 Shortcuts for SuperMemo (Windows)

Ctrl + F5


NetSuite
Refresh current page. Useful on the dashboards
Other

Ctrl + F5


MindManager v19 (Windows)
Fit-to-screen
Reorganizing - See maps better

Ctrl + F5


Lacerte
Open Appointment Manager
Clients, Detail, Forms and Diagnostics screens

Ctrl + F5


AVImark
Doctor’s Instructions
Medical history

Ctrl + F5


Altium Designer (Windows)
Add Watch
Embedded Software Editor (.c]then[.asm) Shortcuts

Ctrl + F5


Altium Designer (Windows)
Run simulation for the last time step
VHDL Editor Shortcuts

Ctrl + F5


Tibia
(Attack) GEB
Action bar

Ctrl + F5


Evernote for Windows
Snippet View
Application-wide

Ctrl + F5


PyCharm 2018.2
Repeat execution with the same settings, with the same tab of the Run tool window having the focus.
Running and debugging

Ctrl + F5


Adobe Bridge CC
Keywords
Window menu

Ctrl + F5


PureSync
Compare binary (contents)
View menu

Ctrl + F5


CorelDRAW Graphics Suite 2018
Graphic and Text Styles
General

Ctrl + F5


Bluebeam Revu
Toggle dimmer switch
Miscellaneous

Ctrl + F5


Heroes of the Storm
Save a camera location
General

Ctrl + F5


BSPlayer
Fast forward
Misc

Ctrl + F5


LightWave 3D
Backdrop options
Layout: General

Ctrl + F5


Chromebook and Chrome OS
Take a screenshot
Popular shortcuts

Ctrl + F5


Microsoft Visual Studio 2017 (Most used shortcuts)
Debug.StartWithoutDebugging
Debug

Ctrl + F5


Microsoft Visual Studio 2017 (All shortcuts)
Debug.StartWithoutDebugging
Debug

Ctrl + F5


Comodo IceDragon
Reload (Override cache)
Navigate Through Webpages

Ctrl + F5


NetBeans
Start debugging main project
Debugging

Ctrl + F5


PSPad
MakroRecord
Macros

Ctrl + F5


WordPerfect X8
View Draft
General

Ctrl + F5


WinHex
Directory browser
Options menu

Ctrl + F5


Maxthon
Refresh
Refresh

Ctrl + F5


Delphi
Add Watch
General

Ctrl + F5


The Bat!
Reply
Working with Messages

Ctrl + F5


Firefox Quantum
Reload (override cache)
Navigation

Ctrl + F5


Chrome DevTools
Hard reload
Global shortcuts

Ctrl + F5


PeaZip
Extract selected
Functional keys

Ctrl + F5


7-Zip
Sort items by date
View menu

Ctrl + F5


GOM Player
Keep aspect ratio
Aspect ratio

Ctrl + F5


SQL Server Management Studio (SSMS)
Parse the selected portion of the query editor or the entire query editor if nothing is selected
Code editor

Ctrl + F5


CoffeeCup HTML Editor
Test with favorite browser
Tools

Ctrl + F5


Microsoft Excel 2016
Restores the window size of the selected workbook window
Function keys

Ctrl + F5


WinSCP
Sort files in the active panel by modification time
File panels

Ctrl + F5


DOSBox
Save a screenshot (goes to capture folder)
General

Ctrl + F5


Opera
Reload all open pages
Loading keys: Transmission

Ctrl + F5


Total Commander
Sort by date and time
File sorting

Ctrl + F5


Notepad2
Time/date (short form)
Insert

Ctrl + F5


Internet Explorer (Windows)
Refresh the current webpage with cache override.
Navigate Webpages in IE8

Ctrl + F5


Microsoft Excel 2007 (Windows)
Restores the window size of the selected workbook window.
Function keys in Excel 2007

Ctrl + F5


Adobe After Effects CS5 (Windows)
Purge snapshot
Previews

Ctrl + F5 / F6 / F7 / F8


Scrivener 1.9.9
Open in external editor
Documents

Ctrl + F5