Eclipse

Search and replace

Incremental search forward

Ctrl + J

All hotkeys for Eclipse

Managing files and projects
Create a new project with Wizard

Ctrl + N

Managing files and projects
Create a new project, file, class, etc.

Ctrl + Alt + N

Managing files and projects
. Open project, file, etc.

Alt + F then .

Managing files and projects
Open resource file, folder or project

Ctrl + ↑   Shift + R

Managing files and projects
Show and access file properties

Alt + ⤶ Enter

Running and debugging
Step into function

F5

Managing files and projects
Save currently open file

Ctrl + S

Managing files and projects
Save all open files

Ctrl + ↑   Shift + S

Managing files and projects
Close currently open file

Ctrl + W

Managing files and projects
Close all files

Ctrl + ↑   Shift + W

Editor
Jump to the editor window

F12

Editor
Switch to previous editor

Ctrl + Page Down

Editor
Switch to next editor

Ctrl + Page Up

Editor
Maximize or restore current editor window (also works with other windows)

Ctrl + M

Editor
Show the list of open editors

Ctrl + E

Editor
Show the list of open editors, but switch immediately when you release <keybs>Ctrl</keybs>

Ctrl + F6

Editor
Go to previous / next editor windows

Alt + ←  →

Editor
Open Editor Window Option menu

Alt + -

Editor
Show view menu

Ctrl + F10

Editor
n Show / hide line numbers

Ctrl + F10 then N

Editor
Show or hide the diff. column on the left (column that indicates changes since last save)

Ctrl + ↑   Shift + Q

Editor
Zoom in

Ctrl + ↑   Shift + +

Editor
Zoom out

Ctrl + ↑   Shift + -

Navigation in editor window
Jump to beginning of indention. Press twice to jump to beginning of the line

Home

Navigation in editor window
Jump to end of line

End

Navigation in editor window
Jump to beginning of source

Ctrl + Home

Navigation in editor window
Jump to end of source

Ctrl + End

Navigation in editor window
Jump one word to the left / right

Ctrl + ←  →

Navigation in editor window
Jump to previous / next method

Ctrl + ↑   Shift + ↑  ↓

Navigation in editor window
Jump to line number

Ctrl + L

Navigation in editor window
Jump to last edited location

Ctrl + Q

Navigation in editor window
Jump to previous / next compiler syntax warning or error

Ctrl + .

Navigation in editor window
Jump to previous / next compiler syntax warning or error

Ctrl + ,

Navigation in editor window
With a bracket selected: Jump to matching closing or opening bracket

Ctrl + ↑   Shift + P

Navigation in editor window
Collapse / expand current method or class

Ctrl + [

Navigation in editor window
Collapse / expand current method or class

Ctrl + ]

Navigation in editor window
Collapse / expand current method or class

Ctrl + Num -

Navigation in editor window
Collapse / expand all methods or classes

Ctrl + Num *

Navigation in editor window
Scroll editor without changing cursor position

Ctrl + ↑  ↓

Navigation in editor window
Previous sub-tab

Alt + Page Up

Navigation in editor window
Next sub-tab

Alt + Page Down

Selecting text
Expand selection by one character to the left or right

↑   Shift + ←  →

Selecting text
Expand selection to the next or previous word

Ctrl + ↑   Shift + ←  →

Selecting text
Expand selection by one line up or down

↑   Shift + ↑  ↓

Selecting text
Expand selection to end of line

↑   Shift + End

Selecting text
Expand eslection to beginning of line

↑   Shift + Home

Selecting text
Expand selection to current element

Alt + ↑   Shift +

Selecting text
Expand selection to previous or next element

Alt + ↑   Shift + ←  →

Selecting text
Reduce previously expanded selection by one step

Alt + ↑   Shift +

Editing text
Copy

Ctrl + C

Editing text
Cut

Ctrl + X

Editing text
Paste

Ctrl + V

Editing text
Undo last action

Ctrl + Z

Editing text
Redo last undone action

Ctrl + Y

Editing text
Delete line

Ctrl + D

Editing text
Move current line or selection up or down

Alt + ↑  ↓

Editing text
Duplicate current line or selection up or down

Ctrl + Alt + ↑  ↓

Editing text
Delete next word

Ctrl + Del

Editing text
Delete previous word

Ctrl + ⬅ Backspace

Editing text
Enter line below current line

↑   Shift + ⤶ Enter

Editing text
Enter line above current line

↑   Shift + Ctrl + ⤶ Enter

Editing text
Switch between insert and overwrite mode

Insert

Editing text
Convert selection to lowercase

↑   Shift + Ctrl + Y

Editing text
Convert selection to uppercase

↑   Shift + Ctrl + X

Search and replace
Open find and replace dialog box

Ctrl + F

Search and replace
Find previous occurence of the search term

Ctrl + K

Search and replace
Find next occurence of the search term

Ctrl + ↑   Shift + K

Search and replace
Search Workspace (Java search, Task search, and File search)

Ctrl + H

Search and replace
Incremental search forward

Ctrl + J

Search and replace
Incremental search backwards

Ctrl + ↑   Shift + J

Search and replace
Open a resource search dialog to find any class

Ctrl + ↑   Shift + O

Indentions and comments
Increase indent of selected text

⭾ Tab

Indentions and comments
Decrease indent of selected text

↑   Shift + ⭾ Tab

Indentions and comments
Correct indention of selected text or current line

Ctrl + I

Indentions and comments
Auto format all code in editor using code formatter

Ctrl + ↑   Shift + F

Indentions and comments
Comment / uncomment line or selection (add //)

Ctrl + /

Indentions and comments
Toggle comments

Ctrl + ↑   Shift + C

Indentions and comments
Add block comment arount selection (add /...*/)

Ctrl + ↑   Shift + /

Indentions and comments
Remove block comment

Ctrl + ↑   Shift + \

Indentions and comments
Add element comment (add /** ... */)

Alt + ↑   Shift + J

Editing source code
Open content assist (e.g. show available methods or field names)

Ctrl + Space

Editing source code
Open quick fix and quick assist

Ctrl + 1

Editing source code
Suggest word completion (after typing at least one letter). Press repeatedly until reaching correct name

Alt + /

Editing source code
Deactivate or activate Smart Insert Mode (automatic indention, automatic brackets, etc.)

Ctrl + ↑   Shift + Insert

Code information
Show code outline or structure

Ctrl + O

Code information
Open class, method, or variable information (show as tooltip text)

F2

Code information
Open declaration: Jump to Declaration of selected class, method, or parameter

F3

Code information
Open Type Hierarchy window for selected item

F4

Code information
Show or open Quick Type Hierarchy for selected item

Ctrl + T

Code information
Open type in hierarchy

Ctrl + ↑   Shift + T

Code information
Open call hierarchy

Ctrl + Alt + H

Code information
Find occurrences of expression in current file

Ctrl + ↑   Shift + U

Code information
Open declaration or implementation

Ctrl + Mouse movement

Refactoring
Rename selected element and all references

Alt + ↑   Shift + R

Refactoring
Move selected element to other class or file (with complete method or class selected)

Alt + ↑   Shift + V

Refactoring
Change method signature (with method name selected)

Alt + ↑   Shift + C

Refactoring
Extract selection to method

Alt + ↑   Shift + M

Refactoring
Extract local variable: Create and assign a variable from selected expression

Alt + ↑   Shift + L

Refactoring
Inline selected local variables, methods or constants when possible (replaces variable with its declarations/ assignment and puts it directly into the statements)

Alt + ↑   Shift + I

Running and debugging
Save and launch application

Ctrl + F11

Running and debugging
Debug

F11

Running and debugging
Next step (line by line)

F6

Running and debugging
Step out

F7

Running and debugging
Skip to next breakpoint

F8

Other
Switch forward between panels. Useful for switching back and forth between Package Explorer and Editor

Ctrl + F7

Other
Switch backward between panels. Useful for switching back and forth between Package Explorer and Editor

Ctrl + ↑   Shift + F7

Other
Print

Ctrl + P

Other
Open Eclipse help

F1

Other
Show context menu

↑   Shift + F10

Team (SVN Subversive)
Synchronize with repository

Ctrl + Alt + S

Team (SVN Subversive)
Commit

Ctrl + Alt + C

Team (SVN Subversive)
Update

Ctrl + Alt + U

Team (SVN Subversive)
Update to revision

Ctrl + Alt + D

Team (SVN Subversive)
Merge

Ctrl + Alt + E

Team (SVN Subversive)
Show properties

Ctrl + Alt + T

Team (SVN Subversive)
Add to svn:ignore

Ctrl + Alt + I

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


Qt Creator (MacOS)
Join lines
Editor

Ctrl + J


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

Ctrl + J


Qt Creator (Windows)
Adjust size
Editor

Ctrl + J


Qt Creator (MacOS)
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


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