GNU Emacs

Info

Look up a subject in the indices

I

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


Adobe Photoshop CS4 (MacOS)
Eyedropper tool, Color Sampler tool, Ruler tool, Note tool Count tool
Shortcut Keys for selecting tools

I


Dropbox (Web Application)
Invert checked files
16 Shortcuts for Dropbox (Web Application)

i


Adobe Photoshop CS4 (MacOS)
Eyedropper tool
Shortcut Keys for selecting tools in the Extract toolbox

I


Remember the Milk (Web Application)
Select current item in the list
Selection

i


Civilization V (Windows)
Intercept
Air Unit Hotkeys

i


Civilization V (Windows)
Construct a Farm
Civilian Unit Hotkeys

i


Adobe Photoshop CS4 (MacOS)
White Balance tool
Shortcut Keys for using the Camera Raw dialog box

I


Visual Studio 2015 (Windows)
If block
Code Editor - Blocks

I


Adobe Photoshop CS5 (MacOS)
Eyedropper tool
Photoshop CS5 Panels - Extract Only

I


Adobe Photoshop CS5 (Windows)
Eyedropper tool
Photoshop CS5 Panels - Extract Only

I


Mindjet Mindmanager 2012 (Windows)
Bold, Italics, Underline (common in Windows)
Most used - Box formatting

Ctrl + B / I / U


Microstation v8i (Windows)
Activates Intersect snap mode.
Microstation AccuDraw/ AccuSnap Shortcuts - Dialog Boxes

I


Mindjet Mindmanager 2012 (Windows)
Bold, Italics, Underline (common in Windows)
Reorganizing - Box formatting

Ctrl + B / I / U


Visual Studio 2015 (Windows)
If block
Coding - Blocks

I


AutoCAD 2012 (Windows)
INSERT / Inserts a block or drawing into the current drawing.
Command Shortcuts - H-L Command Shortcuts

I


InDesign CS5 (MacOS)
Eyedropper tool
Tools

I


Adobe Illustrator CS5 (MacOS)
Eyedropper tool
Selecting Tools

i


Visual Studio 2015 (Windows)
If block
Code Snippets (Visual C# Scheme) - Blocks

I


Photoshop Lightroom 4 (MacOS)
Cycle info overlay
Changing Views and Screen Modes

I


Adobe Photoshop CS5 (MacOS)
Eyedropper tool
Extract and Pattern Maker (plug-in) - Extract Only

I


Jaws 11.0 (Windows)
Next item in a list (Shift + I for previous)
Navigation in HTML (Internet browsing)

I


Adobe Photoshop CS5 (Windows)
Eyedropper tool
Extract and Pattern Maker (plug-in) - Extract Only

I


Adobe Illustrator CS5 (Windows)
Eyedropper tool
Selecting Tools

i


Facebook (Web Application)
Like or unlike a story
Newsfeed Navigation

I


HoneyView 5.03 (Windows)
Image Filter: Smooth
Filter and Viewing Modes

I


Adobe Photoshop CS5 (MacOS)
White Balance tool
Camera Raw Dialog Box

I


Adobe Photoshop CS5 (Windows)
White Balance tool
Camera Raw Dialog Box

I


Presonus Studio One (Windows)
Autopunch
Transport Menu

I


Calibre (Windows)
Show book details
Library Management

I


Adobe Flash Professional (Windows)
Ink Bottle
Tools

I


Axialis IconWorkshop (Windows)
Adjustments / effects - Invert colors
Image Menu

I


Axialis IconWorkshop (Windows)
Adjustments / effects - Invert colors
Draw Menu

I


Google Drive (Web Application)
Show or hide the activity pane
Navigation and Views

i


Atom (text editor) 1.0 (Linux)
Toggle display of VCS ignored files
Tree View

i


Atom (text editor) 1.0 (Windows)
Toggle display of VCS ignored files
Tree View

I


Quickbooks Online (Web Application)
Invoice
General Pages

I


Quickbooks Online (Windows)
Invoice
General Pages

I


Autodesk Maya 2015 (Windows)
Insert Keys Tool for Graph Editor
Animation

I


Google Play Music (Web Application)
Create a new radio station from the selected song
Songlists

I


Photoshop Lightroom CC (Windows)
Cycle Info overlay
Changing Views and Screen Modes

I


Nirvana (Web Application)
Creates a new entry in Inbox (without moving left hand menu item)
Capturing

I


Photoshop Lightroom CC (MacOS)
Cycle Info overlay
Changing Views and Screen Modes

I


Onshape (Windows)
Insert Dialog
Assembly

I


Onshape (MacOS)
Insert Dialog
Assembly

I


Adobe After Effects CC (Windows)
Go to Layer InPoint / Layer OutPoint
Time Navigation

I / O


Adobe After Effects CC (MacOS)
Go to Layer InPoint / Layer OutPoint
Time Navigation

I / O


Onshape (Windows)
Coincident
Sketch

I


Onshape (MacOS)
Coincident
Sketch

I


Plex (Windows)
Playback Info Diagnostic
Graphics(Audio/Video) Control

I


Plex (MacOS)
Playback Info Diagnostic
Graphics(Audio/Video) Control

I


Adobe Premiere CC (Windows)
Mark in/Mark out
Marker Operation

I / O


Adobe Premiere CC (MacOS)
Mark in/Mark out
Marker Operation

I / O


Adobe Illustrator CC (MacOS)
Eyedropper tool
Selectiong Tool

I


Adobe Illustrator CC (Windows)
Eyedropper tool
Selectiong Tool

I


Corel Painter 2017 (MacOS)
Rectangular Shape
Toolbox commands

I


Corel Painter 2017 (Windows)
Rectangular Shape
Toolbox commands

I


Nuke 10 (Windows)
Mark in point
Timeline Viewer

I


Nuke 10 (MacOS)
Mark in point
Timeline Viewer

I


Nuke 10 (Linux)
Mark in point
Timeline Viewer

I


Autodesk Maya 2017 (Windows)
Insert Keys Tool for Graph Editor
Animation

I


Hexagon 2 (MacOS)
Invert Selection
Selection,Tools and Manipulators Shortcuts

I


Hexagon 2 (Windows)
Invert Selection
Selection,Tools and Manipulators Shortcuts

I


Apple Keynote (MacOS)
Jump to beginnig of movie
Playing Movies

I


Nuke 10 (Windows)
Pick color
RotoPaint

I


Nuke 10 (Linux)
Pick color
RotoPaint

I


Nuke 10 (MacOS)
Pick color
RotoPaint

I


Anime Studio (Windows)
Blind points
A to Z shortcuts

I


InDesign CC (Windows)
Eyedropper tool
Tools

I


InDesign CC (MacOS)
Eyedropper tool
Tools

I


Apple Motion (MacOS)
Mark In point of a selected object or set the play range when no object is selected
Mark Menu

I


ArchiCAD 20 (Windows)
Roof Tool
Tools

I


Adobe Photoshop CC (Windows)
Eyedropper, Color Sampler, Ruler, Note, and Count Tool
Selecting Tools

I


Windows Movie Maker (Windows)
Set start trim point
Edit

I


Adobe Photoshop CC (MacOS)
Eyedropper, Color Sampler, Ruler, Note, and Count Tool
Selecting Tools

I


Anime Studio (MacOS)
Blind points
A to Z shortcuts

I


Age of Empires (Windows)
Set gather point
Unit commands ( After Clicking The Unit)

I


GIMP (Linux)
Intelligent Scissors
Selection Tools

I


ArchiCAD 20 (MacOS)
Roof Tool
Tools

I


GIMP (MacOS)
Intelligent Scissors
Selection Tools

I


GIMP (Windows)
Intelligent Scissors
Selection Tools

I


Adobe Flash Professional (MacOS)
Ink Bottle
Tools

I


Silhouette Studio (MacOS)
Eyedropper
Tools

I


Silhouette Studio (Windows)
Eyedropper
Tools

I


Autodesk 3ds Max 2017 (Windows)
Interactive pan
Viewport Navigation Controls

I


Asana (Web Application)
Archieve
Inbox shortcuts

I


Counter Strike Source (Windows)
Recap Mission Briefing
MenuShortcuts

I


GitLab (Web Application)
New Issue
Dashboard and Project Shortcuts

I


Atom (text editor) 1.0 (MacOS)
Toggle display of VCS ignored files
Tree View

I


Final Cut Pro (MacOS)
Set in points
In and Out points

I


Atlasian JIRA Agile (Web Application)
Issues DropDown Menu
General Shortcuts

+ + I


Atlasian JIRA Agile (Web Application)
Assign to Me
Agile Shortcuts

I


Google Photos (Web Application)
Show/Hide Information
General Shortcuts

I


Logic Pro X (MacOS)
Show/Hide Inspector
Various Editors

I


Microsoft Excel 2016 (Windows)
Autofit column width (Based on current cell; mark column if you want to autfit column based on widest cell)
Column Width and Row Height

I


Atlassian Bamboo 6.0 (Windows)
Filter Projects
9 Shortcuts for Atlassian Bamboo 6.0 (Windows)

I


Atlassian Bamboo 6.0 (MacOS)
Filter Projects
9 Shortcuts for Atlassian Bamboo 6.0 (MacOS)

I


Atlassian Crucible (Web Application)
Go to Previous Unreviewed File
File Navigation

I


Zimbra Collaboration Suite 8 (Windows)
Go to Inbox and Get Mail
Mail

I / VI


BrainSuite (Windows)
Show Image Display Toolbox
Toolboxes

I


BrainSuite (MacOS)
Show Image Display Toolbox
Toolboxes

I


Autodesk SketchBook Pro (Windows)
Color Picker
Actions

Alt / I


Blender 3D (Windows)
Insert Key Menu
Universal

I


Autodesk Mudbox 2017 (Windows)
Sample color in the 3D View
Sculpt and Paint Tool

I


Autodesk Mudbox 2017 (MacOS)
Sample color in the 3D View
Sculpt and Paint Tool

I


Daz 3D Bryce 7 (Windows)
Set Current Object to Intersect
Set Object Attributes

I


Daz 3D Bryce 7 (MacOS)
Set Current Object to Intersect
Set Object Attributes

I


Blender 3D (Windows)
Insert Object key
Object Mode

I


jEdit (Windows)
Move to Previous/Next Character
Alternative Shortcuts

Alt + J / I


Cyberduck (MacOS)
Edit issue labels
Issue Action

I


Cyberduck (MacOS)
Assign to me
Issue Action

I


DAZ Studio (Windows)
Look up (Pitch)
Keyboard Navigation Commands

I


Pinnacle Studio Ultimate 20 (Windows)
Mark In/Out
Trim

I / O


DAZ Studio (MacOS)
Look up (Pitch)
Keyboard Navigation Commands

I


Opera (MacOS)
Load and display all images
Display

I


Opera (Windows)
Load and display all images
Display

I


Steinberg Cubase 9 (Windows)
Auto punch in
Transport

I


Steinberg Cubase 9 (MacOS)
Auto punch in
Transport

I


Corel Draw X8 (Windows)
Artistic media tools
Toolbox Tool Selection

I


Chief Architect (Windows)
Orbit Camera Tools - Move Camera In
Camera View

I


Chief Architect (MacOS)
Orbit Camera Tools - Move Camera In
Camera View

I


Pixelmator (MacOS)
Eyedropper
Selection Tools

I


Apple Motion (MacOS)
Mark the In point of the play range or selected object
TimeLine Editing and Navigation

I


Final Fantasy XV (Windows)
Inventory
Hotbar And Main Menu

I


Forte (Windows)
Ignore Message
Main Browser Window

I


MOTU Digital Performer 9 (Windows)
I-beam tool
Tools

I


Transmission BT (Windows)
Info Panel
10 Shortcuts for Transmission BT (Windows)

I


Houdini (Windows)
Isolate channels
Channel Editor

I


Transmission BT (MacOS)
Info Panel
10 Shortcuts for Transmission BT (MacOS)

I


Krita Painting 3 (Windows)
Decrease opacity
Color

I


GOM Player (Windows)
Increase Saturation by 5%
Video Control

I


PotPlayer (Windows)
Color Decrease 1%
Standard Keyboard Controls

I


MOTU Digital Performer 9 (MacOS)
I-beam tool
Tools

I


Houdini (Windows)
Inspector
Render View

I


Jupyter Notebook (Windows)
interrupt kernel
Command Mode (press Esc to enable)

I


ZBrush 4 (Windows)
RGB Intensity
Sculpting and Painting

I


Vegas Pro 14 (Windows)
Set In and Out points
Cursor Placement,Loop Region and Time Selection

I / O


Quickbooks Online (MacOS)
Invoice
General Pages

I


Soundforge (Windows)
Set Mark In at the current cursor position
Navigation and Playback

I


TVPaint Animation (Windows)
Append Images
89 Shortcuts for TVPaint Animation (Windows)

I


DrawPlus (Windows)
Color Picker Tool
Tools Shortcuts

I


CityEngine (Windows)
Toggle Isolation
48 Shortcuts for CityEngine (Windows)

I


CityEngine (MacOS)
Toggle Isolation
48 Shortcuts for CityEngine (MacOS)

I


Impro-Visor (Windows)
starts playback from the beginning
General

I


Pencil2D (Windows)
Eyedropper
57 Shortcuts for Pencil2D (Windows)

I


Anim8or (Windows)
Show IK Controls
Figure Editor

I


Anim8or (Windows)
Inverse Kinematics
Sequence Editor

I


TurboCAD (Windows)
Single Snap to the Intersection of two objects
171 Shortcuts for TurboCAD (Windows)

I


Vim (Linux)
Start insert mode at cursor
Cursor Movement

i


Vim (Linux)
Insert at the beginning of the line
Cursor Movement

I


Cabinet Vision (Windows)
In CAD,Snaps a line to Interscetion
Layout and CAD

I


Solid Edge (Windows)
Intersection
Keypoint Selection

I


Netvibes (Windows)
Display the full website into the feed reader
Feed reader shortcuts

I


Miscreated
Stance down / Next
Movement

I


WeVideo (Web Application)
trim to inpoint
General (On Mac Ctrl equals Command)

I


Compressor (Web Application)
Set the In point
General

I


Vegas Pro 14 (Windows)
Show/hide Insert FX control region
Mixing Console

I


Smite (MacOS)
Item Store
Other Controls

I


Smite (Windows)
Item Store
Other Controls

I


Anno 1800
Disable interface
Interface

I


Affinity Photo
Color Picker Tool
Tools

I


Warframe
Inspect
Misc

I


Fortnite (PC)
Toggle inventory
Misc

I


Open Rails 0.6.2
Control injector 1
Injectors

I


PhotoFiltre (Windows)
Lasso selection
Selection, past and text

I


Modo (Windows)
Select modifier input
Channel list

I


Apex Legends (PC)
Equipment
Weapons and abilities

I


SpaceClaim (Windows)
Combine
71 Shortcuts for SpaceClaim (Windows)

I


Modo (MacOS)
Select modifier input
Channel list

I


KiCad 5.0.2
Select Copper Connection
Pcbnew

I


Flyff
Brings up your Inventory window.
Character

I


Cobalt (Windows)
Attribute
70 Shortcuts for Cobalt (Windows)

I


DaVinci Resolve 14 (Windows)
Set Mark In
Marking

I


DaVinci Resolve 14 (MacOS)
Set Mark In
Marking

I


Car Mechanic Simulator 2018
Inventory
General

I


Maxwell Render (Windows)
Toggle info
Viewport

I


Modo (Windows)
Unlock
Hide/Lock Geometry

I


Bus Simulator 18
Ignition
Bus controls

I


Modo (MacOS)
Unlock
Hide/Lock Geometry

I


Life Is Strange 2
Inventory
General

I


Google Keep (Web Application)
Compose a new list
Application Shortcuts

I


gThumb (Linux)
Show the file properties summary
User Interface

I


The Curse of Monkey Island
Open / close inventory
General

I


Europa Universalis IV
Primary mapmodes
General

I


Ulead PhotoImpact 8 (Windows)
Slice tool
Tool panel

I


Elex (PC)
Weapon screen in adjutor
General

I


Assetto Corsa
Car gearbox animation
Showroom

I


Target 3001! (Windows)
Insert Symbols/Package,Insert
Library and Other Shortcuts

I


Xyplorer
Zoom to Fill
Other Shortcuts

I


Huggle
Ignore user
User

I


Vectorworks (Windows)
2nd group
Cycles through Modes in Tool bar

I


Vectorworks (MacOS)
2nd group
Cycles through Modes in Tool bar

I


FlightGear
Minimize HUD
Display options

I


NetHack
Inventory
Inventory

I


The Forest
Inventory
Menu

I


Substance Painter
Invert quick mask
General

I


Substance Painter (Mac)
Invert quick mask
General

I


MuseScore (Windows)
Show Instruments Dialog
Miscellaneous Shortcuts

I


SolveSpace (Windows)
Split Curves at Intersection
Sketch

I


SolveSpace (MacOS)
Split Curves at Intersection
Sketch

I


MuseScore (MacOS)
Show Instruments Dialog
Miscellaneous Shortcuts

I


Battlezone 98 Redux
Get information on object under reticle
Other

I


Kingdom Come: Deliverance
Open inventory
Inventory

I


FlexiSign Pro 8.1 (Windows)
Fill/Stroke Editor
Palettes

I


FlexiSign Pro 8.1 (MacOS)
Fill/Stroke Editor
Palettes

I


Adobe Photoshop Elements (Windows)
Eyedropper
Tools

I


Adobe Photoshop Elements (MacOS)
Eyedropper
Tools

I


Solidwork Composer (Windows)
Toggles Inertia mode
35 Shortcuts for Solidwork Composer (Windows)

I


ShareX 12.2.0 (Windows)
Step
Drawing Tools

I


MindManager v19 (Windows)
Bold, Italics, Underline (common in Windows)
Most used - Box formatting

Ctrl + B / I / U


Aspire (Windows)
Insert a Point
Node Editing

I


Figma (Web Application)
Pick Color
Tools

I


VCarve Pro (Windows)
Insert a Point
Node Editing

I


KeyCreator (Windows)
Radial Dimension Submenu
Various Submenu Options

I


American Truck Simulator
Dashboard display mode
Miscellaneous

I


MindManager v19 (Windows)
Bold, Italics, Underline (common in Windows)
Reorganizing - Box formatting

Ctrl + B / I / U


LDCad
Show/hide the selected parts information panel
Editor

I


Adobe Illustrator
Eyedropper tool
Select tools

I


Adobe Illustrator (Mac)
Eyedropper tool
Select tools

I


BlackBerry Classic
Zoom in
Browser app

I


DaVinci Resolve 15 (Mac)
Mark in
Mark

I


ARK: Survival Evolved
Open Inventory
Actions

I


Fallout 76
Pip Boy Quick Inventory
Misc

I


Madden NFL 19
Individual adjustment
Advanced pre-play defense

I


K-9 Mail
Toggle sort order
Message list

I


ProtonMail
Move the message / conversation to inbox
Mail - Threadlist

I


Adobe Photoshop Elements
Eyedropper tool
General

I


Adobe Photoshop Elements (Mac)
Eyedropper tool
Tool selection

I


Shotcut (Mac)
Trim clip in
Timeline

I


Shotcut
Trim clip in
Timeline

I


HitFilm
Set in point
Media panel (when panel is active)

I


Final Cut Pro X
Set the start point for the range
Marking

I


Google Keep Notes
Compose a new list
Application

I


Asana
Archive
Inbox

I


Asana (Mac)
Archive
Inbox

I


AutoCAD
INSERT / Inserts a block or drawing into the current drawing
G, H, I

I


Remember the Milk
When on a list, select an task
Actions

I


Atlassian JIRA Agile
Assign to Me
Agile

I


Stack Exchange
Inbox
General

I


Adobe Lightroom Classic (Mac)
Cycle info overlay
Changing views and screen modes

I


Adobe Lightroom Classic
Cycle info overlay
Changing views and screen modes

I


ArtRage Studio Pro
Ink Pen
Tool Commands

I


Kerbal Space Program
RCS thrust translate down
Flight Controls

I


Bluebeam Revu
Image
Markup & editing

I


Airodump-ng
Invert sorting algorithm
General

I


AI War Classic
(hold/while debug on)  Show the last target search cycle for each unit onscreen
Debug info

I


Black Desert Online
Inventory
General

I


Total War: Attila (Mac)
Toggle unit formation
Game / UI

I


Total War: Attila
Toggle unit formation
Game / UI

I


PaintShop Pro 2018
Picture tube
Single key shorcuts

I


Path of Exile
Inventory panel
General

I


YouTube Studio
Move focus to start position when moving over interactive item
When mouse over timeline

I


CorelDRAW Graphics Suite 2018
Artistic Media
General

I


Diablo II
Toggles Backpack Inventory screen
General

I


Adobe Animate CC (Mac)
Ink bottle
Tools

I


Diablo
Examine inventory
General

I


Nuke
Pick colour
Roto / RotoPaint

I


Adobe Dimension CC (Mac)
Sampler
Tools

I


Fez
Look
General

I


Adobe Dimension CC (Windows)
Sampler
Tools

I


Enter the Gungeon
Inventory
"Recommended" preset

I


Destiny 2
Open Start Menu-Character
Common and character

I


Waze Map Editor
Draw (insert) a new Road/Segment (equivalent to clicking Road under the draw road icon)
Drawing

I


StarCraft 2
Immortal
Protoss units

I


Adobe Photoshop CC
Eyedropper tool
Sonuç (Yalnızca Extract)

I


Euro Truck Simulator 2
Dashboard display mode
Vehicle controls

I


Clip Studio Paint Pro
Eyedropper
Tool

I


BSPlayer
Show / hide OSD
Misc

I


LightWave 3D
Point / polygon info panel
Modeler: General

I


Corel Painter (Mac)
Rectangular shape
Toolbox commands

I


Corel Painter
Rectangular shape
Toolbox commands

I


Xodo
Image
Annotating

I


MyPaint
Mirror image
View

I


Autodesk SketchBook (Mac)
Color picker
Tools

I


Autodesk SketchBook (Windows)
Color picker
Hotkeys in SketchBook for Windows 10

I


Adobe Premiere Pro (Mac)
Mark In
Marker

I


Adobe Premiere Pro (Windows)
Mark In
Marker

I


Dota 2
Opens stats window which shows the current buyback status of each player
Stats dropdown

I


World of Warcraft
Abilities
Panels

I


GitHub
Scroll right
Network Graph

I


GIMP
Scissors
Toolbox

I


Kdenlive
Set Zone In
Editing

I


Kodi
Info
Music visualisation

I


Ardour
Insert from region list
Editing with Edit Point

I


Sea of Thieves
Equip Instrument
Items

I


Wikipedia
Flag edit as minor (only avaible to logged-in users, not IP users)
Access keys

I


The Sims 4
Show Sim's inventory
Live mode

I


Vim
Insert text before the cursor
Insert text

I


Microsoft Visual Studio 2017 (All shortcuts)
ArchitectureContextMenus.DirectedGraphContextMenu.Advanced.Select.IncomingDependencies
F# interactive

I


NZBGet
Show only info messages
Messages tab commands

I


Maple
I or ι
Entering Greek characters

I


OneDrive
Display or hide the Details pane
Change or expand available information

I


Sumatra PDF
Show page information in full screen/presentation mode
Viewing state

I


Blender
Inflate brush
Sculpt mode

I


IrfanView
Image information
Basic editing functions

I


PlayerUnknown's Battlegrounds
Inventory
Other

I


NVDA Screen Reader
Go to next list item
Basics: Lists

I


Krita 3.0
Decrease opacity
Color

I


REAPER
Edit: Insert note at edit cursor
Section: MIDI Inline Editor

I


Zimbra Web Client
Inbox
Mail

I


Windows Movie Maker
Set start trim point
Edit

I


GOM Player
Increase saturation by 5%
Video control

I


Opera
Load and display all images
Display modes

I


Diablo III
Show inventory
General

I


Narrator
Move to the next item
Scan mode keyboard commands

I


SketchUp
Entity info
Main window

I


YouTube
Launch mini player
New shortcuts

I


Google Drive
Show or hide the activity pane
Navigation and Views

I


Adobe Fireworks MX (Windows)
Choose the Eyedropper Tool
Shortcuts for selecting and working with Fireworks Tools

i


Adobe Photoshop CS4 (Windows)
Eyedropper tool, Color Sampler tool, Ruler tool, Note tool Count tool
Shortcut Keys for selecting tools

I


Adobe Photoshop CS4 (Windows)
Eyedropper tool
Shortcut Keys for selecting tools in the Extract toolbox

I


IrfanView 4.42 (Windows)
Image information
Basic Image Editing

I


InDesign CS5 (Windows)
Eyedropper tool
Tools

i


vi (Linux)
Insert at current position
From Normal to Edit Mode

I


vi (Linux)
Insert at start of line
From Normal to Edit Mode

I


Adobe After Effects CS5 (MacOS)
Go to layer In point
Time Navigation

I


Adobe After Effects CS5 (Windows)
Go to layer In point
Time Navigation

I


Tupi (Windows)
Internal color fill
Animation Module

I


Adobe Photoshop CS4 (Windows)
White Balance tool
Shortcut Keys for using the Camera Raw dialog box

I


Microsoft Windows Vista (Windows)
Set the start trim point.
Vista photo Gallery Shortcuts (when working with Videos)

I


Figma
Pick color
Tools

I


Pinnacle Studio 22
Mark in
Edit tab

I


Xactimate
Interior Line
Additional shortcut keys

I