NetBeans 8 (Windows)

General Keyboard Shortcts

Toggle add/remove bookmark

Ctrl + Shift + M

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


Google Chrome (Windows)
Toggle (mobile) Device Mode
Manage Chrome DevTools - Accessing DevTools and DevTools Basics

Ctrl + Shift + M


Microsoft Outlook 2010 (Windows)
Create new message (from any Outlook view)
Messages in Main View - Main Window

Ctrl + Shift + M


Microsoft Projects 2010 (Windows)
Change task to 'Manually Schedule'
Manage Tasks

Ctrl + Shift + M


Microsoft OneNote 2010 (Windows)
Open a small OneNote window to create a side note.
Work with the OneNote Window(s)

ctrl + shift + m


Google Chrome (Linux)
Toggle (mobile) Device Mode
Manage Chrome DevTools - Accessing DevTools and DevTools Basics

Ctrl + Shift + M


SharpDevelop 4.0 (Windows)
Fold current selection
Coding Shortcuts

Ctrl + Shift + M


Microsoft Outlook 2010 (Windows)
Create new message (from any Outlook view)
Messages in Compose View - Main Window

Ctrl + Shift + M


Phoenix Viewer (Windows)
Mini-Map
View

Ctrl + Shift + M


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

Ctrl + Shift + M


Microsoft Outlook 2010 (Windows)
Create new message (from any Outlook view)
Calendar Shortcuts - Main Window

Ctrl + Shift + M


Microsoft Word 2007 (Windows)
Remove a paragraph indent from the left.
Character and paragraph formatting Align paragraphs

Ctrl + Shift + M


Total Commander 8 (Windows)
Change FTP transfer mode
Main Shortcuts

Ctrl + Shift + m


Sublime Text (Windows)
Select current function enclosed by brackets or parentheses
Navigation - Advanced Selections

Ctrl + Shift + M


MyLifeOrganized (Windows)
Rapid Text Entry dialog box (for adding new tasks)
Managing Tasks

Ctrl + Shift + M


Sublime Text (Windows)
Select current function enclosed by brackets or parentheses
Selections - Advanced Selections

Ctrl + Shift + M


Smartplant Review (Windows)
Delete measurements in the active collection
Managing Smartplan Review

Ctrl + Shift + m


Evernote (Windows)
Increase indent for current paragraph or for selection (Or use Tab/Shift+Tab)
Note Editor

Ctrl + m / Ctrl + Shift + m


Opera (Linux)
Toggle last used messenger
Menus

Ctrl + Shift + M


Microsoft Outlook 2010 (Windows)
Create message
Create Items

Ctrl + Shift + M


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

Ctrl + Shift + M


Texmaker 4.0.2 (Windows)
Inline math mode
"Math" menu

Ctrl + Shift + M


IntelliJ (Linux)
Replace structurally (Ultimate Edition only)
Search/Replace

Ctrl + Shift + M


IntelliJ (Windows)
Replace structurally (Ultimate Edition only)
Search/Replace

Ctrl + Shift + M


FL Studio (Windows)
Export MIDI file
File Operations

Ctrl + Shift + M


IBM Rational DOORS (Windows)
Make Link TO Start
General

Ctrl + Shift + M


Directory Opus (Windows)
Thumbnails
View Menu

Ctrl + Shift + M


Photoshop Lightroom 4 (Windows)
Show/hide margins and gutters
Print module

Ctrl + Shift + M


Beyond Compare (Windows)
Previous difference files
Search Menu - Folder Compare

Ctrl + Shift + M


Presonus Studio One (Windows)
Global mute
Misc.

Ctrl + Shift + M


Microsoft Word 2013 (Windows)
Indent paragraph from the left and increase / decrease indent
Format Paragraphs and Apply Styles

Ctrl + M / Ctrl + Shift + M


Atom (text editor) 1.0 (Windows)
Markdown preview
General

Ctrl + Shift + M


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

Ctrl + Shift + M


Atom (text editor) 1.0 (Linux)
Markdown preview
General

Ctrl + Shift + m


Autodesk Maya 2015 (Windows)
Show/hide panel toolbar
Interfaces

Ctrl + Shift + M


Prezi (Web Application)
Toggle Screen Mode Ratio between the values: 4:3, 16:9, and off.
Editing

Ctrl + Shift + M


Skype for Business (Lync) 2016 (Windows)
Focus to your IM input area.
Instant Messaging

Ctrl + Shift + M


Microsoft OneNote 2016 (Windows)
Open a small OneNote window to create side note
OneNote Window

Ctrl + Shift + M


Sonos Controller (Windows)
Mute/ unmute all
22 Shortcuts for Sonos Controller (Windows)

Ctrl + Shift + M


Microsoft Outlook 2016 (Windows)
Create a message
Common Commands: Create Item or File

Ctrl + Shift + M


Microsoft Visio 2016 (Windows)
Align text center vertically
Format text

Ctrl + Shift + M


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

Ctrl + Shift + M


Autodesk Maya 2017 (Windows)
Show/hide panel toolbar
Interfaces

Ctrl + Shift + M


Microsoft Outlook 2016 (Windows)
Create a message (from any Outlook view)
Mail

Ctrl + Shift + M


Adobe Premiere CC (Windows)
Previous marker
Marker Operation

Ctrl + Shift + M


Photoshop Lightroom CC (Windows)
Show/ hide Margins and gutters
Print Module

Ctrl + Shift + M


Finale (Windows)
Show/hide Mixer
Windows Menu

Ctrl + Shift + M


3D Coat (Windows)
Import Image Plane
File Menu

Ctrl + Shift + M


Adobe After Effects CC (Windows)
Open Mask Shape dialog box
Masks

Ctrl + Shift + M


ArchiCAD 20 (Windows)
Mirror a copy
Edit Menu Commands

Ctrl + Shift + M


Finale (Windows)
Custom Frame
Text Tool

Ctrl + Shift + M


Wondershare Editor (Windows)
Mute
Editing

Ctrl + Shift + M


Dynamics AX 2015 (Windows)
Display the shortcut menu for the Presence indicator.
Windows and Menu Control

Ctrl + Shift + M


Autodesk Inventor 2017 (Windows)
Mirror
Part

Ctrl + Shift + M


Microsoft Projects 2016 (Windows)
Set the task to manually schedule
Sheet View

Ctrl + Shift + M


Sublime Text (MacOS)
Select all contents of the current parentheses
General Editing Shortcuts

Ctrl + Shift + M


Slack (Windows)
Activity
Navigation Controls

Ctrl + Shift + M


Mattermost (Windows)
Open recent mentions
Navigation Shortcuts

Ctrl + Shift + M


Adobe XD (Experience Design) (Windows)
Mask with Shape
Object

Ctrl + Shift + M


Desk.com (Windows)
Toggle expand
Filter View

Ctrl + Shift + M


SharePoint 2016 (Windows)
Remove a paragraph indent from the left
Rich Text Editing

Ctrl + Shift + M


Adobe Dreamweaver (Windows)
Delete Row
Table

Ctrl + Shift + M


Corel WordPerfect X8 (Windows)
Document Map
63 Shortcuts for Corel WordPerfect X8 (Windows)

Ctrl + Shift + M


Microsoft Word 2016 (MacOS)
Indent a paragraph from the left
Align and format paragraphs

Ctrl + Shift + M


Corel Ventura 10 (Windows)
Em Space
Special Characters

Ctrl + Shift + M


Corel Designer X7 (Windows)
Em Space
Inserting Formatting Code

Ctrl + Shift + M


Clip Studio Paint (Manga Studio) (Windows)
Quick Select
Selection Shortcuts

Ctrl + Shift + M


Brackets (Windows)
Quick Markup Help
99 Shortcuts for Brackets (Windows)

Ctrl + Shift + M


Flock (Windows)
Open favorites manager
General

Ctrl + Shift + M


vSphere Client (Windows)
Maps
vCenter Navigation Shortcuts

Ctrl + Shift + M


Zerodha Trader (Windows)
NEST Messaging
Other Shortcuts

Ctrl + Shift + M


Adobe Captivate 2017 (Windows)
Add a new image
General and Miscellaneous Shortcuts

Ctrl + Shift + M


Xamarin Studio (MonoDevelop) (Windows)
Toggle Fold
Edit Menu

Ctrl + Shift + M


Siemens NX 11 (Windows)
Sheet Metal
Application Menu

Ctrl + Shift + M


Visual Studio Code (Windows)
Show Problems panel
Navigation Shortcuts

Ctrl + Shift + M


Vegas Pro 14 (Windows)
Preview in player
Playback,Recording and Preview

Ctrl + Shift + M


Titanium (Windows)
New Model Dialog
Alloy

Ctrl + Shift + M


TurboCAD (Windows)
Materials Paletteā€¦ (Professional only)
171 Shortcuts for TurboCAD (Windows)

Ctrl + Shift + M


RStudio (Windows)
Insert pipe operator
Editing (Console and Source)

Ctrl + Shift + M


Geany (Linux)
Mark All
Finding text,Selecting text

Ctrl + Shift + M


Geany (Windows)
Mark All
Finding text,Selecting text

Ctrl + Shift + M


Source Insight (Windows)
Selection History
General

Ctrl + Shift + M


Comodo IceDragon (Windows)
Responsive Design View
Tools

Ctrl + Shift + M


SAP Web IDE (Windows)
View console
47 Shortcuts for SAP Web IDE (Windows)

Ctrl + Shift + M


FEKO (Windows)
Quick mesh (mesh with existing settings)
Important CADFEKO Shortcuts

Ctrl + Shift + M


FEKO (Linux)
Quick mesh (mesh with existing settings)
Important CADFEKO Shortcuts

Ctrl + Shift + M


Ableton Live 9 (Windows)
Insert MIDI clip
Session view Ctrls

Ctrl + Shift + M


Ulead PhotoImpact 8 (Windows)
Merges all the objects into the base image
Object Menu

Ctrl + Shift + M


Vectorworks (Windows)
Create Multiple Viewports
View Menu

Ctrl + Shift + M


Arduino (Windows)
Open Serial Monitor
29 Shortcuts for Arduino (Windows)

Ctrl + Shift + M


Arduino (Linux)
Open Serial Monitor
29 Shortcuts for Arduino (Linux)

Ctrl + Shift + M


Sage Simply Accounting (Windows)
E-mail this transaction
Keyboard Shortcuts in Transaction Windows

Ctrl + Shift + M


Microsoft Word 2010 (Windows)
Indent paragraph from the left and increase / decrease indent
Navigate within Documents - Format Paragraphs

Ctrl + M / Ctrl + Shift + M


Google Earth 5 (Windows)
Create new Model
Create Items on Map

ctrl + shift + m


Microsoft Outlook 2007 (Windows)
Create a message.
Shortcuts to Create Items or Files

Ctrl + Shift + M


Microsoft Outlook 2007 (Windows)
Create a new message (from any Outlook view).
Shortcuts for Managing E-Mail

Ctrl + Shift + M


IrfanView 4.42 (Windows)
Comment dialog (for JPG images)
Tools and Dialogs

Ctrl + Shift + M


Microsoft Word 2010 (Windows)
Indent paragraph from the left and increase / decrease indent
Edit Documents - Format Paragraphs

Ctrl + M / Ctrl + Shift + M


Microsoft Word 2010 (Windows)
Indent paragraph from the left and increase / decrease indent
Formats - Format Paragraphs

Ctrl + M / Ctrl + Shift + M


Adobe After Effects CS5 (Windows)
Open Mask Shape dialog box for selected mask
Masks

Ctrl + Shift + M


Microsoft Word 2010 (Windows)
Indent paragraph from the left and increase / decrease indent
Manage Word View - Format Paragraphs

Ctrl + M / Ctrl + Shift + M


Microsoft Word 2010 (Windows)
Indent paragraph from the left and increase / decrease indent
Tables - Format Paragraphs

Ctrl + M / Ctrl + Shift + M