NetBeans 8 (Windows)

General Keyboard Shortcts

Search word at insert point

Ctrl + F3

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


Visual Studio 2015 (Windows)
Find next / find previous in selected text
Code Editor - Find, Replace, and Goto

Ctrl + F3 / Ctrl + Shift + F3


Android Emulator (Windows)
Camera Button (or Ctrl+5 on numeric keyboard with Num Lock off)
Other Device Keys

Ctrl + F3


SharpDevelop 4.0 (Windows)
Find next selected
Find/Replace

Ctrl + F3


Microsoft Word 2007 (Windows)
Cut to the Spike.
Edit and move text and graphics: Delete text and graphics

Ctrl + F3


Microsoft Word 2007 (Windows)
Cut to the Spike.
Edit and move text and graphics: Copy and move text and graphics

Ctrl + F3


Microsoft Excel 2003 (Windows)
Define a new name
Common

Ctrl + F3


Microsoft Excel 2010 (Windows)
Define a name or dialog.
Work with Data Selections - Names

Ctrl + F3


Visual Studio 2015 (Windows)
Find next / find previous in selected text
Coding - Find, Replace, and Goto

Ctrl + F3 / Ctrl + Shift + F3


Mindjet Mindmanager 2012 (Windows)
Collapse-and-center
Most used - See maps better

Ctrl + F3


Notepad++ 5 (Windows)
Select and find next
Search

Ctrl + F3


Open Office Impress (Linux)
Exit group.
Function Keys

Ctrl + F3


Total Commander 8 (Windows)
Sort by name
Main Shortcuts

Ctrl + F3


Mindjet Mindmanager 2012 (Windows)
Collapse-and-center
Reorganizing - See maps better

Ctrl + F3


Visual Studio 2015 (Windows)
Find next / find previous in selected text
Code Snippets (Visual C# Scheme) - Find, Replace, and Goto

Ctrl + F3 / Ctrl + Shift + F3


Microsoft Excel 2010 (Windows)
Define a name or dialog.
Insert and Edit Data - Names

Ctrl + F3


Smartplant Review (Windows)
Move Display Set
Function Keys

Ctrl + F3


Microsoft Word 2007 (Windows)
Cut to the Spike.
Function key reference: CTRL+Function key

Ctrl + F3


Sublime Text (Windows)
Find under
Find and Replace

Ctrl + F3


Oracle SQL Developer 4 (Windows)
Find Next/ Prevoius Word at Cursor
Search

Ctrl + F3 / Ctrl + Shift + F3


UltraEdit (Windows)
Repeat last find toward beginning of file
Search Menu

Ctrl + F3


Android Emulator (Linux)
Camera Button
Other Device Keys

Ctrl + F3


Microsoft Excel 2010 (Windows)
Define a name or dialog.
Format Data - Names

Ctrl + F3


Axialis IconWorkshop (Windows)
Add to the Librarian as image object...
File Menu

Ctrl + F3


Microsoft Excel 2010 (Windows)
Define a name or dialog.
Formulas and Names - Names

Ctrl + F3


Qt Creator (MacOS)
Find next / Find previous occurrence of selected text
Editor

Ctrl + F3 / Ctrl + Shift + F3


Qt Creator (Windows)
Find next / Find previous occurrence of selected text
Editor

Ctrl + F3 / Ctrl + Shift + F3


Notepad++ 6 (Windows)
Select and Find Next (was Find (Volatile) Next prior to v5.6.5)
Search menu

Ctrl + F3


Sonar 2015 (Windows)
Playback metronome on/off
Transport

Ctrl + F3


Microsoft Excel 2010 (Windows)
Define a name or dialog.
The Rest - Names

Ctrl + F3


Microsoft Excel 2013 (Windows)
Define a name or dialog
Lesser Used Shortcuts

Ctrl + F3


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

Ctrl + F3


Zoho Sheet (Windows)
Names Ranges
Actions

Ctrl + F3


Dynamics NAV 2015 (Windows)
Select Search pages
Documentaion

Ctrl + F3


Microsoft Word 2016 (Windows)
Cut to the Spike.
All Function Key Shortcuts

Ctrl + F3


Silhouette Studio (Windows)
Registration marks window
Cutting

Ctrl + F3


Microsoft Excel 2016 (Windows)
Define a name or dialog
The Rest

Ctrl + F3


Blender 3D (Windows)
Save A Scrrendump of Active Window
Universal

Ctrl + F3


Adobe Dreamweaver (Windows)
Properties
Windows

Ctrl + F3


Corel PhotoPaint X6 (Windows)
Recorder
Dockers

Ctrl + F3


Opera (Windows)
View page source
Source

Ctrl + F3


Chief Architect (Windows)
CAD to Walls
View Mode

Ctrl + F3


Corel Quattro Pro X8 (Windows)
Create Named Cell or Cell Area
Function Keys

Ctrl + F3


InCopy CC (Windows)
Replace selected text with Change To text
Find and Replace

Ctrl + F3


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

Ctrl + F3


XYplorer (Windows)
Show All Items In Branch
Function key Shortcuts

Ctrl + F3


MPS 2017 (Windows)
Search in the editor for the word where the caret is currently located
Search

Ctrl + F3


Libreoffice Writer (Windows)
Edit AutoText
Function Keys

Ctrl + F3


Xamarin Studio (MonoDevelop) (Windows)
Find Next Selection
Search

Ctrl + F3


Gnumeric (Windows)
Opens the Define Name dialog window
21 Shortcuts for Gnumeric (Windows)

Ctrl + F3


Rhino (Windows)
SetMaximizedViewport > Right
Default Shortcuts

Ctrl + F3


Soundforge (Windows)
Find next instance of the selected text
Script Editor

Ctrl + F3


RStudio (Windows)
Use selection for find
Source

Ctrl + F3


CodeLite 10 (Windows)
Find selection.
Editor

Ctrl + F3


CodeLite 10 (Windows)
Goto next changed line
Search

Ctrl + F3


winIDEA
Initialize and download to emulator
Debug

Ctrl + F3


Xyplorer
Show All Items In Branch
Edit Menu

Ctrl + F3


Ulead PhotoImpact 8 (Windows)
Toggles between showing or hiding the Text / Path Panel
View Menu

Ctrl + F3


Ulead PhotoImpact 8 (Windows)
Show/Hide Brush Panel/Text/Path/Slice/Image Map Panel
Miscellaneous

Ctrl + F3


RStudio
Use Selection for Find
Source

Ctrl + F3


Battlezone 98 Redux
Select player / mapped group
Unit grouping

Ctrl + F3


MindManager v19 (Windows)
Collapse-and-center
Most used - See maps better

Ctrl + F3


SuperMemo (Windows)
Search Web for currently selected phrase
129 Shortcuts for SuperMemo (Windows)

Ctrl + F3


MindManager v19 (Windows)
Collapse-and-center
Reorganizing - See maps better

Ctrl + F3


Pharaoh
Creates an F3 bookmark at the current map location
Bookmarks

Ctrl + F3


Altium Designer (Windows)
Finish the current debug session
Embedded Software Editor (.c]then[.asm) Shortcuts

Ctrl + F3


Altium Designer (Windows)
End current simulation session
VHDL Editor Shortcuts

Ctrl + F3


Altium Designer (Windows)
Stop script execution
Scripting Editor Shortcuts

Ctrl + F3


Siemens NX
Clear rotation reference
View > Popup

Ctrl + F3


Feedreader
Add new folder
General

Ctrl + F3


Tibia
(Healing / Support) Desintegrate
Action bar

Ctrl + F3


Adobe Bridge CC
Metadata
Window menu

Ctrl + F3


PyCharm 2018.2
Search in the editor for the word where the caret is currently located.
Search

Ctrl + F3


Citrix Receiver
Display the Windows Task Manager (similar to CTRL+SHIFT+ESC)
Citrix Receiver Client

Ctrl + F3


Bluebeam Revu
Import markups
Advanced text

Ctrl + F3


CorelDRAW Graphics Suite 2018
Symbol Manager
General

Ctrl + F3


Metapad
Find next word
File format

Ctrl + F3


Atom (Windows)
(Source: Find And Replace) find-and-replace:find-next-selected
All shortcuts

Ctrl + F3


Microsoft FrontPage
Find the next occurrence of the current selection.
Work with and manage Web pages

Ctrl + F3


Microsoft Word 2016
Cut to the Spike
Ctrl + Function keys

Ctrl + F3


KDE Plasma Desktop
Switch to Desktop 3
Working with Activities and Virtual Desktops

Ctrl + F3


E-Sword
Commentary maximized
General

Ctrl + F3


Microsoft Visual Studio 2017 (Most used shortcuts)
Edit.FindNextSelected
Edit

Ctrl + F3


NetBeans
Search word at insert point
Finding, searching, and replacing

Ctrl + F3


Microsoft Visual Studio 2017 (All shortcuts)
Edit.FindNextSelected
Edit

Ctrl + F3


LibreOffice Impress
Exit Group
Function keys

Ctrl + F3


LibreOffice Draw
Close group editor
Function keys for drawings

Ctrl + F3


LibreOffice Calc
Opens the Define Names dialog
Function keys

Ctrl + F3


LibreOffice Writer
Edit AutoText
Function keys

Ctrl + F3


WriteMonkey
Find under
Find & Replace

Ctrl + F3


Qt Creator
Find next occurrence of selected text
Editing

Ctrl + F3


Python IDLE for Windows
Find selection
Edit menu

Ctrl + F3


WinMerge
Find selected text in file
Find and replace

Ctrl + F3


PeaZip
Non recursive search here
Navigation

Ctrl + F3


7-Zip
Sort items by name
View menu

Ctrl + F3


CoffeeCup HTML Editor
Update project pages
Library

Ctrl + F3


Notepad++
Select and find next
Search menu

Ctrl + F3


WinSCP
Sort files in the active panel by name
File panels

Ctrl + F3


SQL Server Management Studio (SSMS)
Find the next occurrence of the currently selected text
Search

Ctrl + F3


Opera
View page source
Source

Ctrl + F3


Total Commander
Sort by name
File sorting

Ctrl + F3


Notepad2
Find next word or selection
Find and replace

Ctrl + F3


Open Office Impress (Windows)
Exit group.
Function Keys

Ctrl + F3


Microsoft Excel 2007 (Windows)
Display the Name Manager, create new names.
Function keys in Excel 2007

Ctrl + F3


InDesign CS5 (Windows)
Replace selection with Change To text
Managing Text

Ctrl + F3


Microsoft Word 2010 (Windows)
Cut to the Spike (separate clipboard)
Undo, Copy and Paste

Ctrl + F3


DBeaver 6.0.3
Open new SQL editor for current connection (***). Always creates new script
Database Navigator

Ctrl + F3


Scrivener 1.9.9
Find by format dialog
Editing

Ctrl + F3