GNU Emacs

Killing and deleting

Line (to end of) - forward

Ctrl + K

All hotkeys for GNU Emacs

Files
Read a file into Emacs

Ctrl + X then Ctrl + F

Files
Save a file back to disk

Ctrl + X then Ctrl + S

Files
Save all files

Ctrl + X then S

Files
Insert contents of another file into this buffer

Ctrl + X then I

Files
Replace this file with another file

Ctrl + X then Ctrl + V

Files
Write buffer to specified file

Ctrl + X then Ctrl + W

Files
Toggle read only status of buffer

Ctrl + X then Ctrl + Q

Leaving Emacs
Suspend or iconify Emacs

Ctrl + Z

Leaving Emacs
Exit Emacs completely

Ctrl + X then Ctrl + C

Multiple windows
Delete all other windows

Ctrl + X then 1

Multiple windows
Scroll other window

Ctrl + Meta + V

Help
Show commands matching a string

Ctrl + H then A

Help
Describe the function a key runs

Ctrl + H then K

Help
Describe a function

Ctrl + H then F

Help
Get mode specific information

Ctrl + H then M

The minibuffer
Abort command

Ctrl + G

Simple customization
(then customize) Customize variables and faces

Meta + X

Error recovery
Undo an unwanted change

Ctrl + X then U

Error recovery
Undo an unwanted change

Ctrl + _

Error recovery
Undo an unwanted change

Ctrl + /

Motion
Scroll current line to center, top, bottom

Ctrl + L

Incremental search
Search forward

Ctrl + S

Query replace
Enter recursive edit

Ctrl + R

Incremental search
Regular expression search

Ctrl + Meta + S

Incremental search
Reverse regular expression search

Ctrl + Meta + R

The minibuffer
Fetch previous minibuffer input

Meta + P

The minibuffer
Fetch later minibuffer input or default

Meta + N

The minibuffer
Complete and execute

⤶ Enter

Info
Scroll reverse

Del

Motion
Character - backward

Ctrl + B

Motion
Character - forward

Ctrl + F

Motion
Word - backward

Meta + B

Motion
Word - forward

Meta + F

Motion
Line - backward

Ctrl + P

Motion
Line - forward

Ctrl + N

Motion
Go to line beginning

Ctrl + A

Motion
Go to line ending

Ctrl + E

Motion
Sentence - backward

Meta + A

Motion
Sentence - forward

Meta + E

Motion
Paragraph - backward

Meta + {

Motion
Paragraph - forward

Meta + }

Motion
Page - backward

Ctrl + X then [

Motion
Page - forward

Ctrl + X then ]

Motion
sexp - backward

Ctrl + Meta + B

Motion
sexp - forward

Ctrl + Meta + F

Motion
function - backward

Ctrl + Meta + A

Motion
function - forward

Ctrl + Meta + E

Motion
Go to beginning of buffer

Meta + <

Motion
Go to end of buffer

Meta + >

Motion
Scroll to next screen

Ctrl + V

Motion
Scroll to previous screen

Meta + V

Motion
Scroll left

Ctrl + X then <

Motion
Scroll right

Ctrl + X then >

Motion
Go to line

Meta + G then G

Motion
Go to character

Meta + G then C

Motion
Back to indentation

Meta + M

Killing and deleting
Character (delete, not kill) - forward

Ctrl + D

Killing and deleting
Word - backward

Meta + Del

Killing and deleting
Word - forward

Meta + D

Killing and deleting
Line (to end of) - backward

Meta + 0 then Ctrl + K

Killing and deleting
Line (to end of) - forward

Ctrl + K

Killing and deleting
Sentence - backward

Ctrl + X then Del

Killing and deleting
Sentence - forward

Meta + K

Killing and deleting
sexp - backward

Meta + - then Ctrl + Meta + K

Killing and deleting
sexp - forward

Ctrl + Meta + K

Killing and deleting
Kill region

Ctrl + W

Killing and deleting
Copy region to kill ring

Meta + W

Killing and deleting
then press char to kill through next occurence of char

Meta + Z

Killing and deleting
Yank back last thing killed

Ctrl + Y

Killing and deleting
Replace last yank with previous kill

Meta + Y

Marking
Set mark here

Ctrl + @

Marking
Set mark here

Ctrl + Space

Marking
Exchange point and mark

Ctrl + X then Ctrl + X

Marking
Set mark arg words away

Meta + @

Marking
Mark paragraph

Meta + H

Marking
Mark page

Ctrl + X then Ctrl + P

Marking
Mark sexp

Ctrl + Meta + @

Marking
Mark function

Ctrl + Meta + H

Marking
Mark entire buffer

Ctrl + X then H

Query replace
(then query-replace-regexp) Interactively replace a text string using regular expressions

Meta + % then Meta + X

Info
Scroll forward

Space

Query replace
Replace this one, go to next

Y

Info
Go to next node

N

Query replace
Replace all remaining matches

!

Query replace
Back up to the previous match

^

Query replace
Exit recursive edit

Ctrl + Meta + C

Multiple windows
Delete all other windows (for frame)

Ctrl + X then 5 then 1

Multiple windows
Split window, above and below

Ctrl + X then 2

Multiple windows
Split window, above and below (for frame)

Ctrl + + X then 5 then 2

Multiple windows
Delete this window

Ctrl + X then 0

Multiple windows
Delete this window (for frame)

Ctrl + X then 5 then 0

Multiple windows
Split window, side by side

Ctrl + X then 3

Multiple windows
Switch cursor to another window

Ctrl + X then O

Multiple windows
Switch cursor to another window (for frame)

Ctrl + X then 5 then O

Multiple windows
Select buffer in other window

Ctrl + X then 4 then B

Multiple windows
Select buffer in other window (for frame)

Ctrl + X then 5 then B

Multiple windows
Display buffer in other window

Ctrl + X then 4 then Ctrl + O

Multiple windows
Display buffer in other window (for frame)

Ctrl + X then 5 then Ctrl + O

Multiple windows
Find file in other window

Ctrl + X then 4 then F

Multiple windows
Find file in other window (for frame)

Ctrl + X then 5 then F

Multiple windows
Find file read-only in other window

Ctrl + X then 4 then R

Multiple windows
Find file read-only in other window (for frame)

Ctrl + X then 5 then R

Multiple windows
Run Dired in other window

Ctrl + X then 4 then D

Multiple windows
Run Dired in other window (for frame)

Ctrl + X then 5 then D

Multiple windows
Find tag in other window

Ctrl + X then 4 then .

Multiple windows
Find tag in other window (for frame)

Ctrl + X then 5 then .

Multiple windows
Grow window taller

Ctrl + X then ^

Multiple windows
Shrink window smaller

Ctrl + X then {

Multiple windows
Grow window wider

Ctrl + X then }

The minibuffer
Complete as much as possible

⭾ Tab

Formatting
Indent region (mode-dependent)

Ctrl + Meta + \

Formatting
Indent sexp (mode-dependent)

Ctrl + Meta + Q

Formatting
Indent region rigidly arg columns

Ctrl + X then ⭾ Tab

Formatting
Indent for comment

Meta + ;

Formatting
Insert newline after point

Ctrl + O

Formatting
Move rest of line vertically down

Ctrl + Meta + O

Formatting
Delete blank lines around point

Ctrl + X then Ctrl + O

Formatting
Join line with previous (with arg, next)

Meta + ^

Formatting
Delete all white space around point

Meta + \

Formatting
Put exactly one space at point

Meta + Space

Formatting
Fill paragraph

Meta + Q

Formatting
Set fill column to arg

Ctrl + X then F

Formatting
Prefix each line starts with

Ctrl + X then .

Formatting
Set face

Meta + O

Case change
Uppercase word

Meta + U

Case change
Lowercase word

Meta + L

Case change
Capitalize word

Meta + C

Case change
Uppercase region

Ctrl + X then Ctrl + U

Case change
Lowercase region

Ctrl + X then Ctrl + L

The minibuffer
Show possible completions

?

The minibuffer
Regexp search backward through history

Meta + R

The minibuffer
Regexp search forward through history

Meta + S

The minibuffer
Edit and repeat the last command that used the minibuffer

Ctrl + X then Esc then Esc

The minibuffer
Activate menu bar items in text terminals

F10

Buffers
Select another buffer

Ctrl + X then B

Buffers
List all buffers

Ctrl + X then Ctrl + B

Buffers
Kill a buffer

Ctrl + X then K

Transposing
Transpose characters

Ctrl + T

Transposing
Transpose words

Meta + T

Transposing
Transpose lines

Ctrl + X then Ctrl + T

Transposing
Transpose sexps

Ctrl + Meta + T

Spelling check
Check spelling of current word

Meta + $

Tags
Find a tag (a definition)

Meta + .

Tags
Find next occurence of a tag

Ctrl + U then Meta + .

Tags
Continue last tags search on query-replace

Meta + ,

Shells
Execute a shell command

Meta + !

Shells
Execute a shell command asynchronously

Meta + &

Shells
Run a shell command on the region

Meta + |

Rectangles
Copy rectangle to register

Ctrl + X then R then R

Rectangles
Kill rectangle

Ctrl + X then R then K

Rectangles
Yank rectangle

Ctrl + X then R then Y

Rectangles
Open rectangle, shifting text right

Ctrl + X then R then O

Rectangles
Black out rectangle

Ctrl + X then R then C

Rectangles
Prefix each line with string

Ctrl + X then R then T

Abbrevs
Add global abbrev

Ctrl + X then A then G

Abbrevs
Add mode-local abbrev

Ctrl + X then A then L

Abbrevs
Add global expansion for this abbrev

Ctrl + X then A then I then G

Abbrevs
Add mode-local expansion for this abbrev

Ctrl + X then A then I then L

Abbrevs
Explicitly expand abbrev

Ctrl + X then A then E

Abbrevs
Expand previous word dynamically

Meta + /

Miscellaneous
Numeric argument

Ctrl + U then Num 0 - Num 9

Miscellaneous
Negative argument

Meta + -

Miscellaneous
then char: Quoted insert

Ctrl + Q

International character sets
Enable or disable input method

Ctrl + \

Info
Enter the Info documentation reader

Ctrl + H then I

Info
Find specified function or variable in Info

Ctrl + H then S

Info
Beginning of node

B

Info
Go to previous node

P

Info
Move up

U

Info
Select menu item by name

M

Info
Select menu item by number

Num 1 - Num 9

Info
Follow cross reference (return with 1)

F

Info
Return to last node you saw

L

Info
Return to directory node

D

Info
Go to top node of Info file

T

Info
Go to any node by name

G

Info
Run info tutorial

H

Info
Look up a subject in the indices

I

Info
Search nodes for regexp

S

Info
Quit Info

Q

Registers
Save region in register

Ctrl + X then R then S

Registers
Insert register contents into buffer

Ctrl + X then R then I

Registers
Save value of point in register

Ctrl + X then R then Space

Registers
Jump to point saved in register

Ctrl + X then R then J

Keyboard macros
Start defining a keyboard macro

Ctrl + X then (

Keyboard macros
End keyboard macro definition

Ctrl + X then )

Keyboard macros
Eappend to last keyboard macro

Ctrl + X then E

Dealing with Emacs Lisp
Eval sexp before point

Ctrl + X then Ctrl + E

Dealing with Emacs Lisp
Eval current defun

Ctrl + Meta + X

Dealing with Emacs Lisp
Read and eval minibuffer

Meta + :

Similar combinations for other applications


Emacs 23.2.1 (Linux)
Cut Line
Edit

Ctrl + 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


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


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

Ctrl + K / Ctrl + Shift + 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 (Linux)
Move to Search Bar
Find Messages

Ctrl + K


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

Ctrl + K


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

Ctrl + K


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

Ctrl + 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


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)
Insert hyperlink
Calendar Shortcuts - Format Message Body

Ctrl + K


Evernote (Windows)
Add Hyperlink
Note Editor

Ctrl + k


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

Ctrl + K


UltraEdit (Windows)
Invoke the spelling checker
Format Menu

Ctrl + 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


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


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


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


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


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

Ctrl + 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 Edge Browser (Windows)
Duplicate tab (switching to newly created tab)
Window / Tab Control

Ctrl + 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)
Check names
Mail

Ctrl + 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


Adobe Premiere CC (Windows)
Add edit
Clipping Shortcuts

Ctrl + K


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

Ctrl + K


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

Ctrl + 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


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


Ace Projects (Windows)
Find next
Find and Replace

Ctrl + 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


Slack (Windows)
Quick Switcher
Navigation Controls

Ctrl + 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


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


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


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


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


VideoPad Video Editor (Windows)
Add blank clip
Clip

Ctrl + K


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

Ctrl + K


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

Ctrl + K


KMPlayer (Windows)
Open Video CD
General

Ctrl + K


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

Ctrl + K


Aptana Studio 3 (Windows)
Find Next
Find and Replace

Ctrl + 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


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


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


OpenSCAD (MacOS)
Delete to end of line
Navigation Shortcuts

Ctrl + K


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

Ctrl + 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


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


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


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


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


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


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


Zimbra Web Client
Add hyperlink dialog box
HTML editor

Ctrl + K


Foxit PDF Reader 2.0
Preferences
Edit shortcuts

Ctrl + K


AIMP
Audio Converter
Utilities

Ctrl + K


Audacity
Delete
Edit menu

Ctrl + K


WordPress
Insert/edit link
Visual Post Editor

Ctrl + K


Mozilla Thunderbird
Insert link
Editing message text

Ctrl + K


Joomla
Cancel/Close
Joomla! Keyboard Master (extension)

Ctrl + K


Microsoft OneNote
Insert a hyperlink
Format notes

Ctrl + K


Adobe Acrobat Reader DC
Preferences
Acrobat Reader features

Ctrl + K


Gmail
Insert a link
Compose and chat

Ctrl + K


Android Studio
Commit project to VCS
Version Control / Local History

Ctrl + K


Notepad2
Swap
Editing

Ctrl + K


Microsoft Edge
Duplicate tab
General

Ctrl + K


Opera
Check e-mail
E-mail keys: Reading and sending

Ctrl + K


Internet Explorer (Windows)
Duplicate current tab.
Tabbed Browsing main

Ctrl + K


Microsoft Word 2010 (Windows)
Insert a hyperlink
Navigate within Documents - Insert Text Elements

Ctrl + K


gedit 2.3 (Linux)
Open and focus a search box
Search and Replace

Ctrl + K


Clementine Player (Linux)
Clear Playlist
Playlists

Ctrl + K


Adobe Reader 9 (Windows)
Access Preferences
Acrobat Features

Ctrl + K


Google Earth 5 (Linux)
Open and focus a search box
Search and Replace

Ctrl + K


Rhythmbox (Linux)
Show/hide playlist in sidebar
Window

Ctrl + K / Ctrl + Shift + T


Clementine Player (Windows)
Clear Playlist
Playlists

Ctrl + K


Winamp Media Player (Windows)
Open Visualization Tab of Preferences
Access Menus and Features

Ctrl + K


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

Ctrl + K


Tupi (Windows)
Show “About” dialog
General Shortcuts

Ctrl + K


Microsoft Outlook 2007 (Windows)
Check names.
Shortcuts for all Outlook 2007 Items

Ctrl + K


Microsoft Outlook 2007 (Windows)
Check names.
Shortcuts for Managing E-Mail

Ctrl + K


Microsoft Windows Vista (Windows)
Stop and rewind playback.
Vista photo Gallery Shortcuts (when working with Videos)

Ctrl + K


IrfanView 4.42 (Windows)
Open Adobe filters dialog (plugin required)
Plugins

Ctrl + K


Microsoft Excel 2007 (Windows)
Displays the Insert Hyperlink dialog box for new hyperlinks or the Edit Hyperlink dialog box for selected existing hyperlinks.
CTRL Combinations in Excel 2007

Ctrl + K


Microsoft Word 2010 (Windows)
Insert a hyperlink
Edit Documents - Insert Text Elements

Ctrl + K


Adobe Photoshop CS4 (Windows)
Camera Raw preferences
Shortcut Keys for using the Camera Raw dialog box

Ctrl + K


Microsoft Outlook 2007 (Windows)
Insert a hyperlink.
Shortcuts for Formatting Text

Ctrl + K


Microsoft Outlook 2007 (Windows)
Insert a hyperlink.
Shortcuts to add Web information to items

Ctrl + K


Microsoft Word 2010 (Windows)
Insert a hyperlink
Formats - Insert Text Elements

Ctrl + K


Microsoft Word 2010 (Windows)
Insert a hyperlink
Manage Word View - Insert Text Elements

Ctrl + K


Microsoft Word 2010 (Windows)
Insert a hyperlink
Tables - Insert Text Elements

Ctrl + K


Nano
Cut the current line and store it in the cut buffer
Editing

Ctrl + K


Scrivener 1.9.9
Split at the selection
Documents

Ctrl + K


Xactimate
Go to Sketch
General

Ctrl + K