Eclipse Helios (Windows)

Search and Replace

Find previous / find next occurrence of search term (close find window first)

Ctrl + K / Ctrl + Shift + K

All hotkeys for Eclipse Helios (Windows)

Manage Files and Projects
Create new project using the Wizard

Ctrl + N

Manage Files and Projects
Create new project, file, class, etc.

Ctrl + Alt + N

Manage Files and Projects
Open project, file, etc.

Alt + F , then .

Manage Files and Projects
Open Resource (file, folder or project)

Ctrl + Shift + R

Manage Files and Projects
Show and access file properties

Alt + Enter

Manage Files and Projects
Save current file

Ctrl + S

Manage Files and Projects
Save all files

Ctrl + Shift + S

Manage Files and Projects
Close current file

Ctrl + W

Manage Files and Projects
Close all files

Ctrl + Shift + W

Manage Files and Projects
Refresh content of selected element with local file system

F5

Editor Window
Jump to Editor Window

F12

Editor Window
Switch to next editor / switch to previous editor

Ctrl + Page Down / Ctrl + Page Up

Editor Window
Maximize or un-maximize current Editor Window (also works for other Windows)

Ctrl + M

Editor Window
Show list of open Editors. Use arrow keys and enter to switch

Ctrl + E

Editor Window
Show list of open Editors. Similar to ctrl+e but switches immediately upon release of ctrl

Ctrl + F6 / Ctrl + Shift + F6

Editor Window
Go to previous / go to next Editor Window

Alt + Arrow Left / Alt + Arrow Right

Editor Window
Open Editor Window Option menu

Alt + -

Editor Window
Show view menu (features available on left vertical bar: breakpoints, bookmarks, line numbers, …)

Ctrl + F10

Editor Window
Show or hide line numbers

Ctrl + F10 , then n

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

Ctrl + Shift + Q

Editor Window
Zoom text in/ out

Ctrl + Shift + + / -

Navigate in Editor
Jump to beginning / jump to end of indention. Press home twice to jump to beginning of line

Home / End

Navigate in Editor
Jump to beginning / jump to end of source

Ctrl + Home / End

Navigate in Editor
Jump one word to the left / one word to the right

Ctrl + Arrow Right / Arrow Left

Navigate in Editor
Jump to previous / jump to next method

Ctrl + Shift + Arrow Down / Arrow Up

Navigate in Editor
Jump to Line Number. To hide/show line numbers, press ctrl+F10 and select 'Show Line Numbers'

Ctrl + L

Navigate in Editor
Jump to last location edited

Ctrl + Q

Navigate in Editor
Jump to next / jump to previous compiler syntax warning or error

Ctrl + . / Ctrl + ,

Navigate in Editor
With a bracket selected: jump to the matching closing or opening bracket

Ctrl + Shift + P

Navigate in Editor
Collapse / Expand current method or class

Ctrl + [ + ] / Ctrl + - on numeric keyboard

Navigate in Editor
Collapse / Expand all methods or classes

Ctrl + [ / ] / Ctrl + * on numeric keyboard

Navigate in Editor
Scroll Editor without changing cursor position

Ctrl + Arrow Down / Ctrl + Arrow Up

Navigate in Editor
Next Sub-Tab / Previous Sub-Tab

Alt + Page Up / Alt + Page Down

Select Text
Expand selection by one character to the left / to the right

Shift + Arrow Right / Arrow Left

Select Text
Expand selection to next / previous word

Ctrl + Shift + Arrow Right / Arrow Left

Select Text
Expand selection by one line down / one line up

Shift + Arrow Down / Arrow Up

Select Text
Expand selection to end / to beginning of line

Shift + End / Home

Select Text
Select all

Ctrl + A

Select Text
Expand selection to current element (e.g. current one-line expression or content within brackets)

Alt + Shift + Arrow Up

Select Text
Expand selection to next / previous element

Alt + Shift + Arrow Left / Arrow Right

Select Text
Reduce previously expanded selection by one step

Alt + Shift + Arrow Down

Edit Text
Cut, copy and paste

Ctrl + C / Ctrl + X / Ctrl + V

Edit Text
Undo last action

Ctrl + Z

Edit Text
Redo last (undone) action

Ctrl + Y

Edit Text
Delete Line

Ctrl + D

Edit Text
Move current line or selection up or down

Alt + Arrow Up / Arrow Down

Edit Text
Duplicate current line or selection up or down

Ctrl + Alt + Arrow Up / Ctrl + Alt + Arrow Down /

Edit Text
Delete next word

Ctrl + Delete

Edit Text
Delete previous word

Ctrl + Backspace

Edit Text
Enter line below current line

Shift + Enter

Edit Text
Enter line above current line

Shift + Ctrl + Enter

Edit Text
Switch between insert and overwrite mode

Insert

Edit Text
Change selection to all lower case

Shift + Ctrl + Y

Edit Text
Change selection to all upper case

Shift + Ctrl + X

Search and Replace
Open find and replace dialog

Ctrl + F

Search and Replace
Find previous / find next occurrence of search term (close find window first)

Ctrl + K / Ctrl + Shift + K

Search and Replace
Search Workspace (Java Search, Task Search, and File Search)

Ctrl + H

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

Ctrl + J / Ctrl + Shift + J

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

Ctrl + Shift + O

Indentions and Comments
Increase / decrease indent of selected text

Tab / Shift + Tab

Indentions and Comments
Correct indention of selected text or of current line

Ctrl + I

Indentions and Comments
Autoformat all code in Editor using code formatter

Ctrl + Shift + F

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

Ctrl + /

Indentions and Comments
Add Block Comment around selection ( adds '/... */' )

Ctrl + Shift + /

Indentions and Comments
Remove Block Comment

Ctrl + Shift + \

Indentions and Comments
Add Element Comment ( adds '/** ... */')

Alt + Shift + J

Editing Source Code
Opens 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
Propose word completion (after typing at least one letter). Repeatedly press alt+/ 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 / structure

Ctrl + O

Code Information
Open class, method, or variable information (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 / 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 +move over method

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 assigns a variable from a selected expression

Alt + Shift + L

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

Alt + Shift + I

Run and Debug
Save and launch application (run)

Ctrl + F11

Run and Debug
Debug

F11

Run and Debug
Step Into function

F5

Run and Debug
Next step (line by line)

F6

Run and Debug
Step out

F7

Run and Debug
Skip to next Breakpoint

F8

The Rest
Switch forward / backward between views (panels). Useful for switching back and forth between Package Explorer and Editor.

Ctrl + F7 / Ctrl + Shift + F7

The Rest
Switch forward / backward between perspectives

Ctrl + F8 / Ctrl + Shift + F8

The Rest
Print

Ctrl + P

The Rest
Open Eclipse Help

F1

The Rest
Show Context Menu right click with mouse

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


Microsoft OneNote 2010 (Windows)
Open the selected Outlook task.
Various Other OneNote Shortcuts - Sharing Notes with other People or Programs

ctrl + shift + k


Firebug (Windows)
Focus Search Box
Managing Firebug

Ctrl + Shift + K


Emacs 23.2.1 (Linux)
Cut Line
Edit

Ctrl + K


Firebug (Linux)
Focus Search Box
Managing Firebug

Ctrl + Shift + K


Microsoft Outlook 2010 (Windows)
Insert hyperlink
Messages in Main View - Manage Messages

Ctrl + K


Adobe Reader 9 (Linux)
Access Preferences
Acrobat Features

Ctrl + k


Adobe Reader 9 (Linux)
Tile all windows horizontally
The Rest

Ctrl + Shift + k


Microsoft Outlook 2010 (Windows)
Switch case to/from small capitals
Messages in Main View - Format Message Body

Ctrl + Shift + K


Microsoft OneNote 2010 (Windows)
Insert a hyperlink.
Specific OneNote Shortcuts for Selecting, Editing, and Formatting

ctrl + k


Microsoft Projects 2010 (Windows)
Insert Hyperlink
Access Projects 2010 Features

Ctrl + K


Microsoft Excel 2010 (Windows)
Insert a hyperlink.
Work with Data Selections - Edit Active or Selected Cells

Ctrl + K


Firefox (Linux)
Jumps to search bar if installed (ctrl+e used to do so as well, but seems to be discontinued)
Search Bar

Ctrl + K


Firefox (Windows)
Jumps to search bar if installed (ctrl+e used to do so as well, but seems to be discontinued)
Search Bar

Ctrl + K


Google Mail (Windows)
Insert hyperlink
Format Text in Messages

Ctrl + K


Microsoft Outlook 2010 (Windows)
Insert hyperlink
Messages in Main View - Format Message Body

Ctrl + K


Microsoft Word 2007 (Windows)
Insert a hyperlink.
Working with documents: Work with Web pages

Ctrl + K


Thunderbird (Windows)
Move to Search Bar
Find Messages

Ctrl + Shift + K


Thunderbird (Linux)
Move to Search Bar
Find Messages

Ctrl + K


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

Ctrl + K


Notepad++ 5 (Windows)
Block uncomment
Edit - Comment / uncomment

Ctrl + Shift + K


Microsoft Outlook 2010 (Windows)
Insert hyperlink
Messages in Compose View - Manage Messages

Ctrl + K


Microsoft Outlook 2010 (Windows)
Switch case to/from small capitals
Messages in Compose View - Format Message Body

Ctrl + Shift + K


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

Ctrl + K


Notepad++ 5 (Windows)
Block uncomment
Search - Comment / uncomment

Ctrl + Shift + K


Microsoft Outlook 2010 (Windows)
Insert hyperlink
Messages in Compose View - Format Message Body

Ctrl + K


Google Docs (Windows)
Insert link
Edit Documents

Ctrl + K


Microsoft Excel 2010 (Windows)
Insert a hyperlink.
Insert and Edit Data - Edit Active or Selected Cells

Ctrl + K


Microsoft Word 2007 (Windows)
Format letters as small capitals.
Character and paragraph formatting Apply character formats

Ctrl + Shift + K


Mindjet Mindmanager 2012 (Windows)
Hyperlink (local files, http; good for big files) (MS Office uses the ctrl+shift+k shortcut) (can point to maps, too)
Add info

Ctrl + Shift + K / Ctrl + K


Microsoft Outlook 2010 (Windows)
Insert hyperlink
Calendar Shortcuts - Manage Messages

Ctrl + K


Microsoft Outlook 2010 (Windows)
Switch case to/from small capitals
Calendar Shortcuts - Format Message Body

Ctrl + Shift + K


Microsoft Outlook 2010 (Windows)
Insert hyperlink
Calendar Shortcuts - Format Message Body

Ctrl + K


Evernote (Windows)
Add Hyperlink
Note Editor

Ctrl + k


Evernote (Windows)
Edit Hyperlink
Note Editor

Ctrl + Shift + k


Microsoft Excel 2010 (Windows)
Insert a hyperlink.
Format Data - Edit Active or Selected Cells

Ctrl + K


Microsoft Outlook 2010 (Windows)
Create task
Create Items

Ctrl + Shift + K


UltraEdit (Windows)
Invoke the spelling checker
Format Menu

Ctrl + K


Microsoft Outlook 2010 (Windows)
Create new task (from any Outlook view)
Tasks Shortcuts

Ctrl + Shift + K


Avid Media Composer 7 (Windows)
Decrease / Increase Clip Frame Image (when in Frame View or Script View)
Bin Shortcuts

Ctrl + K / Ctrl + L


Photoshop Lightroom 4 (Windows)
Add keywords
Metadata and Keywords in the Library module

Ctrl + K


Photoshop Lightroom 4 (Windows)
Edit keywords
Metadata and Keywords in the Library module

Ctrl + Shift + K


NetBeans 8 (Windows)
Next/previous word match
General Keyboard Shortcts

Ctrl + K / Ctrl + Shift + K


Avid Media Composer 7 (Windows)
Reduce / Enlarge Image (With Source or Record Monitor) or Reduce/Enlarge Track (with Timeline active)
Editing

Ctrl + K / Ctrl + L


Microsoft PowerPoint 2010 (Windows)
Insert a hyperlink.
Change Fonts and Formatting

Ctrl + K


FreeMind 0.9.0 (Windows)
Set link by filechooser
Node editing commands

Ctrl + Shift + K


FreeMind 0.9.0 (Windows)
Set link by text entry
Node editing commands

Ctrl + K


Avid Media Composer 7 (Windows)
Increases / Decreases the height of selected track(s).
Timeline

Ctrl + L / Ctrl + K


Audacity 2 (Windows)
Delete
Edit Menu

Ctrl + K


IntelliJ (Linux)
Commit project to VCS
Debugging

Ctrl + K


IntelliJ (Windows)
Commit project to VCS
Debugging

Ctrl + K


HoneyView 5.03 (Windows)
Zoom Fix
Zooming

Ctrl + K


Microsoft Excel 2010 (Windows)
Insert a hyperlink.
Formulas and Names - Edit Active or Selected Cells

Ctrl + K


Photoshop Lightroom 4 (Windows)
Show/hide image cells
Print module

Ctrl + Shift + K


Audacity 2 (Windows)
Select > In All Tracks
Edit Menu

Ctrl + Shift + K


Notepad2 (Windows)
Copy window position to clipboard
Misc.

Ctrl + Shift + K


Axialis IconWorkshop (Windows)
Export - All image formats in separate files...
File Menu

Ctrl + Shift + K


Microsoft Excel 2013 (Windows)
Insert a HyperlinK (for complete cell only)
Edit Complete Cells

Ctrl + K


Qt Creator (Windows)
Activate Locator
General

Ctrl + K


Qt Creator (MacOS)
Activate Locator
General

Ctrl + K


Microsoft Word 2013 (Windows)
Insert a hyperlink
Insert Special Characters, Text Elements, and Breaks

Ctrl + k


Adobe Photoshop CS5 (Windows)
Camera Raw preferences
Camera Raw Dialog Box

Ctrl + K


Microsoft Word 2013 (Windows)
Apply/remove small capitals
Format Text and Paragraph

Ctrl + Shift + k


Adobe Flash Professional (Windows)
Align Window
Modifying and editing

Ctrl + K


Pro Tools (Windows)
Pre/post-roll
Options Menu

Ctrl + K


Axialis IconWorkshop (Windows)
Add to favorites...
Favorites Menu

Ctrl + K


Atom (text editor) 1.0 (Linux)
Delete line
Editing Lines

Ctrl + Shift + k


Atom (text editor) 1.0 (Windows)
Delete line
Editing Lines

Ctrl + Shift + K


Microsoft Excel 2010 (Windows)
Insert a hyperlink.
The Rest - Edit Active or Selected Cells

Ctrl + K


Notepad++ 6 (Windows)
Toggle single line comment
Edit menu

Ctrl + K


Notepad++ 6 (Windows)
Block comment
Edit menu

Ctrl + Shift + K


Adobe Photoshop CC (Windows)
Preferences
Basic Shortcuts for Photoshop CC 2015 - Menu Basics

Ctrl + K


Skype for Business (Lync) 2016 (Windows)
Switch to content-only view
Conversation window

Ctrl + Shift + K


Microsoft OneNote 2016 (Windows)
Insert a hyperlink
Format

Ctrl + K


Sway 2016 (Windows)
Add or edit a hyperlink
Text and Content Formatting

Ctrl + K


Adobe After Effects CC (Windows)
Open Composition Settings dialog box for selected Composition
Compositions and Work Area

Ctrl + K


Microsoft Outlook 2016 (Windows)
Check names
Common Commands: Common To Most Views

Ctrl + K


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

Ctrl + K


Google Slides (Windows)
Insert or edit link
General Slides Shortcuts

Ctrl + K


Sonos Controller (Windows)
Display Keyboard Shortcut List
22 Shortcuts for Sonos Controller (Windows)

Ctrl + K


Microsoft Outlook 2016 (Windows)
Format letters as small capitals
Common Commands: Format Text and work with Editor

Ctrl + Shift + K


Microsoft Edge Browser (Windows)
Duplicate tab (switching to newly created tab)
Window / Tab Control

Ctrl + K


Microsoft Edge Browser (Windows)
Duplicate tab (remaining on current tab)
Window / Tab Control

Ctrl + Shift + K


Microsoft Outlook 2016 (Windows)
Insert a hyperlink
Common Commands: Format Text and work with Editor

Ctrl + K


Microsoft Outlook 2016 (Windows)
Insert hyperlink
Common Commands: Add Links and Edit URLs

Ctrl + K


Microsoft Edge Browser (Windows)
Color picker (on DOM Explorer tab)
Developer Tools (the following shortcuts are only applicable within the Developer Tools section)

Ctrl + K


Microsoft Outlook 2016 (Windows)
Create a task
Common Commands: Create Item or File

Ctrl + Shift + K


Microsoft OneNote 2016 (Windows)
Open the selected Outlook task
Outlook 2016 Integration

Ctrl + Shift + K


Microsoft Outlook 2016 (Windows)
Check names
Mail

Ctrl + K


Microsoft Visio 2016 (Windows)
Turn on/off small caps
Format text

Ctrl + Shift + K


Microsoft PowerPoint 2016 (Windows)
Insert Hyperlink
Edit and General Text Operations

Ctrl + K


Photoshop Lightroom CC (Windows)
Add Keywords
Metadata and Keywords in Library Module

Ctrl + K


Photoshop Lightroom CC (Windows)
Edit Keywords
Metadata and Keywords in Library Module

Ctrl + Shift + K


Adobe Premiere CC (Windows)
Add edit
Clipping Shortcuts

Ctrl + K


Adobe Premiere CC (Windows)
Add edit to track
Clipping Shortcuts

Ctrl + Shift + K


Adobe Audition CC (Windows)
Split
Marker/Tool/Clip Shortcuts

Ctrl + K


Corel Painter 2017 (Windows)
Correct colors
Brushes

Ctrl + Shift + K


Adobe Photoshop CC (Windows)
Preferences
Manage Panels - Menu Basics

Ctrl + K


Microsoft Outlook 2016 (Windows)
Create a task (from any Outlook view)
Tasks

Ctrl + Shift + K


Corel Painter 2017 (Windows)
Kaleidoscope tool
Toolbox commands

Ctrl + K


FileMaker Pro (Windows)
Open the Field Picker dialog box
General keyboard shortcuts (Windows)

Ctrl + K


Adobe After Effects CC (Windows)
Set velocity for selected Keyframes
Keyframes and Graph Editor

Ctrl + Shift + K


Photoshop Lightroom CC (Windows)
Show/ hide image cells
Print Module

Ctrl + Shift + K


Adobe After Effects CC (Windows)
Turn All Caps on or off for selected text
Text

Ctrl + Shift + K


InDesign CC (Windows)
Preferences
Edit Menu shortcuts

Ctrl + K


Finale (Windows)
show/hide Score Manager
Windows Menu

Ctrl + K


Anime Studio (Windows)
Actions (show or hide)
General Shortcuts

Ctrl + K


ArchiCAD 20 (Windows)
Resize
Edit Menu Commands

Ctrl + K


Zoho Sheet (Windows)
Add / Edit Hyperlink
Actions

Ctrl + K


Zoho Writer (Windows)
To Create link
Format Tab

Ctrl + K


Microsoft Word 2016 (Windows)
Insert Hyperlink
Text Editing/Graphics editing Operations

Ctrl + K


Dynamics CRM 2015 (Windows)
Auto-resolve lookup value
Form Keyboard Shortcuts

Ctrl + K


Windows Movie Maker (Windows)
Stop playback on the storyboard/timeline
On timeline

Ctrl + K


Dynamics SL 2015 (Windows)
Open a new instance of Microsoft Dynamics 365
Navigation in forms

Ctrl + K


Apple Photos (Windows)
Assign, edit, or search by keywords
Organize

Ctrl + K


Age of Empires (Windows)
Go to Siege Workshop
Game Commands

Ctrl + K


Apple Motion (MacOS)
Add a keyframe (to the last modified parameter for the selected object)
Object Menu

Ctrl + K


Zoho Show (Windows)
Insert link
Insert Link

Ctrl + K


AutoCAD 2016 (Windows)
Inserts a hyperlink
General

Ctrl + K


Autodesk Inventor 2017 (Windows)
Chamfer
Part

Ctrl + Shift + K


Ace Projects (Windows)
Find next
Find and Replace

Ctrl + K


Ace Projects (Windows)
Find previous
Find and Replace

Ctrl + Shift + K


Silhouette Studio (Windows)
Preferences
Edit

Ctrl + K


Mac OS Sierra 10.12 (MacOS)
Delete the text between the insertion point and the end of the line or paragraph.
Document Shortcuts

Ctrl + K


AutoCad Architecture 2017 (Windows)
Hyperlink
Alphabest combination

Ctrl + K


Sublime Text (Linux)
Delete Line
General Editing Shortcuts

Ctrl + Shift + K


Slack (Windows)
Quick Switcher
Navigation Controls

Ctrl + K


Slack (Windows)
Direct Message Menu
Navigation Controls

Ctrl + Shift + K


WordPress (Windows)
Insert Link
General Editor Shortcuts

Ctrl + K


Microsoft Excel 2016 (Windows)
Insert or edit hyperlinK (for complete cell only)
Comments and Hyperlinks

Ctrl + K


Rocket.Chat (Web Application)
Open Channel/User Search
On Windows Plateform

Ctrl + K / Ctrl + P


Mattermost (Windows)
Open a quick channel switcher dialog
Navigation Shortcuts

Ctrl + K


Adobe Dreamweaver (Windows)
Quick Doc
Coding Shortcuts

Ctrl + K


Logic Pro X (MacOS)
Copy/Convert Files
Project Audio

Ctrl + K


Adobe Animate CC (Windows)
Align Window
Edit and Modify

Ctrl + K


JetBrains RubyMine (Windows)
Commit Project to VCS
VCS/Local History

Ctrl + K


JetBrains RubyMine (Linux)
Commit Project to VCS
VCS/Local History

Ctrl + K


JetBrains PyCharm (Windows)
Commit Project to VCS
VCS/Local History

Ctrl + K


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

Ctrl + K


Desk.com (Windows)
Next page
System-Wide

Ctrl + K


Cloud9 (Windows)
Find Next
Find

Ctrl + K


Cloud9 (Windows)
Find Previous
Find

Ctrl + Shift + K


Adobe Animate CC (Windows)
Show or hide the Align panel
Miscellaneous Action

Ctrl + K


Cloud9 (MacOS)
Remove to Line End
Remove Text

Ctrl + K


Bash (Linux)
Cut Line After Cursor to Clipboard
Editing

Ctrl + K


Desk.com (Windows)
Open Knowledge Base
Case View

Ctrl + Shift + K


Adobe RoboHelp (Windows)
Insert Hyperlink
Insertion

Ctrl + K


DAZ Studio (Windows)
Enable IK
Pose Commands

Ctrl + K


AbiWord (Linux)
Strike Text
7 Shortcuts for AbiWord (Linux)

Ctrl + K


AbiWord (Windows)
Strike Text
7 Shortcuts for AbiWord (Windows)

Ctrl + K


Daz 3D Bryce 7 (Windows)
Sky Lab
Palettes and Labs

Ctrl + K


JetBrains PhpStorm (Windows)
Commit Project to VCS
VCS/Local History

Ctrl + K


JetBrains PhpStorm (Linux)
Commit Project to VCS
VCS/Local History

Ctrl + K


Steinberg Cubase 9 (Windows)
Repeat
Edit

Ctrl + K


Corel PhotoPaint X6 (Windows)
Paint on Mask
Mask Menu

Ctrl + K


Lynx (Linux)
Display list of Current Set Cookies
17 Shortcuts for Lynx (Linux)

Ctrl + K


Corel Draw X8 (Windows)
Smaall caps
Font Formatting

Ctrl + Shift + K


HTML-Kit (Windows)
Invoke TwoStep Keyboard Shortcut based on Ctrl+K
87 Shortcuts for HTML-Kit (Windows)

Ctrl + K


Corel Ventura 10 (Windows)
Show/Hide Frame Borders
Zoom and View

Ctrl + K


Corel Quattro Pro X8 (Windows)
Open Edit Hyperlink Dialog Box
Excel Compatibility Keys

Ctrl + K


Opera (Windows)
Check e-mail
Email

Ctrl + K


Opera (Windows)
Upload queued messages to mail server
Email

Ctrl + Shift + K


InCopy CC (Windows)
Toggle all caps (on/off)
Working with Types

Ctrl + Shift + K


Kingsoft Writer 2016 (Windows)
Display Hyperlink Dialog Box
Display Various Objects and Dialog Box

Ctrl + K


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

Ctrl + K


Flock (Windows)
Web search
General

Ctrl + K


Kingsoft Spreadsheets 2016 (Windows)
Displays the Hyperlink dialog box to insert new hyperlinks or edit existing hyperlinks
Other Shortcuts

Ctrl + K


Brackets (Windows)
Quick Docs
99 Shortcuts for Brackets (Windows)

Ctrl + K


Daz 3D Carrara 8 (Windows)
Create KeyFrame
Animation

Ctrl + K


Poser Pro (Windows)
Edit> General Preferences
Edit

Ctrl + K


Kingsoft Presentation 2016 (Windows)
Inset Hyperlink
SlideShow

Ctrl + K


Final Fantasy XV (Windows)
System configuration
Hotbar And Main Menu

Ctrl + K


Forte (Windows)
New Kill Filter
Main Browser Window

Ctrl + K


Houdini (Windows)
Key handle
Parameters

Ctrl + K


Forte (Windows)
New kill filter
Usenet/Email Filter windows

Ctrl + K


Forte (Windows)
Pick address
Composition Window

Ctrl + K


Adobe Captivate 2017 (Windows)
Add a new click box
General and Miscellaneous Shortcuts

Ctrl + Shift + K


VideoPad Video Editor (Windows)
Add blank clip
Clip

Ctrl + K


Maxthon (Web Application)
Close all tabs except the current one
Close

Ctrl + K


Vegas Pro 14 (Windows)
Show/hide event media markers
Magnification and View

Ctrl + Shift + K


XYplorer (Windows)
Compare Current File with Previous File
General Shortcuts

Ctrl + K


KMPlayer (Windows)
Open Video CD
General

Ctrl + K


Siemens NX 11 (Windows)
Show
Edit Menu

Ctrl + Shift + K


XYplorer (Windows)
Compare Current File with File on Clipboard
General Shortcuts

Ctrl + Shift + K


Jetbrains CLion (Windows)
Commit Project to VCS
VCS/Local History

Ctrl + K


Aptana Studio 3 (Windows)
Find Next
Find and Replace

Ctrl + K


Aptana Studio 3 (Windows)
Find Previous
Find and Replace

Ctrl + Shift + K


Visual Studio Code (Windows)
Delete line
Editing Shortcuts

Ctrl + Shift + K


Pegasus Mail (Web Application)
Check spelling
Tools

Ctrl + K


ProRealTime (Windows)
Options and Futures
Display Menu

Ctrl + K


Xamarin Studio (MonoDevelop) (Windows)
Delete to End of Line
Text Editor

Ctrl + K


Soundforge (Windows)
Preview cut (skip selection on playback with pre-roll)
Navigation and Playback

Ctrl + K


Soundforge (Windows)
Play to cursor with pre-roll
Navigation and Playback

Ctrl + Shift + K


Xamarin Studio (MonoDevelop) (MacOS)
Delete to End of Line
Text Editor

Ctrl + K


GeoModeller3D (Windows)
Create axial surface orientation data
2D Structural Data

Ctrl + K


Quickbooks Desktop (Windows)
Display Service Keys (license and tax numbers)
The Rest

Ctrl + K


TVPaint Animation (Windows)
Configure Keyboard
89 Shortcuts for TVPaint Animation (Windows)

Ctrl + K


RStudio (Windows)
Preview HTML (markdown and HTML)
Source

Ctrl + Shift + K


RStudio (Windows)
Compile notebook/compile PDF (TeX and Sweave)
Source

Ctrl + Shift + K


Solid Edge (Windows)
Back
Manipulation

Ctrl + K


Putty (Windows)
Clear the line after the cursor
16 Shortcuts for Putty (Windows)

Ctrl + K


ChessBase 13
Show openings key of the selected database
Database window

Ctrl + K


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

Ctrl + K


Titanium (Windows)
Find Next
Search

Ctrl + K


Titanium (Windows)
Find Previous
Search

Ctrl + Shift + K


OpenSCAD (MacOS)
Delete to end of line
Navigation Shortcuts

Ctrl + K


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

Ctrl + K


CodeLite 10 (Windows)
Select to matching preprocessor conditional.
Editor

Ctrl + Shift + K


QCad (Linux)
Deselect all
Entity Selection

TN /Ctrl+ K


QCad (Windows)
Deselect all
Entity Selection

TN /Ctrl+ K


FlashFXP (Web Application)
Display the Connect menu
54 Shortcuts for FlashFXP (Web Application)

Ctrl + K


Kate (Windows)
Delete row
38 Shortcuts for Kate (Windows)

Ctrl + K


Simplify3D
Cross selection
View menu

Ctrl + K


RStudio (Windows)
Yank line after cursor
Editing (Console and Source)

Ctrl + K


RStudio (MacOS)
Yank line after cursor
Editing (Console and Source)

Ctrl + K


Dropbox Paper
Link
Formatting

Ctrl + K


VariCAD (Windows)
Insert Block
Hot Keys

Ctrl + K


Comodo IceDragon (Windows)
Search bar - Easily choose your favorite search engine
Search Options

Ctrl + K


Geany (Linux)
Delete current line(s)
Cut and Paste

Ctrl + K


Geany (Windows)
Delete current line(s)
Cut and Paste

Ctrl + K


Webflow
Quick find
Find

Ctrl + K


Vivaldi
Focus search field
Page

Ctrl + K


Comodo IceDragon (Windows)
Web Console
Tools

Ctrl + Shift + K


FEKO (Windows)
Copy (duplicate element)
CADFEKO and POSTFEKO Others

Ctrl + K


FEKO (Linux)
Copy (duplicate element)
CADFEKO and POSTFEKO Others

Ctrl + K


PSPad (Windows)
Reformat - Reformat block of text with right edge settings
Format

Ctrl + K


Ulead PhotoImpact 8 (Windows)
Enables/Disables Mask mode by placing a tinted mask over your image except where a selection exists
Edit Menu

Ctrl + K


PhotoFiltre (Windows)
Repeat the last filter (Filter menu)
Others

Ctrl + K


IRONCAD (Windows)
Toggle between Parasolid and ACIS modeling kernels
Miscellaneous Keys

Ctrl + K


GibbsCAM (Windows)
Previous View
View Menu

Ctrl + K


Ableton Live 9 (Windows)
Toggle Key Map Mode
Key/Mini Map Mode and the Computer Keyboard

Ctrl + K


Ableton Live 9 (Windows)
Computer MIDI Keyboard
Key/Mini Map Mode and the Computer Keyboard

Ctrl + Shift + K


Ulead PhotoImpact 8 (Windows)
Toggles between moving the selection and copying the selection
Miscellaneous

Ctrl + Shift + K


gEDA (Linux)
Increment clearance of selected objects (soldermask to copper edge)
Other Important Shortcuts

Ctrl + K


Cisco IOS
Delete all characters from the cursor to the end of the command line
Delete CLI entries

Ctrl + K


Inkscape (Windows)
Combine paths
Path

Ctrl + K


Arduino (Windows)
Open Sketch Folder
29 Shortcuts for Arduino (Windows)

Ctrl + K


Arduino (Linux)
Open Sketch Folder
29 Shortcuts for Arduino (Linux)

Ctrl + K


Vectorworks (Windows)
Convert to Group
Modify Menu

Ctrl + K


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

Ctrl + K


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

Ctrl + K


Target 3001! (Windows)
Edit Colors
Library and Other Shortcuts

Ctrl + K


Vectorworks (Windows)
Palettes–Working Planes
Window Menu

Ctrl + Shift + K


Sage Simply Accounting (Windows)
Enter shipment tracking details
Keyboard Shortcuts in Transaction Windows

Ctrl + K


RStudio (Mac)
Yank line after cursor
Editing (Console and Source)

Ctrl + K


RStudio
Yank line after cursor
Editing (Console and Source)

Ctrl + K


Sage Simply Accounting (Windows)
Print this invoice and packing slip
Keyboard Shortcuts in Transaction Windows

Ctrl + Shift + K


IPython Shell
Cut text from cursor to end of line
Text entry

Ctrl + K


BricsCAD (Windows)
Attach a hyperlink to an object or modify an existing hyperlink (HYPERLINK command)
Other Shortcuts

Ctrl + K


BricsCAD (Linux)
Attach a hyperlink to an object or modify an existing hyperlink (HYPERLINK Ctrl)
Other Shortcuts

Ctrl + K


DraftSight (Windows)
Attaches a hyperlink to entities or modifies an existing hyperlink
37 Shortcuts for DraftSight (Windows)

Ctrl + K


FlexiSign Pro 8.1 (Windows)
Resize
Arrangement

Ctrl + K


Balsamiq Mockups (Windows)
Show/Hide Markup
Views

Ctrl + K


ComplyPro 2017B (Windows)
Global Search (where setup)
In Grid View

Ctrl + K


Solidwork Composer (Windows)
Using the Image Area, create a snapshot of the viewport that can be pasted into other applications, such as MS Paint
35 Shortcuts for Solidwork Composer (Windows)

Ctrl + K


KeyCreator (Windows)
Set Construction Plane
Set Various Entities

Ctrl + K


Figma (Web Application)
Place Image
File & Properties

Ctrl + Shift + K


Adobe Illustrator
Open the Preferences dialog box
Frequently used shortcuts

Ctrl + K


PRTG Network Monitor
Edit > Scan now
Enterprise console

Ctrl + K


SuperMemo (Windows)
Create Hyperlink in Element Window
129 Shortcuts for SuperMemo (Windows)

Ctrl + K


SuperMemo (Windows)
Convert Current Branch into Category in Content Window
129 Shortcuts for SuperMemo (Windows)

Ctrl + K


MindManager v19 (Windows)
Hyperlink (local files, http; good for big files) (MS Office uses the ctrl+shift+k shortcut) (can point to maps, too)
Add info

Ctrl + Shift + K / Ctrl + K


Cisco Jabber
End calls
Active calls

Ctrl + K


Cisco Webex
Assign privileges to participants
Windows

Ctrl + K


Ableton Live 10
Toggle Key Map Mode
Key/MIDI Map Mode and the Computer MIDI Keyboard

Ctrl + K


Google Chrome
Search from anywhere on the page
Address bar

Ctrl + K


FastMail
Add/remove link
Compose

Ctrl + K


Claws Mail
Delete to end of line
Compose window

Ctrl + K


Winamp
Open visualization plug-in section
General

Ctrl + K


Tibia
Assign texts, spells or actions to hotkeys
Control Buttons

Ctrl + K


draw.io
Insert rectangle
Document

Ctrl + K


QuickBooks Desktop
QuickBooks Service Keys (Payroll)
Miscellaneous

Ctrl + K


Ace Editor
Find next
Find / replace

Ctrl + K


Quicken 2018
Go to the Calendar
Features and lists

Ctrl + K


Telegram
Create or edit a custom link
Formatting text

Ctrl + K


Nimbus Note
Insert hyperlink
Formatting

Ctrl + K


Adobe Bridge CC
Preferences
Edit menu

Ctrl + K


Evernote for Windows
Add Hyperlink
Note Editor

Ctrl + K


Confluence
Insert link
Editor

Ctrl + K


Bash (Unix shell)
Cut the part of the line after the cursor and add it to the clipboard
Cut and paste

Ctrl + K


Adobe Lightroom Classic
Add keywords
Working with metadata and keywords in the Library module

Ctrl + K


CorelDRAW Graphics Suite 2018
Break Apart
General

Ctrl + K


PaintShop Pro 2018
Edit mask
Shortcuts with Ctrl

Ctrl + K


Unreal Engine
Find in blueprint
Level editor

Ctrl + K


Adobe Animate CC (Windows)
Show or hide the Align panel
Miscellaneous actions

Ctrl + K


Discord
Find or start a direct message
General

Ctrl + K


Bluebeam Revu
Preferences
Miscellaneous

Ctrl + K


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

Ctrl + K


Nuance Power PDF
Open preferences console
Document

Ctrl + K


Roll20
Switch to GM layer
Layers

Ctrl + K


KMPlayer
Open Video CD
General

Ctrl + K


Microsoft Word 2016
Insert a hyperlink
Work with web content

Ctrl + K


Metapad
Show hyperlinks
Options

Ctrl + K


Clip Studio Paint Pro
Preferences [Windows]
File menu

Ctrl + K


Corel Painter (Mac)
(Windows) Kaleidoscope tool
Toolbox commands

Ctrl + K


Corel Painter
Preferences  > General
Edit menu

Ctrl + K


PDF-XChange Editor
Preferences
General

Ctrl + K


Inkscape
Combine paths. This is different from grouping in that combined paths create one object. This is different from Union in that overlapping areas are not affected. Whether overlapping areas are filled is controlled by the Fill: winding/alternating switch on the Fill & Stroke dialog
Path

Ctrl + K


Adobe Premiere Pro (Windows)
Add Edit
Sequence

Ctrl + K


LightWave 3D
Bone twist
Layout: Setup

Ctrl + K


Oracle EBS Forms
Show shortcut keys
General

Ctrl + K


Oracle PeopleTools
On a search or transaction page, displays a list of keyboard navigation hot keys and access keys.
General

Ctrl + K


Microsoft FrontPage
Create a hyperlink (hyperlink: Colored and underlined text or a graphic that you click to go to a file, a location in a file, a Web page on the World Wide Web, or a Web page on an intranet. Hyperlinks can also go to newsgroups and to Gopher, Telnet, and FTP sites.) on a Web page.
Work with tables, graphics, and hyperlinks

Ctrl + K


Arch Linux
Cut everything from the cursor to end of the line
Terminal: Readline

Ctrl + K


Adobe XD (Windows)
Make Symbol
Object menu

Ctrl + K


CodeMirror
Emacs-style line killing. Deletes the part of the line after the cursor. If that consists only of whitespace, the newline at the end of the line is also deleted
General (Mac)

Ctrl + K


Chromebook and Chrome OS
Perform a Google search
Page and web browser

Ctrl + K


Adobe Photoshop CC
Camera Raw preferences
Using the Camera Raw dialog box

Ctrl + K


AWS Cloud9 IDE (Windows)
Find Next
Find

Ctrl + K


Comodo IceDragon
Search bar - Easily choose your favorite search engine
Search Options

Ctrl + K


NetBeans
Next word match
Navigating through source code

Ctrl + K


Brackets
Quick Docs
General

Ctrl + K


PSPad
Reformat (paragraph=blank line)
Format

Ctrl + K


IntelliJ IDEA (Windows, Linux)
Commit project to VCS
VCS / Local history

Ctrl + K


Ardour
Trim region to start of next region
Editing with Edit Point

Ctrl + K


Mp3tag
Auto-numbering wizard
General

Ctrl + K


GoldWave
Overwrites the selection with the sound in the clipboard.
Editing

Ctrl + K


GIMP
Clears selection
View

Ctrl + K


WinHex
Go to marker
Navigation

Ctrl + K


Zim
Make selected text strike-trough
General

Ctrl + K


Tekla Structures 20
Show / hide mini toolbar
General

Ctrl + K


GNU Emacs
Line (to end of) - forward
Killing and deleting

Ctrl + K


Microsoft PowerPoint (Creating presentations)
Insert a hyperlink
Format text: Apple character formatting

Ctrl + K


Google Sheets (Android)
Insert link
Format cells

Ctrl + K


Google Sheets
Insert link
Format cells

Ctrl + K


Qt Creator
Activate Locator
General

Ctrl + K


Medium
Link
General

Ctrl + K


Guitar Pro
Key signature
Bar - General

Ctrl + K


TinyMCE
Insert link
Editor body

Ctrl + K


Tumblr
Link
Posting (Windows)

Ctrl + K


Maple
Clear to the End of Line
Command line interface

Ctrl + K


FocusWriter
Strikethrough
General

Ctrl + K


Google Translator Toolkit
Select previous unit
Navigation

Ctrl + K


KompoZer
Start Spell Check
Composition shortcuts

Ctrl + K


Maxthon
Close all tabs except the current one
Close

Ctrl + K


Clementine
Clear Playlist
Playlists

Ctrl + K


Freemind
Set link by text entry
Node editing commands

Ctrl + K


WPS Office
Displays the Hyperlink dialog box to insert new hyperlinks or edit existing hyperlinks
General

Ctrl + K


Eclipse
Find previous occurence of the search term
Search and replace

Ctrl + K


Visual Studio Code (Windows)
Z Zen Mode (Esc Esc to exit)
Display

Ctrl + K


Visual Studio Code (Linux)
Z Zen Mode (Esc Esc to exit)
Display

Ctrl + K


SQL Server Management Studio (SSMS)
then <keybs>Ctrl</keybs> + <keybs>D</keybs>: Applies the indenting and space formatting for the language specified on the Formatting pane of the language in the Text Editor section of the Options dialog. Available only in the text editor
Text manipulation in code editor

Ctrl + K


Slack
Quick switcher
Navigation

Ctrl + K


Windows Movie Maker
Stop playback on the storyboard/timeline
Timeline

Ctrl + K


Microsoft Excel 2016
Displays the Insert Hyperlink dialog box for new hyperlinks or the Edit Hyperlinkdialog box for selected existing hyperlinks
CTRL combination shortcut keys

Ctrl + K


Firefox Quantum
Focus search bar
Search

Ctrl + K


Outlook 2016 and Outlook 2013
Insert or edit a hyperlink in the body of an item
Add web information to items

Ctrl + K


IrfanView
Open Adobe filters dialog (plugin required)
Plugins

Ctrl + K


PuTTY
Clear the line after cursor
Ctrl key bouund

Ctrl + K


Microsoft Internet Explorer 11
Duplicate tab
Tabs

Ctrl + K


Notepad++
Toggle single line comment
Edit menu

Ctrl + K


WinSCP
Download (when remote panel is active) or Upload (when local panel is active)
File management

Ctrl + K