NetBeans 8 (Windows)

General Keyboard Shortcts

Show Clipboard History

Ctrl + Shift + D

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


SharpDevelop 4.0 (Windows)
Delete from cursor to end of line
Standard Editor Shortcuts

Ctrl + Shift + D


Firefox (Linux)
Bookmark all tabs. In the "create in" menu, use alt+down to choose bookmark destination
Bookmarks

Ctrl + Shift + D


Firefox (Windows)
Bookmark all tabs. In the "create in" menu, use alt+down to choose bookmark destination
Bookmarks

Ctrl + Shift + D


Google Chrome (Windows)
Saves all open pages as bookmarks in a new folder
Bookmarks Shortcuts

Ctrl + Shift + D


Google Chrome (Linux)
Saves all open pages as bookmarks in a new folder
Bookmarks Shortcuts

Ctrl + Shift + D


Access 2010 (Windows)
Add new total field using standard deviation summary
Manage Access Features - Pivot Table

Ctrl + Shift + D


Microsoft Word 2007 (Windows)
Double-underline text.
Character and paragraph formatting Apply character formats

Ctrl + Shift + D


Oracle SQL Developer 4 (Windows)
Duplicate the Line
Code Editor

Ctrl + Shift + D


Sublime Text (Windows)
Duplicate line or selection
Cool Text Manipulation

Ctrl + Shift + D


Photoshop Lightroom 4 (Windows)
Select only active photo
Comparing photos in the Library module

Ctrl + Shift + D


Microsoft Outlook 2010 (Windows)
Dial new call
Contacts Shortcuts

Ctrl + Shift + D


Access 2010 (Windows)
Add new total field using standard deviation summary
Working with Text and Data - Pivot Table

Ctrl + Shift + D


Texmaker 4.0.2 (Windows)
Subscript
"Math" menu

Ctrl + Shift + D


Directory Opus (Windows)
Details
View Menu

Ctrl + Shift + D


Presonus Studio One (Windows)
Deselect all on tracks
Edit Menu

Ctrl + Shift + D


Microsoft PowerPoint 2010 (Windows)
Duplicates active slide
Others

ctrl+shift+d


Microsoft Word 2013 (Windows)
Apply/remove double-underline
Format Text and Paragraph

Ctrl + Shift + D


Autodesk Maya 2015 (Windows)
Edit - Duplicate Special
Edit Operation

Ctrl + Shift + D


Access 2010 (Windows)
Add new total field using standard deviation summary
Working with Access Views - Pivot Table

Ctrl + Shift + D


Atom (text editor) 1.0 (Linux)
Duplicate line
Editing Lines

Ctrl + Shift + d


Atom (text editor) 1.0 (Windows)
Duplicate line
Editing Lines

Ctrl + Shift + D


Amazon Music Player (Windows)
Computer / Desktop Library
13 Shortcuts for Amazon Music Player (Windows)

Ctrl + Shift + D


Adobe Acrobat Pro (Windows)
Delete pages
Tools

Ctrl + Shift + D


Camtasia 8 (Windows)
ScreenDraw
Recorder Hotkeys

Ctrl + Shift + D


Prezi (Web Application)
Duplicates and flips your content, creating a mirrored version of your content (works for images and arrows but not text).
Editing

Ctrl + Shift + D


Camtasia 8 (Windows)
Enable ScreenDraw
Screen Draw Hotkeys

Ctrl + Shift + D


Skype for Business (Lync) 2016 (Windows)
Display the Dial pad
Call Control

Ctrl + Shift + D


Autodesk Maya 2017 (Windows)
Edit - Duplicate Special
Edit Operation

Ctrl + Shift + D


Photoshop Lightroom CC (Windows)
Select only active photo
Comparing Photos in the Library Module

Ctrl + Shift + D


Access 2010 (Windows)
Add new total field using standard deviation summary
The Rest - Pivot Table

Ctrl + Shift + D


Microsoft Visio 2016 (Windows)
Turn on/off double underline
Format text

Ctrl + Shift + D


Microsoft Outlook 2016 (Windows)
Delete and Ignore a Conversation
Mail

Ctrl + Shift + D


Adobe After Effects CC (Windows)
Split selected Layers (If no Layers are selected, split all Layers.)
Layers

Ctrl + Shift + D


Adobe Premiere CC (Windows)
Audio transition
Clipping Shortcuts

Ctrl + Shift + D


Microsoft Outlook 2016 (Windows)
Dial a new call
People

Ctrl + Shift + D


FileMaker Pro (Windows)
Open the Manage Database dialog box
General keyboard shortcuts (Windows)

Ctrl + Shift + D


InDesign CC (Windows)
Links
Panels

Ctrl + Shift + D


ArchiCAD 20 (Windows)
Drag a copy
Edit Menu Commands

Ctrl + Shift + D


3D Coat (Windows)
Duplicate Layer
Layers Operations

Ctrl + Shift + D


Hexagon 2 (Windows)
Unclone Selection
Pan Selection and editor Shortcuts

Ctrl + Shift + D


Adobe After Effects CC (Windows)
Duplicate render item with same output filename as original
Saving, Exporting, and Rendering

Ctrl + Shift + D


Dynamics NAV 2015 (Windows)
Show dimensions
Edit

Ctrl + Shift + D


Ace Projects (Windows)
Duplicate selection
Selection Shortcuts

Ctrl + Shift + D


Act! CRM (Windows)
Reschedule Activity
Activity Shortcuts

Ctrl + Shift + D


Sublime Text (Linux)
Duplicate Lines
General Editing Shortcuts

Ctrl + Shift + D


Adobe Dreamweaver (Windows)
Delete line (s)
Coding Shortcuts

Ctrl + Shift + D


Cloud9 (Windows)
Duplicate Selection
Code Manipulation

Ctrl + Shift + D


JetBrains AppCode (MacOS)
Debug Context Configuration from Editor
Compile and Run

Ctrl + Shift + D


Adobe RoboHelp (Windows)
Format Paragraph Menu
Text Formatting

Ctrl + Shift + D


JetBrains PhpStorm (MacOS)
Run Context editor from Editor
Compile and Run

Ctrl + Shift + R / Ctrl + Shift + D


Corel Ventura 10 (Windows)
Double Underline
Text Formatting

Ctrl + Shift + D


Microsoft Word 2016 (MacOS)
Insert a DATE field
Work with fields

Ctrl + Shift + D


Opera (Windows)
Save as new bookmark in active bookmark folder
Access Loading

Ctrl + Shift + D


Corel Draw X8 (Windows)
Apply drop cap
Text Formatting

Ctrl + Shift + D


Opera (Windows)
Save selected link as new bookmark
Link

Ctrl + Shift + D


Clip Studio Paint (Manga Studio) (Windows)
Convert Selection to Layer
Selection Shortcuts

Ctrl + Shift + D


Brackets (Windows)
Delete Line
99 Shortcuts for Brackets (Windows)

Ctrl + Shift + D


Flock (Windows)
Star and tag
General

Ctrl + Shift + D


Daz 3D Carrara 8 (Windows)
Duplicate with Symmetry
3D View

Ctrl + Shift + D


InCopy CC (Windows)
Display Links panel
Other Shortcuts

Ctrl + Shift + D


vSphere Client (Windows)
Switch to Datastore
vCenter Navigation Shortcuts

Ctrl + Shift + D


MediaMonkey (Windows)
Burn Audio CD
Standard Keyboard Shortcuts

Ctrl + Shift + D


Adobe Captivate 2017 (Windows)
View slide properties
General and Miscellaneous Shortcuts

Ctrl + Shift + D


Scottrade (Windows)
Open Market Depth Window
32 Shortcuts for Scottrade (Windows)

Ctrl + Shift + D


XYplorer (Windows)
Copy Here with Suffix Date Modified
General Shortcuts

Ctrl + Shift + D


Soundforge (Windows)
Show the Set Selection dialog
Data Selection

Ctrl + Shift + D


Siemens NX 11 (Windows)
Drafting
Application Menu

Ctrl + Shift + D


Vegas Pro 14 (Windows)
Enable multicamera editing
General Editing

Ctrl + Shift + D


Synfig (Windows)
Deselect all layers
73 Shortcuts for Synfig (Windows)

Ctrl + Shift + D


Sierra Chart (Windows)
Trading Chart DOM On
Trade Menu

Ctrl + Shift + D


Visual Studio Code (Windows)
Show Debug
Display

Ctrl + Shift + D


Vegas Pro 14 (Windows)
Enable multicamera editing
Playback,Recording and Preview

Ctrl + Shift + D


RStudio (Windows)
Document package
Build

Ctrl + Shift + D


TurboCAD (Windows)
Set point of interest to the drawing center
171 Shortcuts for TurboCAD (Windows)

Ctrl + Shift + D


Geany (Linux)
Find Document Usage
Finding text,Selecting text

Ctrl + Shift + D


Geany (Windows)
Find Document Usage
Finding text,Selecting text

Ctrl + Shift + D


CuteFTP (Windows)
Change item queue order (move down one)
General

Ctrl + Shift + D


Vectorworks (Windows)
Rendering–Dashed Hidden Line
View Menu

Ctrl + Shift + D


Sage Simply Accounting (Windows)
Allocate to departments
Keyboard Shortcuts in Transaction Windows

Ctrl + Shift + D


WavePad Sound Editor (Windows)
Split
Edit Operations

Ctrl + Shift + D


FlexiSign Pro 8.1 (Windows)
Reverse Path Direction
Arrangement

Ctrl + Shift + D


SolveSpace (Windows)
Step Dimension …
Analyse

Ctrl + Shift + D


Microsoft Word 2010 (Windows)
Apply/remove double-underline
Navigate within Documents - Format Text

Ctrl + Shift + D


Microsoft Outlook 2007 (Windows)
Dial a new call.
Shortcuts for Contacts

Ctrl + Shift + D


Microsoft Word 2010 (Windows)
Apply/remove double-underline
Edit Documents - Format Text

Ctrl + Shift + D


Adobe After Effects CS5 (Windows)
Split selected layers (If no layers are selected, split all layers.)
Layers

Ctrl + Shift + D


Microsoft Word 2010 (Windows)
Apply/remove double-underline
Formats - Format Text

Ctrl + Shift + D


Adobe After Effects CS5 (Windows)
Duplicate render item with same output filename as original
Saving, Exporting, and Rendering

Ctrl + Shift + D


Microsoft Word 2010 (Windows)
Apply/remove double-underline
Manage Word View - Format Text

Ctrl + Shift + D


Microsoft Word 2010 (Windows)
Apply/remove double-underline
Tables - Format Text

Ctrl + Shift + D