NetBeans 8 (Windows)

General Keyboard Shortcts

Select next/previous element

Alt + Shift + . / ,

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


Civilization V (Windows)
Next Unit / Previous Unit
General Hotkeys

. / ,


Google Chrome (Windows)
Select next / select previous call frame
Manage Chrome DevTools - Sources Panel

Ctrl + . / ,


Google Chrome (Linux)
Select next / select previous call frame
Manage Chrome DevTools - Sources Panel

Ctrl + . / ,


Open Office Impress (Linux)
Show white screen until next key or mouse wheel event.
Slide Shows

w / ,


Opera (Linux)
Search for text in page (with Advanced Shortcuts on)
Find

. / , / / / Shift + /


Microsoft PowerPoint 2010 (Windows)
Display a blank white slide, or return to the presentation from a blank white slide.
Show PowerPoint Presentation with Shortcuts

W / ,


Photoshop Lightroom 4 (Windows)
Cycle through Basic panel settings (forward/backward)
Develop Module

. / ,


Photoshop Lightroom 4 (MacOS)
Cycle through Basic panel settings (forward/backward)
Develop Module

. / ,


Audacity 2 (Windows)
Cursor Short Jump Left
Edit Menu

,


Audacity 2 (Windows)
Short Seek Left during Playback
Transport Menu

Left / ,


Autodesk Maya 2015 (Windows)
Go to Next key / Go to Previous key
Playback Control

. / ,


Wikipedia (Windows)
My user page
Personal Tools

Alt + Shift + .


Wikipedia (Linux)
My user page
Personal Tools

Alt + Shift + .


Camtasia 2 (MacOS)
Step through timeline frame-by-frame
Timeline & Editing

. / ,


Sonos Controller (Windows)
Select next/ previous Room/ Group
22 Shortcuts for Sonos Controller (Windows)

Ctrl + . / ,


Adobe After Effects CC (Windows)
Zoom in / Zoom out in Composition, Layer, or Footage Panel
Views

. / ,


Adobe Photoshop CC (Windows)
Select previous/ next brush size
Basic Shortcuts for Photoshop CC 2015 - Brush Panel

, / .


Adobe After Effects CC (MacOS)
Zoom in / Zoom out in Composition, Layer, or Footage Panel
Views

. / ,


Autodesk Maya 2017 (Windows)
Go to Next key / Go to Previous key
Playback Control

. / ,


Adobe Photoshop CC (MacOS)
Select previous/ next brush size
Basic Shortcuts for PhotoShop CC 2015 - Brush Panel

, / .


Adobe Premiere CC (Windows)
Insert
Clipping Shortcuts

,


Adobe Premiere CC (MacOS)
Insert
Clipping Shortcuts

,


Photoshop Lightroom CC (Windows)
Cycle forward/ backwards through Basic panel settings
Develop Module

. / ,


Photoshop Lightroom CC (MacOS)
Cycle forward/ backwards through Basic panel settings
Develop Module

. / ,


Corel Painter 2017 (MacOS)
Divine Proportion
Toolbox commands

,


Corel Painter 2017 (Windows)
Divine Proportion
Toolbox commands

,


Corel Painter 2017 (MacOS)
Mirror Tool
Toolbox commands

,


Corel Painter 2017 (Windows)
Mirror Tool
Toolbox commands

,


Nuke 10 (Windows)
Decrese Gain
2D Viewer

,


Nuke 10 (MacOS)
Decrese Gain
2D Viewer

,


Nuke 10 (Linux)
Decrese Gain
2D Viewer

,


Adobe Photoshop CC (Windows)
Select previous/ next brush size
Manage Panels - Brush Panel

, / .


Adobe Photoshop CC (MacOS)
Select previous/ next brush size
Manage Panels - Brush Panel

, / .


ArchiCAD 20 (Windows)
Window Tool
Tools

,


Age of Empires (Windows)
Go to Idle Mllitary
Game Commands

,


ArchiCAD 20 (MacOS)
Window Tool
Tools

,


Logic Pro X (MacOS)
Rewind
General Controls

,


GTA V Cheats (Windows)
Previous Radio Station
Vehicle Controls

,


Atlassian Crucible (Web Application)
Go to the Previous Element (file, comment, defect or diff hunk depending on your current context)
Custom Navigation

,


Wrike (Windows)
Assigns or unassigns the task from you
12 Shortcuts for Wrike (Windows)

Alt + Shift + .


Autodesk SketchBook Pro (Windows)
Animation
Tools

, / <


Daz 3D Bryce 7 (Windows)
Go back to Previous Ticker Mark
Timeline

,


Daz 3D Bryce 7 (MacOS)
Go back to Previous Ticker Mark
Timeline

,


Cyberduck (MacOS)
Jump to fields for editing
Issue Action

,


Opera (MacOS)
Search for text in links in page (press F9 first to set focus on page)
Find

,


Opera (Windows)
Search for text in links in page (press F9 first to set focus on page)
Find

,


InCopy CC (Windows)
Increase/Decrease size/scale by 1%
Moving and Transforming Graphics

Ctrl + . / ,


InCopy CC (Windows)
Increase/Decrease size/scale by 5%
Moving and Transforming Graphics

Ctrl + Alt + . / ,


InCopy CC (MacOS)
Increase/Decrease size/scale by 1%
Moving and Transforming Graphics

Command + . / ,


InCopy CC (MacOS)
Increase/Decrease size/scale by 5%
Moving and Transforming Graphics

Command + Option + . / ,


Daz 3D Carrara 8 (Windows)
Previous Frame
Animation

,


Garageband 10 (MacOS)
Move back
General Shortcuts

,


Apple Motion (MacOS)
Switch the 3D transform tool between position+only and universal
3D Controls

,


Krita Painting 3 (Windows)
Previous fav preset
Set/Reset

,


Transmission BT (Windows)
Toggle Preferences
10 Shortcuts for Transmission BT (Windows)

,


Transmission BT (MacOS)
Toggle Preferences
10 Shortcuts for Transmission BT (MacOS)

,


ZBrush 4 (Windows)
Show/Hide Lightbox
LightBox and Spotlight

,


Vegas Pro 14 (Windows)
Move to previous CD index or region
Cursor Placement,Loop Region and Time Selection

,


Visual Studio Code (Windows)
Replace with next/previous value
Rich Language Editing

Ctrl + Shift + . / ,


Pencil2D (Windows)
Previous Frame
57 Shortcuts for Pencil2D (Windows)

,


iClone 7 (Windows)
Stop
Working Area

,


Miscreated
Sit
Movement

,


TVPaint Animation (Windows)
Pick Layer
89 Shortcuts for TVPaint Animation (Windows)

,


Anno 1800
Rotate Building counter clockwise
Building

,


mpv
Previous frame
Navigation

,


Roblox Studio
Rotate left
Camera Controls

,


Vectorworks (Windows)
Radial Dimension
Dims/Notes Tool Set

,


Fortnite (PC)
Previous player
Replay

,


Vectorworks (MacOS)
Radial Dimension
Dims/Notes Tool Set

,


DaVinci Resolve 14 (Windows)
Nudge One Frame Left
Edit

,


DaVinci Resolve 14 (MacOS)
Nudge One Frame Left
Edit

,


DaVinci Resolve 14 (Windows)
Nudge Edit One Frame Left
Edit

,


SnapStream
Skip back 7 seconds
Playback

,


DaVinci Resolve 14 (MacOS)
Nudge Edit One Frame Left
Edit

,


DaVinci Resolve 15 (Mac)
Nudge one frame left
Trim

,


Europa Universalis IV
Military
General

,


Affinity Photo
Split View cycle (not Photo Persona)
View

,


NetHack
Pick up
Exploration

,


Inkscape (Windows)
Rotate selection by the angle step
Selector

,


Assetto Corsa
Rotate wheels / steer
Showroom

,


Inkscape (Windows)
Scale nodes up by the Scale step
Node Tool

, / >


FlightGear
Apply left brake (useful for differential braking)
Miscellaneous

,


Ableton Live 10 (Mac)
Go to Next Field (Bar.beat.16th)
Adjusting values

,


Ableton Live 10
Go to Next Field (Bar.beat.16th)
Adjusting values

,


Adobe Photoshop Elements (MacOS)
Activate bottom/top layer
Layers Panel

Option + . / ,


Adobe Photoshop Elements (Windows)
Activate bottom/top layer
Layers Panel

Alt + . / ,


Adobe Photoshop Elements (MacOS)
Select previous/next brush size
Painting and Brushes

, / .


Adobe Photoshop Elements (Windows)
Select previous/next brush size
Painting and Brushes

, / .


RimWorld
Select next colonist
User interface

,


Final Cut Pro X
Nudge the selection one unit to the left
Editing

,


ARK: Survival Evolved
Move To Position
Whistles

,


Evolution
Previous unread message
Mail Component - Message List Pane

,


HitFilm
Move playhead to previous frame
General timeline

,


Trello
Move card to adjacent list
General

,


Total War: Attila (Mac)
Select previous
Universal

,


Total War: Attila
Select previous
Universal

,


Adobe Photoshop Elements (Mac)
Select previous brush size
Painting and brushes

,


Kerbal Space Program
Time warp (physical time warp in atmosphere) decrease
System/UI Commands

,


Autodesk Stingray
Previous Key
Story editor

,


Black Desert Online
Call Black Spirit
General

,


YouTube Studio
When the video is paused, go back as little as possible
General

,


AI War Classic
Select next idle mobile military unit at current planet and center on it
Ship selection

,


Adobe Lightroom Classic
Cycle through Basic panel settings (forward/backward)
Working in the Develop module

,


Adobe Lightroom Classic (Mac)
Cycle through Basic panel settings (forward/backward)
Working in the Develop module

,


Unity
Previous Frame
Animation

,


Nuke
Decrease Gain
2D compositing viewer

,


Clip Studio Paint Pro
Switch to previous sub tool
Frequently used shortcuts

,


Roll20
Switch to Dynamic Lighting layer
Advanced shortcuts

,


Blood
Strafe left
Keyboard

,


BSPlayer
Jump backward
Misc

,


Corel Painter (Mac)
Divine Proportion
Toolbox commands

,


Corel Painter
Divine Proportion
Toolbox commands

,


Autodesk SketchBook (Mac)
Previous frame (animation mode)
Tools

,


Autodesk SketchBook (Windows)
Previous frame (animation mode)
Tools

,


Adobe Photoshop CC
Select previous/next brush size
Using the Brush panel

,


MyPaint
Zoom out
View

,


Adobe Premiere Pro (Mac)
Insert
Clip

,


Adobe Premiere Pro (Windows)
Insert
Clip

,


LightWave 3D
Zoom out
Layout: View

,


Inkscape
rotate nodes by the angle step
Node tool

,


Pixelmator Pro
Navigate through brushes
Paint and erase

,


Microsoft PowerPoint (Slideshows)
Display a blank white slide, or return to the presentation from a blank white slide
Control your slide show during the presentation

,


Kodi
Previous picture
Picture slide show

,


LibreOffice Impress
Show white screen until next key or mouse wheel event
Slide shows

,


Grand Theft Auto V
Previous Radio Station
Vehicles general

,


Apple GarageBand
Move back
General

,


Wikipedia
Move cursor to edit box
Access keys

,


The Sims 4
Rotate selected object left
Buy and Build mode

,


REAPER
Time selection: Nudge left
Section: Main

,


Blender
Bounding Box Center pivot
General

,


Krita 3.0
Previous favorite preset
Set/Reset

,


Zimbra Web Client
Action menu
General

,


Yahoo Mail
Highlight the previous card in a conversation
Messages and conversations

,


Opera
Search for text in links in page (press F9 first to set focus on page)
Text keys: Find

,


Audacity
Short Seek Left during Playback (1 second)
Transport menu

,


Paint.NET
Start Cap style
Line / Curve tool

,


Gmail
Move focus to toolbar
Actions

,


YouTube
Move backward per frame when video is paused
General

,


Open Office Impress (Windows)
Show white screen until next key or mouse wheel event.
Slide Shows

w / ,


Adobe After Effects CS5 (Windows)
Zoom in / zoom out in Composition, Layer, or Footage panel
Views

. / ,


Adobe After Effects CS5 (MacOS)
Zoom in / zoom out in Composition, Layer, or Footage panel
Views

. / ,


Pinnacle Studio 22
Jump to previous marker
Edit tab

,