Qt Creator (MacOS)

Editor

Adjust size

Ctrl + J

All hotkeys for Qt Creator (MacOS)

Version Control - Bazaar
Commit/Submit

Command + Z , Alt+ C

Version Control - Bazaar
Diff

Command + Z , Alt+ D

Version Control - Bazaar
Log/Filelog

Command + Z , Alt+ L

Version Control - Bazaar
Status

Command + Z , Alt+ S

Version Control - CVS
Add

Command + C , Alt+ A

Version Control - CVS
Commit/Submit

Command + C , Alt+ C

Version Control - CVS
Diff

Command + C , Alt+ D

Version Control - Git
Add

Command + G , Command + A

Version Control - Git
Commit/Submit

Command + G , Command + C

Version Control - Git
Diff

Command + G , Command + D

Version Control - Git
Diff project

Command + G , Command + Shift + D

Version Control - Git
Blame/Annotate

Command + G , Command + B

Version Control - Git
Log/Filelog

Command + G , Command + L

Version Control - Git
Log project

Command + G , Command + K

Version Control - Git
Undo changes/Revert

Command + G , Command + U

Version Control - Mercurial
Add

Command + P , Command + A

Version Control - Mercurial
Commit/Submit

Command + P , Command + S

Version Control - Mercurial
Diff project

Command + P , Command + D

Version Control - Mercurial
Log/Filelog

Command + P , Command + F

Version Control - Mercurial
Undo changes/Revert

Command + P , Command + R

Version Control - Mercurial
Edit

Command + P , Command + E

Version Control - Subversion
Add

Command + G , Command + A

Version Control - Subversion
Commit/Submit

Command + G , Command + C

Version Control - Subversion
Diff

Command + G , Command + D

General
Open file or project

Ctrl + O

General
New file or project

Ctrl + N

General
Open in external editor

Command + V , Command + I

General
Select all

Ctrl + A

General
Delete

Delete

General
Cut / Copy / Paste

Ctrl + X / Ctrl + C / Ctrl + V

General
Undo

Ctrl + Z

General
Redo

Ctrl + Y

General
Print

Ctrl + P

General
Save

Ctrl + S

General
Save all

Ctrl + Shift + S

General
Close window

Ctrl + W

General
Close all windows

Ctrl + Shift + W

General
Close current file

Ctrl + F4

General
Go back / Go forward

Command + Arrow Left / Command + Arrow Right

General
Go to line

Ctrl + L

General
Go to other split

Ctrl +E, O

General
Previous open document / Next open document in history

Ctrl + Tab / Ctrl + Shift + Tab

General
Activate Locator

Ctrl + K

General
Switch to Welcome mode

Ctrl + 1

General
Switch to Edit mode

Ctrl + 2

General
Switch to Design mode

Ctrl + 3

General
Switch to Debug mode

Ctrl + 4

General
Switch to Projects mode

Ctrl + 5

General
Switch to Analyze mode

Ctrl + 6

General
Switch to Help mode

Ctrl + 7

General
Toggle Issues pane

Command + 1

General
Toggle Search Results pane

Command + 2

General
Toggle Application Output pane

Command + 3

General
Toggle Compile Output pane

Command + 4

General
Toggle other output panes

Command + 5 ... 9

General
Activate Bookmarks pane

Command + M

General
Activate File System pane

Command + Y

General
Activate Open Documents pane

Command + O

General
Maximize output panes

Command + 9

General
Move to next item in output panes

F6

General
Move to previous item in output panes

Shift + F6

General
Activate Projects pane

Command + X

General
Full screen

Ctrl + Shift + F11

General
Toggle the sidebar

Command + 0

General
Move to Edit mode

Esc

General
Exit Qt Creator

Ctrl + Q

Editor
Auto-indent selection

Ctrl + I

Editor
Collapse / Expand

Ctrl + < / Ctrl + >

Editor
Trigger a completion in this scope

Ctrl + Space

Editor
Copy line

Ctrl + Insert

Editor
Copy line down / copy line up

Ctrl + Command +Down

Editor
Paste from the clipboard history, Subsequent presses move you back in the history

Ctrl + Shift + V

Editor
Cut line

Shift + Delete

Editor
Join lines

Ctrl + J

Editor
Insert line above current line

Ctrl + Shift + Enter

Editor
Insert line below current line

Ctrl + Enter

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

Ctrl +-/ Ctrl + +

Editor
Reset font size

Ctrl + 0

Editor
Toggle Vim-style editing

Command + V , Alt+ V

Editor
Split

Ctrl + E , 2

Editor
Split side by side

Ctrl + E , 3

Editor
Remove all splits

Ctrl + E , 1

Editor
Remove current split

Ctrl + E , 0

Editor
Select all

Ctrl + A

Editor
Go to block end / Go to block start

Ctrl + ] / Ctrl + [

Editor
Go to block end / Go to block start with selection

Ctrl + } / Ctrl + {

Editor
Move current line down / Move current line up

Ctrl + Shift + Arrow Down / Ctrl + Shift + Arrow Up

Editor
Trigger a refactoring action in this scope

Command + Enter

Editor
Rewrap paragraph

Ctrl + E , R

Editor
Select the current block The second press extends the selection to the parent block

Ctrl + U

Editor
Enable text wrapping

Ctrl + E , Ctrl + W

Editor
Toggle comment for selection

Ctrl + /

Editor
Visualize whitespace

Ctrl +E, Ctrl+ V

Editor
Adjust size

Ctrl + J

Editor
Lay out in a grid

Ctrl + G

Editor
Lay out horizontally

Ctrl + H

Editor
Lay out vertically

Ctrl + L

Editor
Preview

Command + Shift + R

Editor
Edit signals and slots

F4

Editor
Toggle bookmark

Ctrl + M

Editor
Go to next bookmark / go to previous bookmar

Ctrl + . / Ctrl + ,

Editor
Fetch snippet

Command + C , Alt+ F

Editor
Paste snippet

Command + C , Alt+ P

Editor
Find usages

Ctrl + Shift + U

Editor
Follow symbol under cursor; Works with namespaces, classes, methods, variables, include statements and macros

F2

Editor
Rename symbol under cursor

Ctrl + Shift + R

Editor
Switch between method declaration and definition

Shift + F2

Editor
Open type hierarchy

Ctrl + Shift + T

Editor
Switch between header and source file

F4

Editor
Turn selected text into lowercase

Command + U

Editor
Turn selected text into uppercase

Command + Shift + U

Editor
Run static checks on JavaScript code to find common problems

Ctrl + Shift + C

Editor
Find and replace

Ctrl + F

Editor
Find next / Find previous

F3 / Shift + F3

Editor
Find next / Find previous occurrence of selected text

Ctrl + F3 / Ctrl + Shift + F3

Editor
Replace next

Ctrl + =

Editor
Open advanced find

Ctrl + Shift + F

Editor
Record a text-editing macro

Command + (

Editor
Stop recording a macro

Command + )

Editor
Play last macro

Command + R

Editor
Show Qt Quick toolbars

Ctrl + Command + Space

Editor
Execute user actions 1 … 9 in FakeVim mode

Command + V , 1 ... 9

Image Viewer
Switch to background

Ctrl + [

Image Viewer
Switch to outline

Ctrl + ]

Image Viewer
Zoom in / Zoom out

Ctrl + + / Ctrl + -

Image Viewer
Fit to screen

Ctrl + =

Image Viewer
Original size

Ctrl + 0

Qt Quick Designer
Open the QML file that defines the selected component

F2

Qt Quick Designer
Move between code editor and visual editor

F4

Qt Quick Designer
Toggle left sidebar

Ctrl + Command + 0

Qt Quick Designer
Toggle right sidebar

Ctrl + Command + Shift + 0

Debugging
Start or continue debugging

F5

Debugging
Exit debugger

Shift + F5

Debugging
Step over

F10

Debugging
Step into

F11

Debugging
Step out

Shift + F11

Debugging
Toggle breakpoint

F9

Debugging
Run to selected function

Ctrl + F6

Debugging
Run to line

Ctrl + F10

Debugging
Reverse direction

F12

Project
Build project

Ctrl + B

Project
Build all

Ctrl + Shift + B

Project
New project

Ctrl + Shift + N

Project
Open project

Ctrl + Shift + O

Project
Select the kit to build and run your project with

Ctrl + T

Project
Run

Ctrl + R

Version Control

Help
View context-sensitive help

F1

Help
Activate contents in Help mode

Ctrl + T

Help
Add bookmark in Help mode

Ctrl + M

Help
Activate index in Help mode

Ctrl + I

Help
Reset font size

Ctrl + 0

Help
Activate search in Help mode

Ctrl + S

Similar combinations for other applications


Eclipse Helios (Windows)
Incremental search forward / backwards. Type search term after pressing ctrl+j, there is now search window
Search and Replace

Ctrl + J / Ctrl + Shift + J


Thunderbird (Windows)
Open 'Saved Files' Window
Other Shortcuts

Ctrl + J


SharpDevelop 4.0 (Windows)
Insert code template
Coding Shortcuts

Ctrl + J


Firefox (Linux)
Open or close download window
Firefox Features

Ctrl + J


Firefox (Windows)
Open or close download window
Firefox Features

Ctrl + J


Thunderbird (Linux)
Open 'Saved Files' Window
Other Shortcuts

Ctrl + J


Visual Studio 2015 (Windows)
Open IntelliSense completion list
Code Editor - IntelliSense and Code Helper

Ctrl + J


Google Chrome (Windows)
Open Downloads tab
Access Browser Features

Ctrl + J


Notepad++ 5 (Windows)
Join lines
Edit - Line Operations

Ctrl + J


Zune (Windows)
Eject CD
Other

Ctrl + J


Notepad++ 5 (Windows)
Join lines
Search - Line Operations

Ctrl + J


Google Chrome (Linux)
Open Downloads tab
Access Browser Features

Ctrl + J


Mindjet Mindmanager 2012 (Windows)
Hyperlink open/create
Most used - Branches into maps

Ctrl + J / K


Visual Studio 2015 (Windows)
Open IntelliSense completion list
Coding - IntelliSense and Code Helper

Ctrl + J


Mindjet Mindmanager 2012 (Windows)
Hyperlink open/create
Reorganizing - Branches into maps

Ctrl + J / K


Vuescan (Windows)
Eject
14 Shortcuts for Vuescan (Windows)

Ctrl + J


Microsoft Word 2007 (Windows)
Switch a paragraph between justified and left-aligned.
Character and paragraph formatting Align paragraphs

Ctrl + J


Tekla Structures 14.0 (Windows)
Create AutoConnection
Modeling shortcuts

Ctrl + j


Oracle SQL Developer 4 (Windows)
Join Line
Code Editor

Ctrl + J


Sublime Text (Windows)
Join line below at end of current line
Cool Text Manipulation

Ctrl + J


Visual Studio 2015 (Windows)
Open IntelliSense completion list
Code Snippets (Visual C# Scheme) - IntelliSense and Code Helper

Ctrl + J


Evernote (Windows)
Align current paragraph or selection justified
Note Editor

Ctrl + j


Opera (Linux)
Open Downloads Menu
Menus

Ctrl + Shift + 7 / Ctrl + J


UltraEdit (Windows)
Select the current word (same as double click)
Edit Menu

Ctrl + J


Microsoft Outlook 2010 (Windows)
Create Journal entry for selected contact
Contacts Shortcuts

Ctrl + J


Photoshop Lightroom 4 (Windows)
Open Library view options
Comparing photos in the Library module

Ctrl + J


Microsoft Outlook 2010 (Windows)
Open selected item as Journal item
Tasks Shortcuts

Ctrl + J


VLC Media Player (MacOS)
Media information
Manage VLC, Playlists, and Special Commands

Ctrl + I / Ctrl + J


Vuescan (Linux)
Eject
12 Shortcuts for Vuescan (Linux)

Ctrl + J


Microsoft PowerPoint 2010 (Windows)
Justify a paragraph.
Change Fonts and Formatting

Ctrl + J


FreeMind 0.9.0 (Windows)
Join nodes
Node editing commands

Ctrl + J


Avid Media Composer 7 (Windows)
After using the "Zoom" shortcut above, this shortcut allows the editor to return to the previously used timeline magnification.
Timeline

Ctrl + J


iTunes (Windows)
Open the View Options window for the selected source
View Menu

Ctrl + J


Photoshop Lightroom 4 (Windows)
Open Develop view options
Develop Module

Ctrl + J


Audacity 2 (Windows)
Clip Boundaries > Join
Edit Menu

Ctrl + J


Photoshop Lightroom 4 (Windows)
Export PDF slide show
Slideshow module

Ctrl + J


IntelliJ (Linux)
Insert Live Template
Live Templates

Ctrl + J


IntelliJ (Windows)
Insert Live Template
Live Templates

Ctrl + J


Photoshop Lightroom 4 (Windows)
Export web gallery
Web module

Ctrl + J


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

Ctrl + J


Qt Creator (Windows)
Join lines
Editor

Ctrl + J


Pro Tools (Windows)
Transport online
Options Menu

Ctrl + J


Microsoft Word 2013 (Windows)
Justify-align paragraph
Format Paragraphs and Apply Styles

Ctrl + J


Qt Creator (Windows)
Adjust size
Editor

Ctrl + J


Atom (text editor) 1.0 (Linux)
Join lines
Editing Lines

Ctrl + j


Atom (text editor) 1.0 (Windows)
Join lines
Editing Lines

Ctrl + J


Notepad++ 6 (Windows)
Join Lines
Edit menu

Ctrl + J


Adobe Acrobat Pro (Windows)
JavaScript Debugger
Tools

Ctrl + J


Adobe Photoshop CC (Windows)
Layer via Copy
Basic Shortcuts for Photoshop CC 2015 - Layers Basics

Ctrl + J


Clink (Windows)
accept-line
BASH (GNU Readline) Line Editing

Ctrl + J


Microsoft Edge Browser (Windows)
Open downloads pane
Navigation

Ctrl + J


Adobe After Effects CC (Windows)
Set resolution to Full, Half, or Custom in Composition Panel
Views

Ctrl + J / Ctrl + Shift + J / Ctrl + Alt + J


Photoshop Lightroom CC (Windows)
Open Library view options
Comparing Photos in the Library Module

Ctrl + J


Microsoft Edge Browser (Windows)
Debug just my code (on Debugger tab)
Developer Tools (the following shortcuts are only applicable within the Developer Tools section)

Ctrl + J


Microsoft PowerPoint 2016 (Windows)
Justify Selected Phrase
Edit and General Text Operations

Ctrl + J


Adobe Premiere CC (Windows)
Templates
Marker Operation

Ctrl + J


Photoshop Lightroom CC (Windows)
Open Develop view options
Develop Module

Ctrl + J


Photoshop Lightroom CC (Windows)
Export PDF slide show
Slideshow Module

Ctrl + J


Adobe Photoshop CC (Windows)
Layer via Copy
Manage Panels - Layers Basics

Ctrl + J


Photoshop Lightroom CC (Windows)
Export web gallery
Web Module

Ctrl + J


InDesign CC (Windows)
Go to Page
Layout Menu Shortcuts

Ctrl + J


FileMaker Pro (Windows)
Show all records
Browse-Mode Shortcuts

Ctrl + J


FileMaker Pro (Windows)
Show all records
Find Mode Shortcuts

Ctrl + J


Anime Studio (Windows)
Show output only
View Shortcuts

Ctrl + J


Zoho Writer (Windows)
To Justify Full
Format Tab

Ctrl + J


ArchiCAD 20 (Windows)
Receive Changes
Teamwork

Ctrl + J


Microsoft Word 2016 (Windows)
Justify Selected Phrase
Text Editing/Graphics editing Operations

Ctrl + J


Zoho Show (Windows)
Justify align
Formatting Shortcuts

Ctrl + J


AutoCAD 2016 (Windows)
Repeats last command
General

Ctrl + J


AutoCAD 2016 (MacOS)
Repeats the previous command.
Manage Workflow

Ctrl + J


Sublime Text (Linux)
Join Line below to end of current line
General Editing Shortcuts

Ctrl + J


IntelliJ (MacOS)
Quick Documentation Setup
Editing Shortcuts

Ctrl + J


TextMate 2 (MacOS)
Reformat and Justify
General Shortcuts

Ctrl + J


JetBrains RubyMine (MacOS)
Quick Documentation Lookup
Editing Shortcuts

Ctrl + J


JetBrains PyCharm (MacOS)
Quick Documentation Lookup
Editing Shortcuts

Ctrl + J


JetBrains AppCode (MacOS)
Quick Documentation Lookup
Editing Shortcuts

Ctrl + J


Adobe Dreamweaver (Windows)
Jump to definition (JS files)
Coding Shortcuts

Ctrl + J


JetBrains RubyMine (Windows)
Insert Live Template
Live Templates

Ctrl + J


JetBrains RubyMine (Linux)
Insert Live Template
Live Templates

Ctrl + J


JetBrains PyCharm (Windows)
Insert Live Template
Live Templates

Ctrl + J


Zimbra Collaboration Suite 8 (Windows)
Show Next Tab
Tab Views

Ctrl + J


Desk.com (Windows)
Previous page
System-Wide

Ctrl + J


Bash (Linux)
NewLine
Editing

Ctrl + J


Autodesk SketchBook Pro (Windows)
Hide Lagoon
Actions

Ctrl + J


JetBrains PhpStorm (MacOS)
Quick Documentation Lookup
Editing

Ctrl + J


Daz 3D Carrara 8 (Windows)
Spline Modeler Grid
Application - Geometry

Ctrl + J


Daz 3D Carrara 8 (Windows)
Grid
Application - View

Ctrl + J


jEdit (Windows)
Join Lines
Text Editing

Ctrl + J


Blender 3D (Windows)
Join Object
Object Mode

Ctrl + J


JetBrains PhpStorm (Windows)
Insert Live Template
Live Template/Snippets

Ctrl + J


JetBrains PhpStorm (Linux)
Insert Live Template
Live Template/Snippets

Ctrl + J


Corel Ventura 10 (Windows)
Justify
Text Formatting

Ctrl + J


ACDSee (Windows)
Open Batch Rotate/Flip Images Dialog Box
View Mode

Ctrl + J


Corel WordPerfect X8 (Windows)
Justify Full
63 Shortcuts for Corel WordPerfect X8 (Windows)

Ctrl + J


Corel PhotoPaint X6 (Windows)
Customization
Tools

Ctrl + J


HTML-Kit (Windows)
Invoke HTML-Kit Shorthand
87 Shortcuts for HTML-Kit (Windows)

Ctrl + J


Daz 3D Carrara 8 (Windows)
Spline Modeler Grid
Spline Modeler - Geometry

Ctrl + J


Daz 3D Carrara 8 (Windows)
Grid
Spline Modeler - View

Ctrl + J


Corel Draw X8 (Windows)
Full justify
Text Formatting

Ctrl + J


Daz 3D Carrara 8 (Windows)
Spline Modeler Grid
Vertex Modeler - Geometry

Ctrl + J


Daz 3D Carrara 8 (Windows)
Grid
Vertex Modeler - View

Ctrl + J


Chief Architect (Windows)
Select Same Type
General Editing

Ctrl + J


Kingsoft Presentation 2016 (Windows)
Justify
Editing Shortcuts

Ctrl + J


Daz 3D Carrara 8 (Windows)
3D View Grid
3D View

Ctrl + J


Brackets (Windows)
Jump to Definition
99 Shortcuts for Brackets (Windows)

Ctrl + J


Flock (Windows)
Downloads
General

Ctrl + J


Kingsoft Writer 2016 (Windows)
Justify
Editing

Ctrl + J


Houdini (Windows)
Multi-snapping
Particle/Contex/Scene View

Ctrl + J


Krita Painting 3 (Windows)
Duplicate layer
Painting

Ctrl + J


Forte (Windows)
Move to Junk Folder
Main Browser Window

Ctrl + J


MPS 2017 (Windows)
Show a pop-up list of starting with a specified prefix
Advanced Editing

Ctrl + J


Jetbrains CLion (Windows)
Insert Live Template
Live Templates

Ctrl + J


Libreoffice Writer (Windows)
Justify
General

Ctrl + J


KMPlayer (Windows)
Open File(s) for TV-Out
General

Ctrl + J


XYplorer (Windows)
Set Visual Filter...
General Shortcuts

Ctrl + J


Siemens NX 11 (Windows)
Object Display
Edit Menu

Ctrl + J


PotPlayer (Windows)
Turn to Camera Device
Standard Keyboard Controls

Ctrl + J


Delphi 10 (Windows)
Invoke Code Templates also called Code Snippets
193 Shortcuts for Delphi 10 (Windows)

Ctrl + J


ProRealTime (Windows)
Display Objects
Charts

Ctrl + J


Rhino (Windows)
Join
Default Shortcuts

Ctrl + J


Impro-Visor (Windows)
copy chords and melody from selection to text area
Cut/Paste/Copy

Ctrl + J


Solid Edge (Windows)
Dimetric
Manipulation

Ctrl + J


CodeLite 10 (Windows)
Auto-complete / Abbreviations
Editor

Ctrl + Space / Ctrl + J


CodeLite 10 (Windows)
Find matching preprocessor conditional backwards, skipping nested ones.
Editor

Ctrl + J


FlashFXP (Web Application)
Disconnect server of active side.
54 Shortcuts for FlashFXP (Web Application)

Ctrl + J


Zwift (PC and macOS)
Just watch
Pairing devices screen

Ctrl + J


CuteFTP (Windows)
Launch Connection wizard
General

Ctrl + J


Vivaldi
Downloads panel
View

Ctrl + J


ChessBase 13
Set start move
Games lists

Ctrl + J


Xyplorer
Set Visual Filter...
View Menu

Ctrl + J


Moldflow Adviser (Windows)
Job Manager
Analysis

Ctrl + J


Moldflow Insight (Windows)
Job Manager
Analysis

Ctrl + J


winIDEA
Display Trigger Position
Plugin: Analyzer

Ctrl + J


Affinity Photo
Duplicate
Layer operations

Ctrl + J


Comodo IceDragon (Windows)
Downloads
Tools

Ctrl + J


PSPad (Windows)
Auto Completion
Tools

Ctrl + J


Easel
Combine
General

Ctrl + J


PhotoFiltre (Windows)
Show image properties
Others

Ctrl + J


Gmsh 4.1.4
Save model options
General

Ctrl + J


Ableton Live 9 (Windows)
Consolidate Selection intoClip
Arrangement View Ctrls

Ctrl + J


GibbsCAM (Windows)
Draw Points
View Menu

Ctrl + J


Modo (Windows)
Lock invert (toggle state)
Hide/Lock Geometry

Ctrl + J


Assetto Corsa
Show damage displayer
In-game

Ctrl + J


Inkscape (Windows)
Create dynamic offset
Path

Ctrl + J


Vectorworks (Windows)
Join
Modify Menu

Ctrl + J


GeoGebra
Select ancestors
Windows shortcuts

Ctrl + J


The Secret of Monkey Island
Select joystick as default control
Cursor controls

Ctrl + J


Sage Simply Accounting (Windows)
Display transaction details in report
Keyboard Shortcuts in Transaction Windows

Ctrl + J


WavePad Sound Editor (Windows)
Batch join
Edit Operations

Ctrl + J


CamBam (Windows)
Join selected drawing objects
32 Shortcuts for CamBam (Windows)

Ctrl + J


BricsCAD (Windows)
Repeats the previously issued command
Other Shortcuts

Ctrl + J


BricsCAD (Linux)
Repeats the previously issued Ctrl
Other Shortcuts

Ctrl + J


FlexiSign Pro 8.1 (Windows)
UnCompound
Arrangement

Ctrl + J


Brave Browser (Windows)
Downloads Manager
Bookmarks/History/Settings/Tools

Ctrl + J


KeyCreator (Windows)
Change Detail Attributes
Set Various Entities

Ctrl + J


eMachineShop (Windows)
Specify manufacturing , packing, shipment options for current Design
38 Shortcuts for eMachineShop (Windows)

Ctrl + J


MindManager v19 (Windows)
Hyperlink open/create
Most used - Branches into maps

Ctrl + J / K


SuperMemo (Windows)
Reschedule
129 Shortcuts for SuperMemo (Windows)

Ctrl + J


MindManager v19 (Windows)
Hyperlink open/create
Reorganizing - Branches into maps

Ctrl + J / K


Ableton Live 10
Consolidate Selection into Clip
Arrangement view commands

Ctrl + J


Google Chrome
Open the Downloads page in a new tab
Feature shortcuts

Ctrl + J


Adobe Illustrator
Join two or more paths
Draw

Ctrl + J


draw.io
Fit page
Navigate & view

Ctrl + J


Siemens NX
Object display
Edit menu

Ctrl + J


Winamp
Time jump tool
General

Ctrl + J


QuickBooks Desktop
Customer Center
Opening Windows/List

Ctrl + J


HitFilm
Jump to time (highlights current time indicatior)
General timeline

Ctrl + J


PyCharm 2018.2
Show a pop-up list of starting with a specified prefix.
Advanced editing

Ctrl + J


Quicken 2018
Go to the Bill & Income Reminders dialog
Features and lists

Ctrl + J


ArtRage Studio Pro
Adjust Layer Colors…
Panel Commands

Ctrl + J


Evernote for Windows
Justify
Note Editor

Ctrl + J


Adobe Lightroom Classic
Export web gallery
Working in the Web module

Ctrl + J


ActivePresenter 7
Justify
Canvas

Ctrl + J


Gravit Designer
Join paths
Modify

Ctrl + J


jEdit
Join lines.
Text editing

Ctrl + J


CorelDRAW Graphics Suite 2018
Options...
General

Ctrl + J


Windows PowerShell ISE
(Script pane, Command Pane) Show Snippets
Editing text

Ctrl + J


Adobe Photoshop CC
New layer via copy
Using the Layers panel

Ctrl + J


KMPlayer
Open File(s) for TV-Out
General

Ctrl + J


ZenWriter 2
Justify alignment
General

Ctrl + J


Nuance Power PDF
Open JavaScript console
JavaScript

Ctrl + J


Atom (Windows)
editor:join-lines
All shortcuts

Ctrl + J


BSPlayer
Jump to time
Misc

Ctrl + J


Microsoft FrontPage
Check out the currently selected file in the Folder List.
Access and use views

Ctrl + J


LightWave 3D
Joint move
Layout: Setup

Ctrl + J


PDF-XChange Editor
Show JavaScript Console
General

Ctrl + J


TextRoom
Align justify
General

Ctrl + J


Inkscape
Create dynamic offset
Path

Ctrl + J


Autodesk SketchBook (Windows)
Hide Lagoon
Tools

Ctrl + J


Oracle PeopleTools
Displays the system information page if configured by an administrator to appear.
General

Ctrl + J


Adobe Premiere Pro (Windows)
Templates...
Marker

Ctrl + J


Microsoft Word 2016
Switch a paragraph between justified and left-aligned
Change paragraph alignment

Ctrl + J


E-Sword
Format Scripture ToolTip Editors only
General

Ctrl + J


Arch Linux
End search
Terminal: Readline

Ctrl + J


Chromebook and Chrome OS
Open the Downloads page
Page and web browser

Ctrl + J


Microsoft Visual Studio 2017 (Most used shortcuts)
[Text Editor, Workflow Designer] Edit.ListMembers
Edit

Ctrl + J


WavePad
Batch Join
Edit Operations

Ctrl + J


Comodo IceDragon
Downloads
Tools

Ctrl + J


Brackets
Jump to Definition
General

Ctrl + J


Ardour
Trim region to end of prev region
Editing with Edit Point

Ctrl + J


IntelliJ IDEA (Windows, Linux)
Insert live template
Live Templates

Ctrl + J


PSPad
Auto Completion
Tools

Ctrl + J


GoldWave
Jumps the start marker to the next cue point.
Editing

Ctrl + J


Zim
Jump to page...  (either an existing or a new page)
General

Ctrl + J


WordPerfect X8
Justify Full
Formatting

Ctrl + J


LibreOffice Writer
Justify
General

Ctrl + J


Microsoft PowerPoint (Creating presentations)
Justify a paragraph
Format text: Align paragraphs

Ctrl + J


WriteMonkey
Join line below to the end of the current line
Editing

Ctrl + J


Tekla Structures 20
Create AutoConnection
Modeling

Ctrl + J


Qt Creator
Adjust size
Editing

Ctrl + J


Basecamp
Jump between projects
Navigation and selection

Ctrl + J


Maple
Insert Execution Group After Cursor
Menu accelerators

Ctrl + J


Vim
Move the cursor down one line
Navigation keys

Ctrl + J


FocusWriter
Justift
General

Ctrl + J


Google Translator Toolkit
Select next unit
Navigation

Ctrl + J


Sublime Text
Join line below to the end of the current line
Editing

Ctrl + J


Delphi
Invoke code templates also called code snippets
General

Ctrl + J


Clementine
Jump to current track
Playlists

Ctrl + J


REAPER
View: Jump to time window
Section: Main

Ctrl + J


Freemind
Join nodes
Node editing commands

Ctrl + J


The Bat!
Park
Working with Messages

Ctrl + J


Krita 3.0
Duplicate layer
Painting

Ctrl + J


Eclipse
Incremental search forward
Search and replace

Ctrl + J


ACDSee
Opens the Batch Rotate/Flip Images dialog box
General

Ctrl + J


Microsoft Internet Explorer 11
View downloads
Top shortcuts

Ctrl + J


Microsoft Visual Studio 2017 (All shortcuts)
Edit.ListMembers
Workflow Designer

Ctrl + J


Blender
Join selected objects
Object mode

Ctrl + J


Notepad++
Join lines
Edit menu

Ctrl + J


Firefox Quantum
Downloads
Tools

Ctrl + J


AIMP
Jump to time
Player

Ctrl + J


Zimbra Web Client
Go to next tab
Tabs view

Ctrl + J


Paint.NET
Rotate 180°
Image menu

Ctrl + J


Audacity
Clip Boundaries > Join
Edit menu

Ctrl + J


SQL Server Management Studio (SSMS)
List members
Microsoft IntelliSense

Ctrl + J


iTunes 11 for Windows
Open the View Options window for the selected source
View menu

Ctrl + J


Mozilla Thunderbird
Saved files
Controlling Thunderbird windows and tabs

Ctrl + J


Adobe Acrobat 2017 (Windows and Unix)
JavaScript Debugger
Selecting tools

Ctrl + J


Windows Media Player 11
Eject CD or DVD
Play videos with shortcuts

Ctrl + J


Wordpad
Justify text
General

Ctrl + J


Microsoft Edge
Open downloads pane
General

Ctrl + J


Facebook (Chrome)
Mark as spam
Website Messenger

Ctrl + J


Notepad2
Join lines
Block

Ctrl + J


Opera
Go to next unread message
E-mail keys: Navigation

Ctrl + J


Open Office Writer 3 (Windows)
Justify
General OpenOffice Writer Shortcuts

Ctrl + J


Rhythmbox (Linux)
Jump to currently playing track
General

Ctrl + J


Clementine Player (Linux)
Jump to current track
Playlists

Ctrl + J


Winamp Media Player (Windows)
Jump to time in current song
Play Music in Winamp

Ctrl + J


Internet Explorer (Windows)
Open Feeds.
Favorites, History and Search

Ctrl + J


Clementine Player (Windows)
Jump to current track
Playlists

Ctrl + J


Microsoft Word 2010 (Windows)
Justify-align paragraph
Navigate within Documents - Format Paragraphs

Ctrl + J


Adobe After Effects CS5 (Windows)
Set resolution to Full / Half / Custom in Composition panel
Views

Ctrl + J / Ctrl + Shift + J / Ctrl + Alt + J


Microsoft Outlook 2007 (Windows)
Create a Journal shortcut for the selected contact.
Shortcuts for Contacts

Ctrl + J


Microsoft Outlook 2007 (Windows)
Open selected item as a Journal item.
Shortcuts for Managing Tasks

Ctrl + J


Microsoft Word 2010 (Windows)
Justify-align paragraph
Edit Documents - Format Paragraphs

Ctrl + J


InDesign CS5 (Windows)
Activate the Go To command
Viewing documents and document workspaces

Ctrl + j


Windows Media Player 11 (Windows)
Eject CD or DVD (except on computers with two or more CD or DVD disc drives).
Play Videos with Shortcuts

Ctrl + J


Microsoft Word 2010 (Windows)
Justify-align paragraph
Formats - Format Paragraphs

Ctrl + J


Microsoft Word 2010 (Windows)
Justify-align paragraph
Manage Word View - Format Paragraphs

Ctrl + J


Microsoft Word 2010 (Windows)
Justify-align paragraph
Tables - Format Paragraphs

Ctrl + J


Nano
Justify the current paragraph
Formatting

Ctrl + J


Figma
Join selection
Shape

Ctrl + J


Scrivener 1.9.9
Align justified
Formatting

Ctrl + J


Final Draft 11 (Windows)
Insert scriptnote
General

Ctrl + J