NetBeans 8 (Windows)

Coding in Java

Inspect members/hierarchy

Ctrl / Alt + F12

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


Emacs 23.2.1 (Linux)
Undo
Edit

Ctrl + _


Google Chrome (Windows)
Comment a line or selected text
Manage Chrome DevTools - Sources Panel

Ctrl + /


Microsoft OneNote 2010 (Windows)
Apply or remove numbered list formatting from the selected paragraph.
Specific OneNote Shortcuts for Selecting, Editing, and Formatting

ctrl + /


Google Chrome (Windows)
Toggle comment
Manage Chrome DevTools - Code Editor

Ctrl + /


Visual Studio 2015 (Windows)
Find symbol
Code Editor - Find, Replace, and Goto

Alt + F12


Eclipse Helios (Windows)
Comment / uncomment line or selection ( adds '//' )
Indentions and Comments

Ctrl + /


Google Chrome (Linux)
Comment a line or selected text
Manage Chrome DevTools - Sources Panel

Ctrl + /


Thunderbird (Windows)
Increase / decrease text size (zoom)
Other Shortcuts

Ctrl ++/-


Google Chrome (Linux)
Toggle comment
Manage Chrome DevTools - Code Editor

Ctrl + /


Thunderbird (Linux)
Increase / decrease text size (zoom)
Other Shortcuts

Ctrl ++/-


Firefox (Linux)
Show / hide Add-On Bar (holding add-ons)
Firefox Features

Ctrl + /


Firefox (Windows)
Show / hide Add-On Bar (holding add-ons)
Firefox Features

Ctrl + /


Tally 9.0 (Windows)
View the filters screen where the range of information can be specified
General Shortcuts

Alt + F12


Visual Studio 2015 (Windows)
Find symbol
Coding - Find, Replace, and Goto

Alt + F12


Total Commander 8 (Windows)
Opens right current directory bar (breadcrumb bar)
Main Shortcuts

Alt + F12


Tekla Structures 14.0 (Windows)
Toggle selection
General shortcuts

Ctrl


Adobe Illustrator CS5 (Windows)
To access Selection or Direction Selection tool (whichever was used last) at any time
Panel Shortcuts - Selecting and Moving

Ctrl


Open Office Impress (Linux)
Bring to forward / Send backwards
Normal View

Ctrl + + / Ctrl + -


Visual Studio 2015 (Windows)
Find symbol
Code Snippets (Visual C# Scheme) - Find, Replace, and Goto

Alt + F12


Oracle SQL Developer 4 (Windows)
Toggle Line Comment
Code Editor

Ctrl + /


JetBrains Resharper 6 (Windows)
Go to next error
Code analysis

Alt + F12


Sublime Text (Windows)
Toggle Comment line
Cool Text Manipulation

Ctrl + /


JetBrains Resharper 6 (Windows)
Go to next error in solution
Code analysis

Alt + F12


Opera (Linux)
Zoom in
Display

Ctrl + = / Shift + = / Ctrl + Shift + = / Ctrl + +


Adobe Illustrator CS5 (Windows)
To access Selection or Direction Selection tool (whichever was used last) at any time
Additional Shortcuts - Selecting and Moving

Ctrl


Microsoft Excel 2011 (MacOS)
Select the current array, which is the array that the active cell belongs to
Selecting cells, columns, or rows

Ctrl + /


Jaws 11.0 (Windows)
Interrupt speech (stop talking)
Reading Commands

Ctrl


Sublime Text (Windows)
Zoom - increase/ decrease font size
Manage Sublime Window, Files and Tabs

Ctrl + / -


Visual Studio 2015 (Windows)
Put cursor in the find/command box in toolbar
Tool Windows

Ctrl + /


FreeMind 0.9.0 (Windows)
Increase node font size
Node formatting commands

Ctrl + +


IntelliJ (Linux)
Comment/uncomment with line comment
Editing

Ctrl + /


IntelliJ (Windows)
Comment/uncomment with line comment
Editing

Ctrl + /


Avid Media Composer 7 (Windows)
Displays the entire Sequence in the Timeline Window.
Timeline

Ctrl + /


Adobe Photoshop CS5 (Windows)
Change Cancel button to Default
Filter Gallery

Ctrl


Adobe Illustrator CS5 (Windows)
Switch to last-used selection tool (Selection tool, Direct Selection tool, or Group Selection tool)
Keys for selecting

Ctrl


Notepad2 (Windows)
Reset zoom
View Menu

Ctrl + / , Ctrl + NumPad /


Adobe Illustrator CS5 (Windows)
Add new fill
Painting Objects

Ctrl + /


Photoshop Lightroom 4 (Windows)
Display current module shortcuts
Using Help

Ctrl + /


Adobe Photoshop CS5 (Windows)
Temporarily switch to Zoom In tool. (Doesn't work when Straighten tool is selected. If Crop tool is active, temporarily switches to Straighten tool.)
Camera Raw Dialog Box

Ctrl


Pro Tools (Windows)
Automation - Write to current
Edit Menu

Ctrl + /


Qt Creator (Windows)
Decrease / increase font size (or Ctrl+scroll)
Editor

Ctrl +-/ Ctrl + +


Adobe Photoshop CS5 (Windows)
Switch to Move tool (except when Hand, Slice, Path, Shape, or any Pen tool is selected)
Select and Move Objects

Ctrl


Qt Creator (MacOS)
Decrease / increase font size (or Ctrl+scroll)
Editor

Ctrl +-/ Ctrl + +


Adobe Photoshop CS5 (Windows)
Distort
Transform Selections, Selection Borders, and Paths

Ctrl


Qt Creator (Windows)
Toggle comment for selection
Editor

Ctrl + /


Axialis IconWorkshop (Windows)
Colors
View Menu

Alt + F12


Qt Creator (MacOS)
Toggle comment for selection
Editor

Ctrl + /


Adobe Photoshop CS5 (Windows)
Switch from Path Selection, Pen, Add Anchor Point, Delete Anchor Point, or Convert Point tools, to Direct Selection tool
Edit Paths

Ctrl


Atom (text editor) 1.0 (Linux)
Toggle comment line
Editing Lines

Ctrl + /


Atom (text editor) 1.0 (Windows)
Toggle comment line
Editing Lines

Ctrl + /


Qt Creator (MacOS)
Zoom in / Zoom out
Image Viewer

Ctrl + + / Ctrl + -


Qt Creator (Windows)
Zoom in / Zoom out
Image Viewer

Ctrl + + / Ctrl + -


Adobe Acrobat Pro (Windows)
Temporarily zoom out (when Marquee Zoom tool is selected)
Tools

Ctrl


Adobe Photoshop CS5 (Windows)
Display the bounding box for transforming text when editing text, or activate Move tool if cursor is inside the bounding box
Select and Edit text

Ctrl


Adobe Photoshop CS5 (Windows)
Toggle between Slice tool and Slice Selection tool
Slicing and Optimizing

Ctrl


Microsoft OneNote 2016 (Windows)
Apply numbered list
Format

Ctrl + /


Sway 2016 (Windows)
Start or continue a numbered list
Text and Content Formatting

Ctrl + /


Adobe Photoshop CC (Windows)
Lock Layers
Basic Shortcuts for Photoshop CC 2015 - Layers Basics

Ctrl + /


Adobe After Effects CC (Windows)
Temporarily activate Selection Tool when a Pen Tool is selected
Activating Tools

Ctrl


Adobe After Effects CC (Windows)
In Shape Layer: Temporarily convert Selection Tool to Direct Selection Tool
Activating Tools

Ctrl


Sonos Controller (Windows)
Increase/ decrease volume
22 Shortcuts for Sonos Controller (Windows)

Ctrl + + / -


Google Slides (Windows)
Show common keyboard shortcut
General Slides Shortcuts

Ctrl + /


Clink (Windows)
undo
BASH (GNU Readline) Line Editing

Ctrl + _


Android Studio (Windows)
Line Comment or Uncomment
General Shortcuts

Ctrl + /


Adobe After Effects CC (Windows)
Add selected items to most recently activated Composition
Footage

Ctrl + /


Adobe Illustrator CC (Windows)
Switch to last used selection tools
Selecting Shortcuts

Ctrl


Corel Painter 2017 (Windows)
Ajust Opacity
Brushes

Ctrl


InDesign CC (Windows)
Zoom in/Zoom out
Efficient Zoom & Pan

Ctrl + + / Ctrl + -


Adobe Illustrator CC (Windows)
Add new fill
Painting Objects

Ctrl + /


Adobe Photoshop CC (Windows)
Lock Layers
Manage Panels - Layers Basics

Ctrl + /


Photoshop Lightroom CC (Windows)
Display current module shortcuts
Help

Ctrl + /


ArchiCAD 20 (Windows)
Zoom In
Display Menu

Ctrl + /


Zoho Sheet (Windows)
Select the range of array formula cells surrounding a cell
Formula related shortcuts

Ctrl + /


Wondershare Editor (Windows)
Stop
Preview

Ctrl + /


Dynamics AX 2015 (Windows)
Select multiple items
Working with AOT

Ctrl


Dynamics NAV 2015 (Windows)
Optimize space for the current page
Edit

Alt + F12


Zoho Show (Windows)
Strikethrough toggle for selection
Formatting Shortcuts

Ctrl + /


Autodesk Inventor 2017 (Windows)
Origin axes visibility
View

Ctrl + /


Adobe Photoshop CC (Windows)
Distort
Transform Selections, Borders, and Paths

Ctrl


Adobe Photoshop CC (Windows)
Switch to Direct Selection tool (from Path Selection, Pen, etc.)
Edit Paths

Ctrl


Ace Projects (Windows)
Toggle comment
Other Shortcuts

Ctrl + /


Call of Duty (Windows)
Prone
General Game Controls

Ctrl


Call of Duty (Windows)
While Sprinting dive to prone
General Game Controls

Ctrl


Overwatch 2016 (Windows)
Ability 2
Actions

Ctrl


Counter Strike Source (Windows)
Duck(Sit)
Movement Shortcuts

Ctrl


Asana (Web Application)
Show keyboard Shortcuts(Windows Only)
Application Shortcuts

Ctrl + /


Act! CRM (Windows)
Import data from other file/database
Activity Shortcuts

Alt + F12


Adobe Photoshop CC (Windows)
Display the Bounding Box for transforming text (or activate Move Tool when inside the Bounding Box)
Select and Edit Text

Ctrl


Sublime Text (Linux)
Comment/Uncomment Current Line
General Editing Shortcuts

Ctrl + /


Adobe Photoshop CC (Windows)
Toggle between Slice tool and Slice Selection tool
Slicing and Optimizing

Ctrl


Microsoft Excel 2016 (Windows)
Insert Paste - Paste cell and push content downward or rightward. Works great for entire rows and columns.
Cut, Copy, Paste, and Paste Special

Ctrl + +


Slack (Windows)
Zoom in/Zoom out
Navigation Controls

Ctrl + + / Ctrl + -


JetBrains RubyMine (Windows)
Comment/Uncomment with Line Comment
Editing Shortcuts

Ctrl + /


Slack (Windows)
Open list of Keyboard shortcuts
Navigation Controls

Ctrl + /


JetBrains RubyMine (Linux)
Comment/Uncomment with Line Comment
Editing Shortcuts

Ctrl + /


JetBrains PyCharm (Windows)
Comment/Uncomment with Line Comment
Editing

Ctrl + /


Amazon Kindle (Windows)
Zoom Font
Reading Book

Ctrl + +


Cloud9 (Windows)
Font Larger/ Smaller
General Shortcuts

Ctrl + + / -


Adobe Flash Builder (Windows)
Comment out selected text
24 Shortcuts for Adobe Flash Builder (Windows)

Ctrl + /


Adobe Dreamweaver (Windows)
Toggle line comment
Coding Shortcuts

Ctrl + /


Adobe XD (Experience Design) (Windows)
Direct Select
Operations Menu

Ctrl


Cloud9 (Windows)
Toggle Comment
Code Manipulation

Ctrl + /


Adobe XD (Experience Design) (Windows)
Zoom in/Zoom out
View Menu

Ctrl + + / Ctrl + -


Bash (Linux)
Undo
Editing

Ctrl + _


Autodesk Mudbox 2017 (Windows)
Zoom in and out on an image
Image Browser

Ctrl + + / Ctrl + -


JetBrains PhpStorm (Windows)
Comment/Uncomment with Line Comment
Editing

Ctrl + /


Adobe RoboHelp (Windows)
Open Project in Offline Mode
General Shortcuts

Ctrl


Adobe Bridge CC (Windows)
Increase/Decrease Thumbnail size
35 Shortcuts for Adobe Bridge CC (Windows)

Ctrl + + / Ctrl + -


Autodesk Mudbox 2017 (Windows)
Invert Function
Sculpt and Paint Tool

Ctrl


Autodesk Mudbox 2017 (MacOS)
Invert Function
Sculpt and Paint Tool

Ctrl


JetBrains PhpStorm (Linux)
Comment/Uncomment with Line Comment
Editing

Ctrl + /


jEdit (Windows)
Scroll Up/down Line
Scrolling

Ctrl + ' / Ctrl + /


Adobe Dreamweaver (Windows)
Increase Font Size
Magnification

Ctrl + +


Adobe Bridge CC (Windows)
Zoom in/Zoom out with Loupe Tool(Multiple Selection)
35 Shortcuts for Adobe Bridge CC (Windows)

Ctrl + + / Ctrl + -


DAZ Studio (Windows)
Grow selection
Edit Commands

Ctrl + +


DAZ Studio (Windows)
Invert selection
Edit Commands

Ctrl + /


AbiWord (Linux)
SubScript
7 Shortcuts for AbiWord (Linux)

Ctrl + _


AbiWord (Windows)
SubScript
7 Shortcuts for AbiWord (Windows)

Ctrl + _


Corel Draw X8 (Windows)
Align to baseline
Align

Alt + F12


Microsoft Hotmail (Web Application)
Search Emails
14 Shortcuts for Microsoft Hotmail (Web Application)

Ctrl + /


Corel Draw X8 (Windows)
View manager
Dockers

Alt + F12


ACDSee (Windows)
Reduce/Increase Magnification of Area inside magnifying Glass Pane
View Mode

Ctrl + - / Ctrl + +


HTML-Kit (Windows)
Zoom in/Zoom out
87 Shortcuts for HTML-Kit (Windows)

Ctrl + + / Ctrl + -


Corel WordPerfect X8 (Windows)
Settings
63 Shortcuts for Corel WordPerfect X8 (Windows)

Alt + F12


Corel Ventura 10 (Windows)
Master Page
Zoom and View

Alt + F12


Corel Quattro Pro X8 (Windows)
Expand/Collapse Outline by One Level
Formula Keys

Ctrl + + / Ctrl + -


Microsoft Excel 2016 (MacOS)
Select the current array, which is the array that the active cell belongs to.
Select cells, columns, or rows

Ctrl + /


Steinberg Cubase 9 (Windows)
Nudge up
Transport

Ctrl + +


Corel Quattro Pro X8 (Windows)
Show Application Propertiess
Function Keys

Alt + F12


Brackets (Windows)
Zoom in/Zoom out Font
99 Shortcuts for Brackets (Windows)

Ctrl + + / Ctrl + -


Brackets (Windows)
Toggle Line Comment
99 Shortcuts for Brackets (Windows)

Ctrl + /


Adobe Captivate 2017 (Windows)
Zoom in
Magnification

Ctrl + +


Daz 3D Carrara 8 (Windows)
Hide/Show in 3D View
3D View

Ctrl + /


Poser Pro (Windows)
Display>Camera View >Dolly camera
Display

Ctrl + /


IBM Maximo (Windows)
Move forward one day
Data Field

Ctrl + +


MPS 2017 (Windows)
Comment/uncomment current line or selected block with line comments
Advanced Editing

Ctrl + /


Jetbrains CLion (Windows)
Comment/uncomment with line comment
Editing Shortcuts

Ctrl + /


Krita Painting 3 (Windows)
Zoom in
Zoom

Ctrl + + / =


qBittorrent (Windows)
Increase Priority
Edit Menu

Ctrl + +


VideoPad Video Editor (Windows)
Zoom Clip In
Clip Player

Ctrl + +


XYplorer (Windows)
Last Size/Minimize Info Panel
Navigation

Alt + F12


XMetal Author (Windows)
Insert Processing Instruction
26 Shortcuts for XMetal Author (Windows)

Ctrl + /


Jupyter Notebook (Windows)
toggle comment on current or selected lines
Edit Mode (press Enter to enable)

Ctrl + /


Aptana Studio 3 (Windows)
Notes
Other Shortcuts

Ctrl + /


Visual Studio Code (Windows)
Toggle line comment
Editing Shortcuts

Ctrl + /


eSignal (Windows)
Insert Study
49 Shortcuts for eSignal (Windows)

Ctrl + +


Delphi 10 (Windows)
Toggle comment per line or selected block and cursors goes down one line, Ctrl+#
193 Shortcuts for Delphi 10 (Windows)

Ctrl + /


Delphi 10 (Windows)
Toggle between Form as text mode or design mode
193 Shortcuts for Delphi 10 (Windows)

Alt + F12


GOM Player (Windows)
Next Color Theme
Skins

Alt + F12


Visual Studio Code (Windows)
Peek Definition
Rich Language Editing

Alt + F12


Synfig (Windows)
Zoom out of timeline (temporal zoom)
73 Shortcuts for Synfig (Windows)

Ctrl + _


Synfig (Windows)
Zoom in on timeline (temporal zoom)
73 Shortcuts for Synfig (Windows)

Ctrl + +


Xamarin Studio (MonoDevelop) (MacOS)
Dynamic Abbreviation
Text Editor

Ctrl + /


CrazyTalk 8 (Windows)
Zoom in (stage/timeline Editor)
Timeline Editing

Ctrl + +


CrazyTalk 8 (Windows)
Zoom all (stage/timeline Editor)
Timeline Editing

Ctrl + /


DrawPlus (Windows)
Zoom In
Document Shortcuts

Ctrl + +


Gnumeric (Windows)
Formats the current selection as subscript
21 Shortcuts for Gnumeric (Windows)

Ctrl + _


Affinity Photo
Edit curves as you draw
Vector-specific

Ctrl


Sculptris (Windows)
Sculpt Inversed
Miscellaneous Shortcuts

Ctrl


CodeLite 10 (Windows)
Restore text size to normal.
Editor

Ctrl + /


Warframe
Hold to Crouch
Movement

Ctrl


Aorus Smart HUD
Decrease volume
General

Alt + F12


mpv
Increase audio delay
Playback

Ctrl + +


PhpStorm
Add / remove line or block comment
General

Ctrl + /


Delphi 10 (Windows)
Select editor window tab
193 Shortcuts for Delphi 10 (Windows)

Alt + F12


CodeLite 10 (Windows)
Previous word part. Shift extends selection.
Editor

Ctrl + /


Vivaldi
Page zoom in
View

Ctrl + +


winIDEA
Open a browser on the global symbol table
Browse

Alt + F12


Geany (Linux)
Go to Previous Word Part
Moving around in the document

Ctrl + /


Geany (Windows)
Go to Previous Word Part
Moving around in the document

Ctrl + /


Modo (Windows)
Config file save
General/System

Alt + F12


Sitecore CMS
Focus on the search bar
Sitecore Desktop

Ctrl + /


Open Rails 0.6.2
Move slow
Camera speed

Ctrl


dbForge SQL Complete
Turn on the semi-transparent mode for the suggestion box and the parameter info hint
General

Ctrl


SAP Web IDE (Windows)
Toggle line comment (Alt+7 on German language keyboard)
47 Shortcuts for SAP Web IDE (Windows)

Ctrl + /


Modo (Windows)
Wireframe Dark
3D Viewport Options

Ctrl + /


App Maker
Line comment or uncomment
Code editor shortcuts

Ctrl + /


Ableton Live 9 (Windows)
Finer Resolution for Dragging
Adjusting Values

Ctrl


FEKO (Windows)
Zoom in
Script Editor

Ctrl + +


FEKO (Linux)
Zoom in
Script Editor

Ctrl + +


Comodo IceDragon (Windows)
Show/Hide Add-on Bar
Miscellaneous

Ctrl + /


Affinity Photo
Bigger text
Text shortcuts

Ctrl + +


Open Rails 0.6.2
Overcast increase
Game settings

Ctrl + +


FEKO (Windows)
Move configuration up
General Functions in CADFEKO

Ctrl + +


FEKO (Linux)
Move configuration up
General Functions in CADFEKO

Ctrl + +


Open Rails 0.6.2
Log render frame
Debug

Alt + F12


Place Anywhere (Fallout 4 mod)
Change rotation axis
General

Ctrl


Wordfast Pro (Windows)
Retrieve Selected Tu
100 Shortcuts for Wordfast Pro (Windows)

Alt + F12


Solidworks 2019
(while sketching) Turn off automatic sketch relations.
Sketching

Ctrl


IRONCAD (Windows)
Switch selected view to Draft/Precise Quality
2D Drawing Creation

Ctrl/Shift + B


IRONCAD (Windows)
Accesses Links dialog box
2D Drawing Creation

Ctrl/Shift + L


Ableton Live 9 (Windows)
Drop Browser Clips as aScene
Session view Ctrls

Ctrl


FEKO (Windows)
Raise trace
General POSTFEKO Shortcuts

Ctrl + +


GibbsCAM (Windows)
zoom In
View Menu

Ctrl + +


Ableton Live 9 (Windows)
Finer Resolution for Dragging
Ctrls for Breakpoint Envelopes

Ctrl


FEKO (Linux)
Raise trace
General POSTFEKO Shortcuts

Ctrl + +


Ableton Live 9 (Windows)
Click to Add NonadjacentClips/Tracks/Scenes to aMulti-Selection
Zooming, Display and Selection

Ctrl


SpaceClaim (Windows)
Zoom In
71 Shortcuts for SpaceClaim (Windows)

Ctrl + +


Inkscape (Windows)
Union - Union combines any number of objects into a single path, removing overlaps
Path

Ctrl + +


Inkscape (Windows)
Division (cut) - Division cuts the bottom object into pieces by the top object, preserving the fill and stroke of the bottom
Path

Ctrl + /


ArtRage 4.5 5 (Windows)
Zoom in
General

Ctrl + + / Shift + Left Click Drag


Arduino (Windows)
Comment
29 Shortcuts for Arduino (Windows)

Ctrl + /


Arduino (Linux)
Comment
29 Shortcuts for Arduino (Linux)

Ctrl + /


Assetto Corsa
Change onboard FOV
In-game

Ctrl + +


Ableton Live 9 (Windows)
Open Second/MultipleWindows with Plug-In EditButton
Working with Plug-Ins and Devices

Ctrl


Vectorworks (Windows)
Refresh Instruments
Spotlight Menu

Ctrl + /


Vecta.io (Web Application)
Pointer tool
Shortcuts for Vecta.io (Web-based SVG diagramming for teams)

Ctrl / Cmd + 1


MuseScore (Windows)
Zoom In
Navigation Shortcuts

Ctrl + +


Vecta.io (Web Application)
Rectangle tool
Shortcuts for Vecta.io (Web-based SVG diagramming for teams)

Ctrl / Cmd + 2


Vecta.io (Web Application)
Ellipse tool
Shortcuts for Vecta.io (Web-based SVG diagramming for teams)

Ctrl / Cmd + 3


Vecta.io (Web Application)
Path, arc, curve, freeform tool
Shortcuts for Vecta.io (Web-based SVG diagramming for teams)

Ctrl / Cmd + 4


Vecta.io (Web Application)
Text tool
Shortcuts for Vecta.io (Web-based SVG diagramming for teams)

Ctrl / Cmd + 5


Vecta.io (Web Application)
Connector tool
Shortcuts for Vecta.io (Web-based SVG diagramming for teams)

Ctrl / Cmd + 6


Vecta.io (Web Application)
Format painter
Shortcuts for Vecta.io (Web-based SVG diagramming for teams)

Ctrl / Cmd + 7


Vecta.io (Web Application)
Copy
Shortcuts for Vecta.io (Web-based SVG diagramming for teams)

Ctrl / Cmd + C


Vecta.io (Web Application)
Paste
Shortcuts for Vecta.io (Web-based SVG diagramming for teams)

Ctrl / Cmd + V


Vecta.io (Web Application)
Cut
Shortcuts for Vecta.io (Web-based SVG diagramming for teams)

Ctrl / Cmd + X


Vecta.io (Web Application)
Undo
Shortcuts for Vecta.io (Web-based SVG diagramming for teams)

Ctrl / Cmd + Z


Vecta.io (Web Application)
Redo
Shortcuts for Vecta.io (Web-based SVG diagramming for teams)

Ctrl / Cmd + Y


Vecta.io (Web Application)
Bold
Shortcuts for Vecta.io (Web-based SVG diagramming for teams)

Ctrl / Cmd + B


Vecta.io (Web Application)
Italic
Shortcuts for Vecta.io (Web-based SVG diagramming for teams)

Ctrl / Cmd + I


Vecta.io (Web Application)
Underline
Shortcuts for Vecta.io (Web-based SVG diagramming for teams)

Ctrl / Cmd + U


Vecta.io (Web Application)
Find and replace
Shortcuts for Vecta.io (Web-based SVG diagramming for teams)

Ctrl / Cmd + F


Vecta.io (Web Application)
Join
Shortcuts for Vecta.io (Web-based SVG diagramming for teams)

Ctrl / Cmd + J


Vecta.io (Web Application)
Group
Shortcuts for Vecta.io (Web-based SVG diagramming for teams)

Ctrl / Cmd + G


Vecta.io (Web Application)
Ungroup
Shortcuts for Vecta.io (Web-based SVG diagramming for teams)

Ctrl / Cmd + Shift + G


WavePad Sound Editor (Windows)
Zoom in
Zoom Operations

Ctrl + +


American Truck Simulator
Gear down
Main vehicle controls

Ctrl


GeoGebra
Zoom in
Windows shortcuts

Ctrl + +


Altium Designer (Windows)
Hold to temporarily disable electrical grid while routing
PCB Editor Only Shortcuts

Ctrl


Xyplorer
Last Size/Minimize Info Panel
Other Shortcuts

Alt + F12


Substance Painter
Symmetrical selection
Non-editable shortcuts

Ctrl


SuperMemo (Windows)
Open current componen menu
129 Shortcuts for SuperMemo (Windows)

Alt + F12


Ableton Live 10
Open Second/Multiple Windows with Plug-In Edit Button
Working with Plug-Ins and Devices

Ctrl


Cisco Webex
Zoom in
Windows

Ctrl + +


JS Bin
Toggle comments on the selected lines
Code based

Ctrl + /


RimWorld
×10 (For any number field, multiplies the increment/decrement button by 10)
Modifiers

Ctrl


cPanel & WHM
Move cursor to the search box
Global

Ctrl + /


Gitter
Toggle compose mode
Global shortcuts

Ctrl + /


Google Chrome
Make everything on the page bigger
Webpage shortcuts

Ctrl + +


Adobe Illustrator
(hold down) Keep the inner radius of a star constant
Draw

Ctrl


Nuclide (Linux)
Toggle Project Explorer
Common

Ctrl + /


Rust
Crouch
General

Ctrl


draw.io
Zoom in / out
Navigate & view

Ctrl + +


Company of Heroes
Toggle all vehicles
General

Ctrl + /


For Honor
Lock in / out of Guard Mode
Combat

Ctrl


Jupyter Notebook
Toggle comment on current or selected lines
Edit mode

Ctrl + /


Adobe Illustrator
Add new fill
Work with objects

Ctrl + /


PyCharm 2018.2
Comment/uncomment current line or selected block with line comments.
Advanced editing

Ctrl + /


Nier: Automata
Walk 2
Genel

Ctrl


HitFilm
Increase timeline scale
General timeline

Ctrl + +


QuickBooks Desktop
To start QuickBooks without opening a company file, press Ctrl while opening QuickBooks.
Opening / Closing QuickBooks

Ctrl


Tibia
(moving stacked items) The whole stack will be moved at once
Game Window

Ctrl


Asana
Show Keyboard Shortcuts
Application

Ctrl + /


Ace Editor
Toggle comment
Other

Ctrl + /


RPG Maker
Hold to walk anywhere
In play test

Ctrl


Novelty Visual Novel Maker
(hold object) Resize mode
Controls

Ctrl


Xfce
Toggle above
Window manipulation

Alt + F12


ZoomText
Pause speech
Reader

Ctrl


Autodesk Stingray
(or hold down Ctrl) Toggle selection
Selection and marquee selection

Ctrl


Evernote for Windows
Zoom Out
Note Editor

Ctrl + +


Adobe Bridge CC
Zoom in with Loupe tool (multiple selections)
Other most used shortcuts

Ctrl + +


Autodesk Stingray
Edit tangents (Force locked or broken)
Story editor

↑   Shift/Ctrl


Azure Portal
Search resource menu items
Actions

Ctrl + /


AI War Classic
(hold)     Show movement paths for all allied ships
General

Ctrl


ArtRage Studio Pro
Zoom In
Canvas Commands

Ctrl + +


JAWS
Interrupt Speech
Miscellaneous

Ctrl


Alteryx
Zoom in
Zoom in and out of the workflow

Ctrl + +


Bash (Unix shell)
Undo your last key press. It can be used multiple times
Correcting text

Ctrl + _


Black Desert Online
Show/hide pointer
General

Ctrl


GeForce Experience and GeForce Now
Toggle FPS counter on/off
General

Alt + F12


Kerbal Space Program
Jet down
EVA Commands

Ctrl


Atom (Windows)
editor:toggle-line-comments
All shortcuts

Ctrl + /


YouTube Studio
Zoom in
General

Ctrl + +


NoxPlayer
Add APK file
General

Ctrl + +


Bluebeam Revu
Zoom in
Viewing

Ctrl + +


CorelDRAW Graphics Suite 2018
Align To Baseline
General

Alt + F12


Gravit Designer
Zoom in
View

Ctrl + +


1Password
Increase the font size.
1Password application

Ctrl + +


PaintShop Pro 2018
Zoom in
Shortcuts with Ctrl

Ctrl + +


jEdit
Scroll down one line.
Scrolling

Ctrl + /


Diablo II
Hold down to run
General

Ctrl


Nuke
Show Timeline Editor
Timeline viewer

Ctrl + /


Magic: The Gathering Online
Hold to Keep Priority
General

Ctrl


Atom (Windows)
(Source: Markdown Preview) markdown-preview:zoom-in
All shortcuts

Ctrl + +


Destiny 2
Toggle Crouch
Common and character

Ctrl


Enter the Gungeon
Gun menu
"Recommended" preset

Ctrl


Discord
Show these keyboard shortcuts
General

Ctrl + /


Kindle for PC
Increase Font Size (doesn't work on comics or content for children)
While Reading a Book

Ctrl + +


Atom (Windows)
(Source: Markdown Preview) markdown-preview:zoom-out
All shortcuts

Ctrl + _


Nuance Power PDF
Zoom in
Zoom

Ctrl + +


World of Tanks
Hold Ctrl, right click the player name on the Team panel and select a complaint type
Complaints

Ctrl


ZenWriter 2
Superscript
General

Ctrl + +


Adobe Lightroom Classic
Display current module shortcuts
Help

Ctrl + /


Windows PowerShell ISE
Zoom In
Customizing the view

Ctrl + +


Don't Starve (PC)
Hold to modify mouse buttons actions when interacting with world objects
General

Ctrl


Heroes of the Storm
Open talent selection pane
General

Ctrl


OBS Studio
Hold Ctrl while moving/adjusting bounding box:    Temporarily disable source snapping (if enabled)
Preview window

Ctrl


Euro Truck Simulator 2
Gear down
Vehicle controls

Ctrl


Microsoft FrontPage
Insert HTML comment.
Work with coding tools

Ctrl + /


Blood
Fire the selected weapon's primary fire
Keyboard

Ctrl


Tom Clancy's Rainbow Six Siege
Prone
General

Ctrl


Xodo
Zoom in/out
Navigating

Ctrl + +


Camtasia
Zoom in
Editor's timeline

Ctrl + +


Microsoft Paint
Scale up and tool or shape
Powers of Ctrl

Ctrl + +


MyPaint
Rotate right
View

Ctrl


Microsoft FrontPage
Apply superscript (superscript: Describes text that is slightly higher than other text on a line, such as a footnote reference mark.) formatting.
Format text and paragraphs

Ctrl + +


Inkscape
Union
Path

Ctrl + +


Inkscape
Division (cut)
Path

Ctrl + /


Adobe Photoshop CC
(With Edge Highlighter tool selected) Toggle Smart Highlighting
Sonuç (Yalnızca Extract)

Ctrl


gedit
Remove trailing spaces (with plugin)
Tools

Alt + F12


Corel Painter
Last effect
Effects menu

Ctrl + /


Adobe Photoshop CC
Zoom in
Using Extract and Pattern Maker (optional plug-ins)

Ctrl + +


Corel Painter
Zoom in
Windows menu

Ctrl + +


Spartan Multi Clipboard
When a clip selected, hold down Ctrl to click clip Window
General

Ctrl


Corel Painter
Shape selection tool toggle
Shape tools

Ctrl


LightWave 3D
Set content directory
Layout: General

Alt + F12


Clip Studio Paint Pro
(During free transform) Scale up/Scale down/Rotate
Shortcuts used during operation

Ctrl


Adobe Premiere Pro (Windows)
New Custom Bin
Panels

Ctrl + /


Warcraft III
(when held during a command) Send action to currently active subgroup only
Game commands

Ctrl


Chromebook and Chrome OS
Zoom in on the page
Page and web browser

Ctrl + +


Adobe XD (Windows)
Direct Select
Operations menu

Ctrl


Adobe XD (Windows)
Zoom
Design specs

Ctrl + +


AWS Cloud9 IDE (Windows)
Font Larger
Miscellaneous

Ctrl + +


AWS Cloud9 IDE (Windows)
Toggle Comment
Code Manipulation

Ctrl + /


Microsoft Visual Studio 2017 (Most used shortcuts)
[Text Editor] Edit.PeekDefinition
Edit

Alt + F12


IntelliJ IDEA (Windows, Linux)
Comment / uncomment with line comment
Editing

Ctrl + /


Comodo IceDragon
Zoom in
PDF Viewer

Ctrl + +


WavePad
Zoom In
Zoom Operations

Ctrl + +


Counter Strike: Global Offensive
Duck
Movement

Ctrl


Brackets
Increase Font Size
General

Ctrl + +


Brackets
Toggle Line Comment
General

Ctrl + /


NetBeans
Inspect members/hierarchy
Coding in Java

Alt + F12


NetBeans
Remove comment lines
Coding in Java

Ctrl + /


Sweet Home 3D
Zoom in
General

Ctrl + +


Comodo IceDragon
Show/Hide Add-on Bar
Miscellaneous

Ctrl + /


LibreOffice Calc
To select multiple sheets in a spreadsheet, hold down Ctrl, and then click the name tabs at the lower edge of the workspace.
General

Ctrl


WinHex
Open directory
File menu

Ctrl + +


LibreOffice Draw
Bring forward
Drawings

Ctrl + +


LibreOffice Impress
Bring to Front
Normal view

Ctrl + +


GNU Emacs
Undo an unwanted change
Error recovery

Ctrl + _


GNU Emacs
Undo an unwanted change
Error recovery

Ctrl + /


Ardour
Toggle fade in active
Region Operations

Ctrl + /


PSPad
(drop into editor) Insert file names
Mouse controls

Ctrl


LibreOffice Calc
Selects the matrix formula range that contains the cursor
Navigating

Ctrl + /


LibreOffice Calc
Insert cells (as in menu Insert - Cells)
Navigating

Ctrl + +


WordPerfect X8
Change WordPerfect settings (Settings)
Tools menu

Alt + F12


WinHex
Template manager
View

Alt + F12


Microsoft Visual Studio 2017 (All shortcuts)
Tools.GoToCommandLine
Tools

Ctrl + /


LibreOffice Writer
Calculates the selected text and copies the result to the clipboard
General

Ctrl + +


Tekla Structures 20
Toggle selection
General

Ctrl