jEdit

Files

Exit jEdit.

Ctrl + Q

All hotkeys for jEdit

Files
New file.

Ctrl + N

Files
Open file.

Ctrl + O

Files
Close buffer.

Ctrl + W

Files
Close all buffers.

Ctrl + E then Ctrl + W

Files
Save buffer.

Ctrl + S

Files
Save all buffers.

Ctrl + E then Ctrl + S

Files
Print buffer.

Ctrl + P

Files
Go to previous buffer.

Ctrl + Page Up

Files
Go to next buffer.

Ctrl + Page Down

Files
Go to recent buffer.

Ctrl + `

Files
Show buffer switcher.

Alt + `

Files
Exit jEdit.

Ctrl + Q

Views
Turn gutter (line numbering) on and off.

Ctrl + E then Ctrl + T

Views
Remove split containing current text area only.

Ctrl + 0

Views
Remove all splits.

Ctrl + 1

Views
Split view horizontally.

Ctrl + 2

Views
Split view vertically.

Ctrl + 3

Views
Send keyboard focus to previous text area.

Alt + Page Up

Views
Send keyboard focus to next text area.

Alt + Page Down

Views
Send keyboard focus to top; bottom; left; right docking area.

Ctrl + E then ← ↑ → ↓

Views
Close currently focused docking area.

Ctrl + E then Ctrl + `

Action bar
Display the action bar and give it keyboard focus.

Ctrl + ⤶ Enter

Action bar
Repeat last editor action.

Ctrl + Space

Moving the caret
Move caret one character or line.

← ↑ → ↓

Moving the caret
Move caret one word or paragraph.

Ctrl + ← ↑ → ↓

Moving the caret
Move caret one screenful.

Page Up / Down

Moving the caret
First non-whitespace character of line, beginning of line, first visible line (repeated presses).

Home

Moving the caret
Last non-whitespace character of line, end of line, last visible line (repeated presses).

End

Moving the caret
Beginning of buffer.

Ctrl + Home

Moving the caret
End of buffer.

Ctrl + End

Moving the caret
Go to matching bracket.

Ctrl + ]

Moving the caret
Go to previous bracket.

Ctrl + E

Source code editing
Expand abbreviation.

Ctrl + ;

Moving the caret
Go to line.

Ctrl + L

Selecting text
Extend selection by one character or line.

↑   Shift + ← ↑ → ↓

Selecting text
Extend selection by one word or paragraph.

Ctrl + ↑   Shift + ← ↑ → ↓

Selecting text
Extend selection by one screenful.

Shift + Page Up

Selecting text
Extend selection by one screenful.

Shift + Page Down

Selecting text
Extend selection to first non-whitespace character of line, beginning of line, first visible line (repeated presses).

↑   Shift + Home

Selecting text
Extend selection to last non-whitespace character of line, end of line, last visible line (repeated presses).

↑   Shift + End

Selecting text
Extend selection to beginning of buffer.

Ctrl + ↑   Shift + Home

Selecting text
Extend selection to end of buffer.

Ctrl + ↑   Shift + End

Selecting text
Select code block.

Ctrl + [

Selecting text
Select word; line; paragraph.

Ctrl + E then W

Selecting text
Select line

Ctrl + E then L

Selecting text
Select paragraph

Ctrl + E then P

Selecting text
Select line range.

Ctrl + E Ctrl + L

Selecting text
Select all.

Ctrl + A

Selecting text
Select none.

Esc

Selecting text
Switch between range and rectangular selection mode.

Alt + \

Selecting text
Switch between single and multiple selection mode.

Ctrl + \

Selecting text
Invert selection.

Ctrl + E then I

Scrolling
Ensure current line is visible, and send focus to the text area.

Ctrl + E then Ctrl + J

Scrolling
Center caret on screen.

Ctrl + E then Ctrl + N

Scrolling
Scroll up one line.

Ctrl + '

Scrolling
Scroll down one line.

Ctrl + /

Scrolling
Scroll up; down one page.

Alt + '

Scrolling
Scroll down one page.

Alt + /

Text editing
Undo.

Ctrl + Z

Text editing
Redo.

Ctrl + E then Ctrl + Z

Text editing
Delete character before caret

⬅ Backspace

Text editing
Delete character after caret

Del

Text editing
Delete word before caret

Ctrl + ⬅ Backspace

Text editing
Delete word after caret

Ctrl + Del

Text editing
Delete line

Ctrl + D

Text editing
Delete paragraph

Ctrl + E then D

Text editing
Delete from caret to beginning; end of line.

Ctrl + ↑   Shift + ⬅ Backspace

Text editing
Delete from caret to end of line.

Ctrl + ↑   Shift + Del

Text editing
Remove trailing whitespace from the current line (or all selected lines).

Ctrl + E then R

Text editing
Join lines.

Ctrl + J

Text editing
Complete word.

Ctrl + B

Text editing
Format paragraph (or selection).

Ctrl + E then F

Clipboard and registers
Cut selected text to clipboard.

Ctrl + X

Clipboard and registers
Cut selected text to clipboard.

↑   Shift + Del

Clipboard and registers
Copy selected text to clipboard.

Ctrl + C

Clipboard and registers
Copy selected text to clipboard.

Ctrl + Insert

Clipboard and registers
Append selected text to clipboard, removing it from the buffer.

Ctrl + E then Ctrl + U

Clipboard and registers
Append selected text to clipboard, leaving it in the buffer.

Ctrl + E then Ctrl + A

Clipboard and registers
Paste clipboard contents.

Ctrl + V

Clipboard and registers
Paste clipboard contents.

↑   Shift + Insert

Clipboard and registers
Vertically paste clipboard contents.

Ctrl + E then Ctrl + P

Clipboard and registers
(press key afterwards) Cut selected text to register key.

Ctrl + R then Ctrl + X

Clipboard and registers
(press key afterwards) Copy selected text to register key.

Ctrl + R then Ctrl + C

Clipboard and registers
(press key afterwards) Append selected text to register key, removing it from the buffer.

Ctrl + R then Ctrl + U

Clipboard and registers
(press key afterwards) Append selected text to register key, leaving it in the buffer.

Ctrl + R then Ctrl + A

Clipboard and registers
(press key afterwards) Paste contents of register key.

Ctrl + R then Ctrl + V

Clipboard and registers
(press key afterwards) Vertically paste contents of register key.

Ctrl + R then Ctrl + P

Clipboard and registers
Paste previous.

Ctrl + E then Ctrl + V

Clipboard and registers
Paste deleted.

Ctrl + E then Ctrl + Y

Markers
If current line doesn't contain a marker, one will be added. Otherwise, the existing marker will be removed. Use the Markers menu to return to markers added in this manner.

Ctrl + E Ctrl + M

Markers
Add marker with shortcut key.

Ctrl + T

Markers
Go to marker with shortcut key.

Ctrl + Y

Markers
Select to marker with shortcut key.

Ctrl + U

Markers
Go to marker with shortcut key, and move the marker to the previous caret position.

Ctrl + K

Markers
Move caret to previous marker.

Ctrl + E then Ctrl + ,

Markers
Move caret to next marker.

Ctrl + E then Ctrl + .

Search and replace
Open search and replace dialog box.

Ctrl + F

Search and replace
Find next.

Ctrl + G

Search and replace
Find previous.

Ctrl + H

Search and replace
Search in open buffers.

Ctrl + E then Ctrl + B

Search and replace
Search in directory.

Ctrl + E then Ctrl + D

Search and replace
Replace in selection.

Ctrl + E then Ctrl + R

Search and replace
Replace in selection and find next.

Ctrl + E then Ctrl + G

Search and replace
Incremental search bar.

Ctrl + ,

Search and replace
HyperSearch bar.

Alt + ,

Search and replace
Incremental search for word under the caret.

Ctrl + .

Search and replace
HyperSearch for word under the caret.

Alt + .

Search and replace
Toggle ignore case.

Ctrl + E then Ctrl + I

Search and replace
Toggle regular expressions.

Ctrl + E then Ctrl + X

Source code editing
Shift current line (or all selected lines) left; right.

Alt + ←  →

Source code editing
Shift selected lines left; right. Note that pressing TAB with no selection active will insert a tab character at the caret position.

↑   Shift + ⭾ Tab

Source code editing
Shift selected lines left; right. Note that pressing TAB with no selection active will insert a tab character at the caret position.

⭾ Tab

Source code editing
Indent current line (or all selected lines).

Ctrl + I

Source code editing
Range comment selection.

Ctrl + E then Ctrl + C

Source code editing
Line comment selection.

Ctrl + E then Ctrl + K

Folding and narrowing
Collapse fold containing caret.

Alt + ⬅ Backspace

Folding and narrowing
Expand fold containing caret one level only.

Alt + ⤶ Enter

Folding and narrowing
Expand fold containing caret fully.

Alt + ↑   Shift + ⤶ Enter

Folding and narrowing
Expand all folds.

Ctrl + E then X

Folding and narrowing
Add explicit fold.

Ctrl + E then A

Folding and narrowing
Select fold.

Ctrl + E then S

Folding and narrowing
Expand folds with level less than key, collapse all others.

Ctrl + E then ⤶ Enter

Folding and narrowing
Narrow to fold.

Ctrl + E then N then N

Folding and narrowing
Narrow to selection.

Ctrl + E then N then S

Folding and narrowing
Moves caret to previous; next fold.

Alt + ↑  ↓

Folding and narrowing
Moves caret to the parent fold of the one containing the caret.

Ctrl + E then U

Macros
Record macro.

Ctrl + M then Ctrl + R

Macros
Record temporary macro.

Ctrl + M then Ctrl + M

Macros
Stop recording.

Ctrl + M then Ctrl + S

Macros
Run temporary macro.

Ctrl + M then Ctrl + P

Alternative shortcuts
Move caret to previous character.

Alt + J

Alternative shortcuts
Move caret to next character.

Alt + L

Alternative shortcuts
Move caret up one line

Alt + I

Alternative shortcuts
Move caret down one line

Alt + K

Alternative shortcuts
Move caret up one screenful

Alt + Q

Alternative shortcuts
Move caret down one screenful

Alt + A

Alternative shortcuts
First non-whitespace character of line, beginning of line, first visible line (repeated presses).

Alt + Z

Alternative shortcuts
Last non-whitespace character of line, end of line, last visible line (repeated presses).

Alt + X

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


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)
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


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


NetBeans 8 (Windows)
Go backward/forward/to last edit
General Keyboard Shortcts

Alt + Left Arrow / Alt + Right Arrow / 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


NetBeans 8 (Windows)
Set request parameters
Compiling, Testing, and Running

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


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


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


Zoho Writer (Windows)
To Insert Equations
Format Tab

Ctrl + Q


Dynamics GP 2015 (Windows)
Account Alias
General Shortcuts

Ctrl + Q


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


Apple Photos (Windows)
Quit iPhoto
General

Ctrl + Q


GIMP (Windows)
Quit
File operations

Ctrl + Q


AutoCAD 2016 (Windows)
Quits the application
General

Ctrl + Q


Silhouette Studio (Windows)
Quit
File/Project

Ctrl + Q


AutoCad Architecture 2017 (Windows)
Quit
General

Ctrl + Q


TextMate 2 (MacOS)
Reformat Paragraph
General Shortcuts

Ctrl + Q


JetBrains RubyMine (Windows)
Quick Documentation Lookup
Editing Shortcuts

Ctrl + Q


JetBrains RubyMine (Linux)
Quick Documentation Lookup
Editing Shortcuts

Ctrl + Q


Amazon Kindle (Windows)
Quit Application
Global Shortcuts

Ctrl + Q


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

Ctrl + Q


JetBrains PyCharm (Windows)
Quick Documentation Lookup
Editing

Ctrl + Q


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

Ctrl + Q


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


DAZ Studio (Windows)
Draw stop
Draw Style Commands

Ctrl + Q


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


Opera (Windows)
Close Opera
System

Ctrl + Q


Steinberg Cubase 9 (Windows)
Quit
File

Ctrl + Q


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


Poser Pro (Windows)
Exit
File

Ctrl + Q


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

Ctrl + Q


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


Forte (Windows)
Paste as Quote
Composition Window

Ctrl + Q


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

Ctrl + Q


qBittorrent (Windows)
Exit qBittorrent
File Menu

Ctrl + Q


VideoPad Video Editor (Windows)
Quit videopad
Videopad

Ctrl + Q


Pegasus Mail (Web Application)
Perform quick selection
Messages

Ctrl + Q


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


Siemens NX 11 (Windows)
Finish Sketch
Format Menu

Ctrl + Q


Xamarin Studio (MonoDevelop) (Windows)
Quit
File Menu

Ctrl + Q


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

Ctrl + Q


ProRealTime (Windows)
Quit
File Menu

Ctrl + Q


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)
Insert new audio track
Timeline and Track List

Ctrl + Q


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

Ctrl + Q


Impro-Visor (Windows)
quit Impro+Visor
Files

Ctrl + Q


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)
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


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


PhotoFiltre (Windows)
Quit PhotoFiltre
Others

Ctrl + Q


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


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


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


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


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


FlexiSign Pro 8.1 (Windows)
Quit
Other Shortcuts

Ctrl + Q


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

Ctrl + Q


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


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


Maxthon
Send to the filter list
Ad Hunter

Ctrl + Q


Python IDLE for Windows
Close all windows and quit IDLE (asks to save if unsaved)
File menu

Ctrl + Q


Guitar Pro
Quit
General

Ctrl + Q


Eclipse
Jump to last edited location
Navigation in editor window

Ctrl + Q


Krita 3.0
Quit
General

Ctrl + Q


FileZilla
Exit
General

Ctrl + Q


Blender
Quit Blender
General

Ctrl + Q


The Bat!
T  Insert current time
Message Editor

Ctrl + Q


Windows Movie Maker
Rewind and go to the beginning of the storyboard/timeline
Timeline

Ctrl + Q


Microsoft Excel 2016
Display the Quick Analysis options for selected cells that contain data
Formatting cells

Ctrl + Q


IrfanView
Edit multipage TIF file
Tools and dialogs

Ctrl + Q


CoffeeCup HTML Editor
Redo
Edit

Ctrl + Q


Notepad++
Single line comment
Edit menu

Ctrl + Q


Zimbra Web Client
View shortcuts
Edit appointment

Ctrl + Q


Outlook 2016 and Outlook 2013
Remove paragraph formatting
Text formatting

Ctrl + Q


qBittorrent
Exit qBittorrent
General

Ctrl + Q


KeePass
Exit program
KeePass Interface

Ctrl + Q


Pidgin
Quit
Buddies menu

Ctrl + Q


Foxit PDF Reader 2.0
Exit Foxit Reader
File shortcuts

Ctrl + Q


AIMP
Queue manager
Queue

Ctrl + Q


WinSCP
Focus queue view (when visible)
File panels

Ctrl + Q


Audacity
Exit
File menu

Ctrl + Q


Everything
Exit Everything
General keyboard shortcuts

Ctrl + Q


Opera
Close Opera
System keys

Ctrl + Q


Wunderlist
Show activities
Windows 10 app

Ctrl + Q


Adobe Acrobat Reader DC
Exit and close all documents
Acrobat Reader features

Ctrl + Q


Android Studio
Quick documentation lookup
Writing code

Ctrl + Q


Windows Calculator
Subtract from memory
General

Ctrl + Q


Microsoft Groove
Search
General

Ctrl + Q


SketchUp
Outliner
Main window

Ctrl + Q


Facebook (Chrome)
Show/hide keyboard shortcuts
Website Messenger

Ctrl + Q


Microsoft OneNote
Mark the current page as read or unread
Share notes with other programs

Ctrl + Q


Notepad2
Exit Notepad2
Miscellaneous

Ctrl + Q


Adobe After Effects CS5 (Windows)
Quit
General

Ctrl + Q


Internet Explorer (Windows)
Show Tabs: Open or close quick tab view.
Tabbed Browsing main

Ctrl + Q


gedit 2.3 (Linux)
Quit program
Program

Ctrl + Q


Clementine Player (Linux)
Quit program
Playback

Ctrl + Q


Adobe Fireworks MX (Windows)
Quit Fireworks
Working With Fireworks Files using Shortcuts

ctrl + q


Google Earth 5 (Linux)
Quit program
Program

Ctrl + Q


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

Ctrl + Q


Clementine Player (Windows)
Quit program
Playback

Ctrl + Q


Rhythmbox (Linux)
Quit program
Window

Ctrl + Q


Tupi (Windows)
Exit Tupi
General Shortcuts

Ctrl + Q


Microsoft Outlook 2007 (Windows)
Mark as read or unread.
Shortcuts for Managing E-Mail

Ctrl + Q / Ctrl + U


IrfanView 4.42 (Windows)
Edit multipage TIF file
Tools and Dialogs

Ctrl + Q


Microsoft Outlook 2007 (Windows)
Remove paragraph formatting.
Shortcuts for Formatting Text

Ctrl + Q


Scrivener 1.9.9
Increase left indent
Other

Ctrl + Q


Xactimate
Go to XactContents
General

Ctrl + Q