NetBeans 8 (Windows)

General Keyboard Shortcts

Go backward/forward/to last edit

Alt + Left Arrow / Alt + Right Arrow / Ctrl + Q

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


Open Office Writer 3 (Linux)
Quit KDevelop
Manage Files

Ctrl + Q


Novell Evolution 2 (Linux)
Quit program
General

ctrl + q


Microsoft OneNote 2010 (Windows)
Mark the current page as Unread.
Various Other OneNote Shortcuts - Sharing Notes with other People or Programs

ctrl + q


Microsoft Outlook 2010 (Windows)
Mark as read or unread
Messages in Main View - Message List and Single Messages

Ctrl + Q / Ctrl + U


Eclipse Helios (Windows)
Jump to last location edited
Navigate in Editor

Ctrl + Q


Adobe Reader 9 (Linux)
Exit (close all documents)
Acrobat Features

Ctrl + q


Adobe Reader X (Windows)
Exit (close all documents)
Acrobat Features

Ctrl + Q


KDevelop (Linux)
Quit KDevelop
Manage Files

Ctrl + Q


Firefox (Linux)
Close current browser tab
Navigation

Ctrl + W / Ctrl + Q


Microsoft Outlook 2010 (Windows)
Remove paragraph formatting
Messages in Main View - Format Message Body

Ctrl + Q


Thunderbird (Windows)
Exit
Other Shortcuts

Ctrl + Q


Tally 9.0 (Windows)
Abandon a form – wherever you use this key combination, it quits that screen without making any changes to it.
General Shortcuts

Ctrl + Q


Thunderbird (Linux)
Exit
Other Shortcuts

Ctrl + Q


SharpDevelop 4.0 (Windows)
Create quick XML documentation
SharpDevelop Features

Ctrl + Q


Microsoft Outlook 2010 (Windows)
Mark as read or unread
Messages in Compose View - Message List and Single Messages

Ctrl + Q / Ctrl + U


Phoenix Viewer (Windows)
Quit
File

Ctrl + Q


Notepad++ 5 (Windows)
Toggle block comment
Edit - Comment / uncomment

Ctrl + Q


Notepad++ 5 (Windows)
Toggle block comment
Search - Comment / uncomment

Ctrl + Q


Microsoft Outlook 2010 (Windows)
Remove paragraph formatting
Messages in Compose View - Format Message Body

Ctrl + Q


Vuescan (Windows)
Quit
14 Shortcuts for Vuescan (Windows)

Ctrl + Q


Microsoft Outlook 2010 (Windows)
Mark as read or unread
Calendar Shortcuts - Message List and Single Messages

Ctrl + Q / Ctrl + U


Microsoft Word 2007 (Windows)
Remove paragraph formatting.
Character and paragraph formatting Align paragraphs

Ctrl + Q


Total Commander 8 (Windows)
Quick view panel instead of file window
Main Shortcuts

Ctrl + q


MyLifeOrganized (Windows)
Jump back/forward to previously selected task
Managing Tasks

Alt + Left Arrow / Alt + Right Arrow


Evernote (Windows)
Exit application
Main Application Shortcuts - Managing Evernote

Ctrl + q


Microsoft Outlook 2010 (Windows)
Remove paragraph formatting
Calendar Shortcuts - Format Message Body

Ctrl + Q


UltraEdit (Windows)
Position cursor at first not space character of next paragraph
Document Navigation Shortcuts

Alt + Right Arrow


UltraEdit (Windows)
Position cursor at first not space character of current paragraph (if positioned mid-paragraph) or previous paragraph
Document Navigation Shortcuts

Alt + Left Arrow


UltraEdit (Windows)
Open an existing document without showing File Open dialog
File Menu

Ctrl + Q


Oracle SQL Developer 4 (Windows)
Go to Next/ Previous Bookmark
Navigate

Ctrl + Q / Ctrl + Shift + Q


Jaws 11.0 (Windows)
Back a page
Navigation in HTML (Internet browsing)

Alt + left arrow


Jaws 11.0 (Windows)
Forward a page
Navigation in HTML (Internet browsing)

Alt + right arrow


AutoCAD 2012 (Windows)
Exit
Manage Drawings

Ctrl + Q


Texmaker 4.0.2 (Windows)
Exit
"File" menu

Ctrl + Q


FreeMind 0.9.0 (Windows)
Quit
File commands

Ctrl + Q


Vuescan (Linux)
Quit
12 Shortcuts for Vuescan (Linux)

Ctrl + Q


IntelliJ (Linux)
Quick documentation lookup
Editing

Ctrl + Q


IntelliJ (Windows)
Quick documentation lookup
Editing

Ctrl + Q


Audacity 2 (Windows)
Exit
File Menu

Ctrl + Q


Directory Opus (Windows)
FTP connect...
FTP Menu

Ctrl + Q


Presonus Studio One (Windows)
Quit
File Menu

Ctrl + Q


Beyond Compare (Windows)
Exit
Session Menu

Ctrl + Q


Adobe Reader X (Linux)
Exit (close all documents)
Acrobat Features

Ctrl + Q


Pro Tools (Windows)
Exit
File Menu

Ctrl + Q


Axialis IconWorkshop (Windows)
New - Icon project from clipboard...
File Menu

Ctrl + Q


Adobe Illustrator CS5 (Windows)
Increase or decrease kerning and tracking (for horizontal text, vor vertical text use Alt+Up Arrow/Down Arrow)
Working with Type

Alt + Right Arrow / Left Arrow


Qt Creator (Windows)
Exit Qt Creator
General

Ctrl + Q


Qt Creator (MacOS)
Exit Qt Creator
General

Ctrl + Q


Autodesk Maya 2015 (Windows)
File - Exit
File Operation

Ctrl + Q


Notepad++ 6 (Windows)
Single line comment
Edit menu

Ctrl + Q


FL Studio (Windows)
Quick quantize
Piano Roll Action

Ctrl + Q


Linux Mint (Linux)
Close all windows
File Manager (Nemo) - General

Ctrl + Q


Adobe After Effects CC (Windows)
Quit
Basics

Ctrl + Q


Adobe Photoshop CC (Windows)
Quit PhotoShop
Basic Shortcuts for Photoshop CC 2015 - File Basics

Ctrl + Q


Clink (Windows)
reload-lua-state
BASH (GNU Readline) Line Editing

Ctrl + Q


Sonos Controller (Windows)
Play Selection later
22 Shortcuts for Sonos Controller (Windows)

Ctrl + Q


Autodesk Maya 2017 (Windows)
File - Exit
File Operation

Ctrl + Q


Android Studio (Windows)
Quick documentation lookup
General Shortcuts

Ctrl + Q


Microsoft Outlook 2016 (Windows)
Remove paragraph formatting
Common Commands: Format Text and work with Editor

Ctrl + Q


Onshape (Windows)
Update drawing
Drawings

Ctrl + Q


Microsoft PowerPoint 2016 (Windows)
Save Presentation
Edit and General Text Operations

Ctrl + S / Ctrl + Q


Microsoft OneNote 2016 (Windows)
Mark current page as unread
Outlook 2016 Integration

Ctrl + Q


Adobe Premiere CC (Windows)
Exit
General Shortcuts

Ctrl + Q


Microsoft Outlook 2016 (Windows)
Mark as read/unread
Mail

Ctrl + Q / Ctrl + U


Nuke 10 (Windows)
Quit Application
Global Shortcuts

Ctrl + Q


Nuke 10 (Linux)
Quit Application
Global Shortcuts

Ctrl + Q


FileMaker Pro (Windows)
Exit or quit FileMaker Pro
General keyboard shortcuts (Windows)

Alt + F4 / Ctrl + Q


Adobe Photoshop CC (Windows)
Quit PhotoShop
Manage Panels - File Basics

Ctrl + Q


InDesign CC (Windows)
Tracking
Formatting Shortcuts

Alt + Left Arrow


InDesign CC (Windows)
Kerning
Formatting Shortcuts

Alt + Right Arrow


Corel Painter 2017 (Windows)
Quit
General Shortcuts

Ctrl + Q


Finale (Windows)
Quit
File Menu

Ctrl + Q / Alt + F4


InDesign CC (Windows)
Quit Application
File Menu Shortcuts

Ctrl + Q


CINEMA 4D (Windows)
Quit
File

Ctrl + Q


ArchiCAD 20 (Windows)
Quit
File Menu Commands

Ctrl + Q


Anime Studio (Windows)
Quit
General Shortcuts

Ctrl + Q


Hexagon 2 (Windows)
Quit
General Shortcuts

Ctrl + Q


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

Alt + Left arrow


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

Alt + Right arrow


Zoho Writer (Windows)
To Insert Equations
Format Tab

Ctrl + Q


Dynamics GP 2015 (Windows)
Account Alias
General Shortcuts

Ctrl + Q


Dynamics GP 2015 (Windows)
Forward and Back buttons
Tools Shortcuts

Alt + Right Arrow / Left Arrow


Windows Movie Maker (Windows)
Rewind and go to the beginning of the storyboard/timeline
On timeline

Ctrl + Q


Dynamics GP 2015 (Windows)
Sales Transaction Entry— Quick Print
Window Specific Keyboard Shortcuts

Ctrl + Q


GIMP (Linux)
Quit
File

Ctrl + Q


Dynamics NAV 2015 (Windows)
Go to the previous window in the navigation history
Navigation

Alt + Left Arrow


Dynamics NAV 2015 (Windows)
Go to the next window in the navigation history
Navigation

Alt + Left Arrow


Dynamics AX 2015 (Windows)
Use the Back function on the address bar.
Windows and Menu Control

Alt + Left Arrow


Dynamics AX 2015 (Windows)
Use the Forward function on the address bar.
Windows and Menu Control

Alt + Right Arrow


Apple Photos (Windows)
Quit iPhoto
General

Ctrl + Q


GIMP (Windows)
Quit
File operations

Ctrl + Q


Dynamics AX 2015 (Windows)
Move back to the previous Help topic.
General Shortcuts

Alt + Left Arrow


Dynamics AX 2015 (Windows)
Move forward to the next Help topic.
General Shortcuts

Alt + Right Arrow


Ace Projects (Windows)
Go to line end
Navigation Shortcuts

Alt + Right Arrow / End


AutoCAD 2016 (Windows)
Quits the application
General

Ctrl + Q


Silhouette Studio (Windows)
Quit
File/Project

Ctrl + Q


Microsoft Projects 2016 (Windows)
Rotate the shape 15 degrees to the right.
Working with OfficeArt Objects

Alt + Right Arrow


Microsoft Projects 2016 (Windows)
Rotate the shape 15 degrees to the left.
Working with OfficeArt Objects

Alt + Left Arrow


AutoCad Architecture 2017 (Windows)
Quit
General

Ctrl + Q


Microsoft Projects 2016 (Windows)
Move the timescale left.
Sheet View

Alt + Left Arrow


Microsoft Projects 2016 (Windows)
Move the timescale right.
Sheet View

Alt + Right Arrow


TextMate 2 (MacOS)
Reformat Paragraph
General Shortcuts

Ctrl + Q


Slack (Windows)
Previous Channel Visited
Navigation Controls

Alt + Left Arrow


Slack (Windows)
Next Channel Visited
Navigation Controls

Alt + Right Arrow


JetBrains RubyMine (Windows)
Quick Documentation Lookup
Editing Shortcuts

Ctrl + Q


JetBrains RubyMine (Linux)
Quick Documentation Lookup
Editing Shortcuts

Ctrl + Q


Microsoft Projects 2016 (Windows)
Scroll the timescale left.
Working with Tim[Esc]ale

Alt + Left Arrow


Microsoft Projects 2016 (Windows)
Scroll the timescale right.
Working with Tim[Esc]ale

Alt + Right Arrow


JetBrains PyCharm (Windows)
Go to Next/Previous Tab
Navigation

Alt + Left Arrow / Alt + Right Arrow


Rocket.Chat (Web Application)
Move to the Beginning of the Message
On Windows Plateform

Alt + Left Arrow


Amazon Kindle (Windows)
Quit Application
Global Shortcuts

Ctrl + Q


Rocket.Chat (Web Application)
Move to the End of the Message
On Windows Plateform

Alt + Right Arrow


JetBrains RubyMine (Windows)
Go to Next/Previous Tab
Navigation Shortcuts

Alt + Left Arrow / Alt + Right Arrow


FileZilla (Windows)
Exit
28 Shortcuts for FileZilla (Windows)

Ctrl + Q


JetBrains PyCharm (Windows)
Quick Documentation Lookup
Editing

Ctrl + Q


JetBrains RubyMine (Linux)
Go to Next/Previous Tab
Navigation Shortcuts

Alt + Left Arrow / Alt + Right Arrow


Windows 10 File Explorer (Windows)
Quit/ close Windows Explorer
Manage Windows Explorer

Ctrl + Q


Adobe Dreamweaver (Windows)
Move to start of current line
Coding Shortcuts

Alt + Left Arrow


Adobe Dreamweaver (Windows)
Move to end of current line
Coding Shortcuts

Alt + Right Arrow


Red Hat Enterprise (Linux)
Closes all browser windows and exits the application
Web Browser

Ctrl + Q


Adobe Dreamweaver (Windows)
Quit Application
Coding Shortcuts

Ctrl + Q


Autodesk SketchBook Pro (Windows)
Quit/ Exit
General Shortcuts

Ctrl + Q


jEdit (Windows)
Exit Jedit
File

Ctrl + Q


JetBrains PhpStorm (Windows)
Quick Documentation Lookup
Editing

Ctrl + Q


Autodesk Mudbox 2017 (Windows)
Exit
File Input and Output

Ctrl + Q


Daz 3D Bryce 7 (Windows)
Toggle hIerarchy for All Animated Objects
Advance Motion Lab

Ctrl + Q


Bash (Linux)
Allow Output to Screen
Process Controls

Ctrl + Q


JetBrains PhpStorm (Linux)
Quick Documentation Lookup
Editing

Ctrl + Q


DAZ Studio (Windows)
Exit
File commands

Ctrl + Q


JetBrains PhpStorm (Windows)
Go to Next/Previous Tab
Navigation

Alt + Left Arrow / Alt + Right Arrow


Freshdesk (Web Application)
Go to Next Page
Tickets

Alt + Right Arrow


Freshdesk (Web Application)
Go to Previous Page
Tickets

Alt + Left Arrow


Freshdesk (Web Application)
Go to Next Ticket
Tickets

Alt + Right Arrow


Freshdesk (Web Application)
Go to Previous Ticket
Tickets

Alt + Left Arrow


JetBrains PhpStorm (Linux)
Go to Next/Previous Tab
Navigation

Alt + Left Arrow / Alt + Right Arrow


DAZ Studio (Windows)
Draw stop
Draw Style Commands

Ctrl + Q


jEdit (Windows)
Shift Current Line Right
Source Code Editing

Alt + Right Arrow


Microsoft Teams (Windows)
Go to Next Tab
Navigation Shortcuts

Alt + Right Arrow


jEdit (Windows)
Shift Current Line Left
Source Code Editing

Alt + Left Arrow


Corel PhotoPaint X6 (Windows)
Select Acquire from Acquire Image
File Menu

Ctrl + Q


Microsoft Hotmail (Web Application)
Mark as Read
14 Shortcuts for Microsoft Hotmail (Web Application)

Ctrl + Q


ACDSee (Windows)
Zoom Image to Fit the Width
View Mode

Alt + Right Arrow


Opera (Windows)
Close Opera
System

Ctrl + Q


Steinberg Cubase 9 (Windows)
Quit
File

Ctrl + Q


Pinnacle Studio Ultimate 20 (Windows)
Trim out point by -1 Frame
Trim

Alt + Left Arrow


Pinnacle Studio Ultimate 20 (Windows)
Trim out point by +1 Frame
Trim

Alt + Right Arrow


Steinberg Cubase 9 (Windows)
Start left
Nudge Category

Alt + Right arrow


Steinberg Cubase 9 (Windows)
Start right
Nudge Category

Alt + Right arrow


HTML-Kit (Windows)
Invoke Two Step Keyboard Shortcut based on Ctrl+Q
87 Shortcuts for HTML-Kit (Windows)

Ctrl + Q


Corel Ventura 10 (Windows)
Snap to Grid
Zoom and View

Ctrl + Q


Corel Draw X8 (Windows)
Pan left
Zoom and Pan

Alt + Left arrow


InCopy CC (Windows)
Increase/Decrease leading (vertical text)
Working with Text

Alt + Right Arrow / Left Arrow


InCopy CC (Windows)
Increase/Decrease kerning/tracking
Working with Text

Alt + Right Arrow / Left Arrow


Poser Pro (Windows)
Exit
File

Ctrl + Q


InCopy CC (Windows)
Expand/Collapse element and child elements
Working with XML

Alt + Right Arrow / Left Arrow


Brackets (MacOS)
Move to Next Word
Placement

Alt + Right Arrow


Brackets (MacOS)
Move to Previous Word
Placement

Alt + Left Arrow


Forte (Windows)
Go Back to Previous Message
Main Browser Window

Backspace / Alt + Left arrow


Forte (Windows)
Go Forward to Message
Main Browser Window

Shift + Backspace / Alt + Right arrow


Brackets (Windows)
Quit
99 Shortcuts for Brackets (Windows)

Ctrl + Q


Houdini (Windows)
Next pane
Network View

Alt + Left arrow


Houdini (Windows)
Previous pane
Network View

Alt + Right arrow


IBM Director (Windows)
Navigate in browser history
14 Shortcuts for IBM Director (Windows)

Alt + Left Arrow / Right Arrow


Adobe Captivate 2017 (Windows)
Insert a random question slide
General and Miscellaneous Shortcuts

Ctrl + Q


SPSS Modeler (Windows)
Select All Nodes Downstream of Selected Node
Node

Ctrl + Q


Jetbrains CLion (Windows)
Quick documentation lookup
Editing Shortcuts

Ctrl + Q


Krita Painting 3 (Windows)
Quit
General

Ctrl + Q


Amarok (Windows)
Quit
General Shortcuts

Ctrl + Q


Brackets (Windows)
Go to Line Start
99 Shortcuts for Brackets (Windows)

Alt + Left Arrow


Brackets (Windows)
Go to Line End
99 Shortcuts for Brackets (Windows)

Alt + Right Arrow


MediaMonkey (Windows)
Advance Track in Property Editor
Standard Keyboard Shortcuts

Alt + Right Arrow


Forte (Windows)
Paste as Quote
Composition Window

Ctrl + Q


MediaMonkey (Windows)
Previous Track in Property Editor
Standard Keyboard Shortcuts

Alt + Left Arrow


WinSCP 5 (Windows)
Focus queue view (when visible)
File Panels

Ctrl + Q


MediaMonkey (Windows)
Previous node back
Standard Keyboard Shortcuts

Alt + Left Arrow


MediaMonkey (Windows)
Previous node forward
Standard Keyboard Shortcuts

Alt + Right Arrow


qBittorrent (Windows)
Exit qBittorrent
File Menu

Ctrl + Q


VideoPad Video Editor (Windows)
Quit videopad
Videopad

Ctrl + Q


XYplorer (Windows)
Back
Navigation

Alt + Left Arrow


XYplorer (Windows)
Forward
Navigation

Alt + Right Arrow


Pegasus Mail (Web Application)
Perform quick selection
Messages

Ctrl + Q


Jetbrains CLion (Windows)
Go to next/previous editor tab
Navigation Shortcuts

Alt + Right Arrow / Left Arrow


Groove Music (Windows)
Search
Song Select

Ctrl + Q


XYplorer (Windows)
Preview
General Shortcuts

Ctrl + Q


Maxthon (Web Application)
Send to the filter list
Ad Hunter

Ctrl + Q


DITA CMS (Windows)
Save All
22 Shortcuts for DITA CMS (Windows)

Ctrl + Q


Soundforge (Windows)
Move one video frame right/left (available only if the data window contains a video file)
Cursor Movements

Alt + Right Arrow / Left Arrow


Siemens NX 11 (Windows)
Finish Sketch
Format Menu

Ctrl + Q


MPS 2017 (Windows)
When several tabs are open in the editor or a view, open the next tab to the right (or first tab if the current one is the last)
General Shortcuts

Alt + Right Arrow


Xamarin Studio (MonoDevelop) (Windows)
Quit
File Menu

Ctrl + Q


Vegas Pro 14 (Windows)
Move one frame left/right
Cursor Placement,Loop Region and Time Selection

Alt + Left Arrow / Right Arrow


MPS 2017 (Windows)
When several tabs are open in the editor or a view, open the next tab to the left (or last tab if the current one is the first)
General Shortcuts

Alt + Left Arrow


Aptana Studio 3 (Windows)
Jump to Last Edit
Other Shortcuts

Ctrl + Q


Delphi 10 (Windows)
Browse Forward (hotlink history)
193 Shortcuts for Delphi 10 (Windows)

Alt + Right Arrow


Delphi 10 (Windows)
Browse Backward (hotlink history)
193 Shortcuts for Delphi 10 (Windows)

Alt + Left Arrow


ProRealTime (Windows)
Quit
File Menu

Ctrl + Q


Visual Studio Code (Windows)
Go back / forward
Navigation Shortcuts

Alt + Left Arrow/Right Arrow


Quickbooks Desktop (Windows)
Open Quick Report for item
Chart of Accounts

Ctrl + Q


Titanium (MacOS)
Last Edit Location
Navigation

Ctrl + Q


Synfig (Windows)
Quit Synfig Studio
73 Shortcuts for Synfig (Windows)

Ctrl + Q


Quickbooks Desktop (Windows)
QuickReport on transaction or list item
Account Register Shortcuts

Ctrl + q


Quickbooks Desktop (Windows)
Open Quick Report for item
Account Register Shortcuts

Ctrl + q


Quickbooks Desktop (Windows)
On any applicable item: open Quick report
Quick Reports

Ctrl + q


iClone 7 (Windows)
Show/Hide Gizmo
OnScreen Display

Ctrl + Q


GeoModeller3D (Windows)
Quit
File Operations

Ctrl + Q


Gnumeric (Windows)
Quit the application
21 Shortcuts for Gnumeric (Windows)

Ctrl + Q


SolidWorks (Windows)
Forced Rebuild
Edit Menu

Ctrl + Q


Vegas Pro 14 (Windows)
Go to previous frame
Playback,Recording and Preview

Alt + Left Arrow


Vegas Pro 14 (Windows)
Go to next frame
Playback,Recording and Preview

Alt + Right Arrow


Vegas Pro 14 (Windows)
Insert new audio track
Timeline and Track List

Ctrl + Q


SolidWorks (Windows)
Force Regen To Top Level Of Assy
Miscellaneous Shortcuts

Ctrl + Q


TurboCAD (Windows)
Set Left View
171 Shortcuts for TurboCAD (Windows)

Alt + Left Arrow


TurboCAD (Windows)
Set Right View
171 Shortcuts for TurboCAD (Windows)

Alt + Right Arrow


Impro-Visor (Windows)
quit Impro+Visor
Files

Ctrl + Q


Titanium (Windows)
Delete Previous Word
Text Editing

Alt + Left Arrow


ChessBase 13
£ Queen
Commentary symbols

Ctrl + Q


Raspbian
Close window
General

Ctrl + Q


QCad (Windows)
Quit application
File Handlng

Ctrl + Q


QCad (Linux)
Quit application
File Handlng

Ctrl + Q


Titanium (Windows)
Previous/Next Word
Navigation

Alt + Left Arrow / Right Arrow


Titanium (Windows)
Last Edit Location
Navigation

Ctrl + Q


TurboCAD (Windows)
Select all entities with a Query
171 Shortcuts for TurboCAD (Windows)

Ctrl + Q


Solidworks 2019
Force regen
Commands

Ctrl + Q


Vegas Pro 14 (Windows)
Insert new audio track
Mixing Console

Ctrl + Q


Xyplorer
Quick File View
File Menu

Ctrl + Q


FlashFXP (Web Application)
Queue selected items
54 Shortcuts for FlashFXP (Web Application)

Ctrl + Q


Surfcam (Windows)
Automatically Repaint the current image
60 Shortcuts for Surfcam (Windows)

Ctrl + Q


RStudio (Windows)
Quit Session (desktop only)
Session

Ctrl + Q


Kate (Linux)
Quit - close active copy of editor
29 Shortcuts for Kate (Linux)

Ctrl + Q


Exact Audio Copy
Compression queue control center
Tools menu

Ctrl + Q


Kate (Windows)
Quit - close active copy of editor
38 Shortcuts for Kate (Windows)

Ctrl + Q


winIDEA
Toggle header source
Project

Ctrl + Q


CuteFTP (Windows)
Add current path as new bookmark
General

Ctrl + Q


Modo (Windows)
Quit Modo
General/System

Ctrl + Q


Moldflow Insight (Windows)
Query Entities
Modeling

Ctrl + Q


Evergreen (Linux)
Close Window
Navigation

Ctrl + Q


Wordfast Pro (Windows)
Leverage Next Tu
100 Shortcuts for Wordfast Pro (Windows)

Alt + Right Arrow


Wordfast Pro (Windows)
Leverage Previous Tu
100 Shortcuts for Wordfast Pro (Windows)

Alt + Left Arrow


Geany (Linux)
Quit
Files

Ctrl + Q


Geany (Windows)
Quit
Files

Ctrl + Q


Ulead PhotoImpact 8 (Windows)
Closes PhotoImpact. If you have any image files open that have not been saved, you are prompted to do so
File Menu

Ctrl + Q


FEKO (Windows)
Undo view
General Functions in CADFEKO

Alt + Left Arrow


FEKO (Windows)
Redo view
General Functions in CADFEKO

Alt + Right Arrow


FEKO (Linux)
Undo view
General Functions in CADFEKO

Alt + Left Arrow


PhotoFiltre (Windows)
Quit PhotoFiltre
Others

Ctrl + Q


FEKO (Linux)
Redo view
General Functions in CADFEKO

Alt + Right Arrow


Maxwell Render (Windows)
Exit
File

Ctrl + Q


Inkscape (Windows)
Exit Inkscape
File

Ctrl + Q


Gmsh 4.1.4
Quit
General

Ctrl + Q


Vectorworks (Windows)
Exit
File Menu

Alt + F4 / Ctrl + Q


ArtRage 4.5 5 (Windows)
Quit
Menus

Ctrl + Q


SpaceClaim (Windows)
Nudge Secondary Dimension by Normal Distance or angle
71 Shortcuts for SpaceClaim (Windows)

Alt + Left Arrow / Alt + Right Arrow


FEKO (Windows)
Exit POSTFEKO
General POSTFEKO Shortcuts

Ctrl + Q


FEKO (Linux)
Exit POSTFEKO
General POSTFEKO Shortcuts

Ctrl + Q


Assetto Corsa
Damage displayer on/off
In-game

Ctrl + Q


FEKO (Windows)
Exit EDITFEKO
General EDITFEKO Shortcuts

Ctrl + Q


SpaceClaim (Windows)
Clear Spin center
71 Shortcuts for SpaceClaim (Windows)

Ctrl + Q


FEKO (Linux)
Exit EDITFEKO
General EDITFEKO Shortcuts

Ctrl + Q


Arduino (Windows)
Quit
29 Shortcuts for Arduino (Windows)

Ctrl + Q


Foxit Reader (Windows)
Quit Foxit Reader
30 Shortcuts for Foxit Reader (Windows)

Ctrl + Q


Arduino (Linux)
Quit
29 Shortcuts for Arduino (Linux)

Ctrl + Q


Foxit Reader (Linux)
Quit Foxit Reader
30 Shortcuts for Foxit Reader (Linux)

Ctrl + Q


Ableton Live 9 (Windows)
Quit Live
Working with Sets and the Program

Ctrl + Q


LDView
Exit
General

Ctrl + Q


GeoGebra
Select ancestors (deprecated)
Windows shortcuts

Ctrl + Q


Pidgin (Linux)
Quit
Buddies Menu

Ctrl + Q


gThumb (Linux)
Go back to the previously viewed folder
Navigation

Alt + Left Arrow


gThumb (Linux)
Go forward (after going back to a folder)
Navigation

Alt + Right Arrow


Altium Designer (Windows)
Access the Selection Memory dialog
Common Schematic and PCB Editor Shortcuts

Ctrl + Q


Brave Browser (Windows)
Quit Brave
Tabs and Windows

Ctrl + Q


MyPaint (Windows)
Quit
Show Edit Menu

Ctrl + Q


AVS Video Editor (Windows)
Previous Frame
Preview Area

Alt + Left Arrow


AVS Video Editor (Windows)
Next Frame
Preview Area

Alt + Right Arrow


Banner 9 (Windows, Mac)
Cancel Page, Close Current Page, Cancel Search/Query, or Exit
Mac shortcuts

Ctrl + Q


KeyCreator (Windows)
Delete
General Shortcuts

Ctrl + Q / Delete


MuseScore (Windows)
Move Lyric Syllable Left by 0.01sp
Lyrics Entry shortcuts

Alt + left Arrow


MuseScore (Windows)
Move Lyric Syllable Right by 0.01sp
Lyrics Entry shortcuts

Alt + Right Arrow


Balsamiq Mockups (Windows)
Quit Balsamiq Mockups
Working with Mockup Files

Ctrl + Q


BricsCAD (Windows)
Quits the application prompts to save changes (QUIT command)
Other Shortcuts

Ctrl + Q


DraftSight (Windows)
Quit
37 Shortcuts for DraftSight (Windows)

Ctrl + Q


BricsCAD (Linux)
Quits the application prompts to save changes (QUIT Ctrl)
Other Shortcuts

Ctrl + Q


RStudio
Quit Session (desktop only)
Session

Ctrl + Q


Adobe Illustrator
Exit the application
Work with documents

Ctrl + Q


Altium Designer (Windows)
View previous component for active library document
PCB Editor Only Shortcuts

Alt Left Arrow


Altium Designer (Windows)
View next component for active library document
PCB Editor Only Shortcuts

Alt Right Arrow


FlexiSign Pro 8.1 (Windows)
Quit
Other Shortcuts

Ctrl + Q


SuperMemo (Windows)
Import File
129 Shortcuts for SuperMemo (Windows)

Ctrl + Q


KeyCreator (Windows)
Open Splitter
Miscellaneous Shortcuts

Alt + Right Arrow


KeyCreator (Windows)
Close Splitter
Miscellaneous Shortcuts

Alt + Left Arrow


Evolution
Quit Evolution
Global - Controls

Ctrl + Q


Claws Mail
Exit
Main window

Ctrl + Q


Ableton Live 10
Quit Live
Working with Sets and the Program

Ctrl + Q


AutoCAD
Exit
Manage Drawings

Ctrl + Q


Shotcut
Quit
Main Menu

Ctrl + Q


QuickBooks Desktop
To run a Quick Report, highlight an account, customer, or vendor then press Ctrl + Q to pull up the report.
Opening Windows/List

Ctrl + Q


PyCharm 2018.2
Show a pop-up window with the documentation for the symbol at the caret.
Advanced editing

Ctrl + Q


Siemens NX
Finish sketch
Format menu

Ctrl + Q


Tibia
/  Log out from the game
Control Buttons

Ctrl + Q


Telegram
Quit Telegram
General

Ctrl + Q


Evernote for Windows
Quick Search
Application-wide

Ctrl + Q


Total War: Attila
Voice chat
Universal

Ctrl + Q


ArtRage Studio Pro
Quit Application
General Commands

Ctrl + Q


Adobe Bridge CC
Exit / quit
File menu

Ctrl + Q


Bash (Unix shell)
Resume output to the screen after stopping it with Ctrl + S
Controlling the screen

Ctrl + Q


Aegisub
Exit the application
Default

Ctrl + Q


jEdit
Exit jEdit.
Files

Ctrl + Q


Nuke
Exit the application
Global

Ctrl + Q


CorelDRAW Graphics Suite 2018
Convert To Curves
General

Ctrl + Q


Minecraft Java Edition
Drop whole stack of items. On Mac, use shortcut below, because this shortcut will quit game
Gameplay

Ctrl + Q


Adobe Dimension CC (Windows)
Quit Dimension
Application

Ctrl + Q


Kindle for PC
Exit the Application
Anywhere in the application

Ctrl + Q


Bluebeam Revu
Exit
Advanced text

Ctrl + Q


Nuance Power PDF
Quit application
Application exit

Ctrl + Q


Inkscape
Exit Inkscape
File

Ctrl + Q


Microsoft FrontPage
Quick tag editor.
Work with coding tools

Ctrl + Q


PDF-XChange Editor
Exit
General

Ctrl + Q


Clip Studio Paint Pro
Quit CLIP STUDIO PAINT [Windows]
File menu

Ctrl + Q


TextRoom
Quit
General

Ctrl + Q


Adobe Premiere Pro (Windows)
Exit
File

Ctrl + Q


Autodesk SketchBook (Windows)
Quit app
SketchBook for Mobile

Ctrl + Q


Corel Painter
Exit (Windows)
File menu commands

Ctrl + Q


MyPaint
Quit
Edit

Ctrl + Q


KDE Plasma Desktop
Quit
Working with windows

Ctrl + Q


gedit
Quit gedit
Working with files

Ctrl + Q


Corel Painter (Mac)
Exit (Windows)
File menu commands

Ctrl + Q


LightWave 3D
Master plugins
Layout: Utilities

Ctrl + Q


Microsoft Word 2016
Remove paragraph formatting
Change paragraph alignment

Ctrl + Q


Riffstation Desktop
Exit
General

Ctrl + Q


IntelliJ IDEA (Windows, Linux)
Quick documentation lookup
Editing

Ctrl + Q


NetBeans
Set request parameters
Compiling, testing and running

Ctrl + Q


Ardour
Quit
Session and file handling

Ctrl + Q


Brackets
Quit
General

Ctrl + Q


GIMP
Quit
File

Ctrl + Q


Mp3tag
Show/hide tag input mask
General

Ctrl + Q


GoldWave
Drops a new cue point at the current playback, recording, or start marker position.  Cue naming is controlled by the Auto Cue setting under the Cue Points Tool.
Editing

Ctrl + Q


Zim
Quit the application
General

Ctrl + Q


WriteMonkey
Quit / Close Writemonkey
General

Ctrl + Q


REAPER
File: Quit REAPER
Section: Main

Ctrl + Q


WinHex
Close all windows
Window menu

Ctrl + Q


LibreOffice
Exits application.
Controlling documents and windows

Ctrl + Q


Microsoft Visual Studio 2017 (All shortcuts)
Window.QuickLaunch
Window

Ctrl + Q


Qt Creator
Exit Qt Creator
General

Ctrl + Q


FileMaker
Exit or quit FileMaker Pro
General

Ctrl + Q


FocusWriter
Quit
General

Ctrl + Q


GNU Emacs
then char: Quoted insert
Miscellaneous

Ctrl + Q


Freemind
Quit
File commands

Ctrl + Q


KompoZer
Exit KompoZer
General

Ctrl + Q


Clementine
Quit program
Playback

Ctrl + Q


Maple
Pre-Subscript (1)
2D Math

Ctrl + Q


League of Legends
Add an ability point to the champion's 1st ability
General

Ctrl + Q


Sumatra PDF
Quit program
Actions

Ctrl + Q