GNU Emacs

Query replace

Replace this one, go to next

Y

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)
History Brush tool, Art History Brush tool
Shortcut Keys for selecting tools

Y


Remember the Milk (Web Application)
Add a note to the selected task
Editing Tasks

y


Civilization V (Windows)
Yield Icons
General Hotkeys

y


Microsoft OneNote 2010 (Windows)
Undo / Redo the last action.
Basic Editing and Formatting

ctrl + z / y


Google Mail (Windows)
Remove from current view: To archive while in Inbox, to Inbox while in Trash, remove star while in Starred Conversation, remove Label while in Labels.
Main Window - Manage Message List

Y


Google Mail (Windows)
Remove from current view and jump back to the message list
Main Window - Manage Single Messages

Y


Adobe Photoshop CS4 (MacOS)
Toggle Show Mask for Adjustment Brush tool
Shortcut Keys for using the Camera Raw dialog box

Y


Microstation v8i (Windows)
Toggle the lock status for the Y value.
Microstation AccuDraw/ AccuSnap Shortcuts - Lock Elements

Y


Tekla Structures 14.0 (Windows)
Move down
General shortcuts

y


Adobe Illustrator CS5 (MacOS)
Magic Wand tool
Selecting Tools

y


Jaws 11.0 (Windows)
Next Span (Shift + Y for previous)
Navigation in HTML (Internet browsing)

Y


Adobe Illustrator CS5 (Windows)
Magic Wand tool
Selecting Tools

y


Photoshop Lightroom 4 (Windows)
View Before and After left/right
Develop Module

Y


Photoshop Lightroom 4 (MacOS)
View Before and After left/right
Develop Module

Y


Adobe Photoshop CS5 (MacOS)
Toggle Show Mask for Adjustment Brush tool
Camera Raw Dialog Box

Y


Adobe Photoshop CS5 (Windows)
Toggle Show Mask for Adjustment Brush tool
Camera Raw Dialog Box

Y


FL Studio (Windows)
Playback tool
Playlist Action

Y


Axialis IconWorkshop (Windows)
Drawing tools - Filled ellipse
Draw Menu

Y


Autodesk Maya 2015 (Windows)
Selects the last used tool that is not one of Select, Move, Rotate, or Scale
General Tools

Y


FL Studio (Windows)
Playback tool
Piano Roll Action

Y


Google Mail (MacOS)
Remove from current view: To archive while in Inbox, to Inbox while in Trash, remove star while in Starred Conversation, remove Label while in Labels.
Main Window - Manage Message List

Y


Quickbooks Online (Web Application)
First day of the Year
Enter Dates

Y


Quickbooks Online (Windows)
First day of the Year
Enter Dates

Y


Autodesk Maya 2015 (Windows)
Last tool used
Tool and Action

Y


Google Mail (MacOS)
Remove from current view and jump back to the message list
Main Window - Manage Single Messages

Y


Microsoft OneNote 2016 (Windows)
Undo/ redo last action
Basic Editing and Formatting

Ctrl + Z / Y


Camtasia 8 (Windows)
Color - Yellow
Screen Draw Hotkeys

Y


Adobe After Effects CC (Windows)
Activate Pan Behind Tool
Activating Tools

Y


Adobe After Effects CC (MacOS)
Activate Pan Behind Tool
Activating Tools

Y


Autodesk Maya 2017 (Windows)
Selects the last used tool that is not one of Select, Move, Rotate, or Scale
General Tools

Y


Adobe Illustrator CC (MacOS)
magic wind tool
Selectiong Tool

Y


Adobe Illustrator CC (Windows)
magic wind tool
Selectiong Tool

Y


Adobe Audition CC (Windows)
Slip tool
Marker/Tool/Clip Shortcuts

Y


Adobe Audition CC (MacOS)
Slip tool
Marker/Tool/Clip Shortcuts

Y


Autodesk Maya 2017 (Windows)
Last tool used
Tool and Action

Y


Corel Painter 2017 (MacOS)
Convert Point
Toolbox commands

Y


Photoshop Lightroom CC (Windows)
View Before and After left/ right
Develop Module

Y


Photoshop Lightroom CC (MacOS)
View Before and After left/ right
Develop Module

Y


Corel Painter 2017 (Windows)
Convert Point
Toolbox commands

Y


Nuke 10 (Windows)
Luma
Timeline Viewer

Y


Adobe Premiere CC (Windows)
Slip tool
Tools Shortcuts

Y


Nuke 10 (MacOS)
Luma
Timeline Viewer

Y


Nuke 10 (Linux)
Luma
Timeline Viewer

Y


Adobe Premiere CC (MacOS)
Slip tool
Tools Shortcuts

Y


Finale (MacOS)
Yes in dialog box
Playback and General Shortcuts

Y


Finale (Windows)
Yes in dialog box
Playback and General Shortcuts

Y


InDesign CC (Windows)
magic wind tool
Tools

Y


InDesign CC (MacOS)
magic wind tool
Tools

Y


Nuke 10 (Windows)
Splay last
Node Graph

Y


Nuke 10 (Linux)
Splay last
Node Graph

Y


Nuke 10 (MacOS)
Splay last
Node Graph

Y


ArchiCAD 20 (Windows)
Y coordinate
Actions

Y


Adobe Photoshop CC (Windows)
History Brush tool
Selecting Tools

Y


Adobe Photoshop CC (MacOS)
History Brush tool
Selecting Tools

Y


Age of Empires (Windows)
Go to Monastery
Game Commands

Y


ArchiCAD 20 (MacOS)
Y coordinate
Actions

Y


Battlefield 12 (Windows)
Switch Weapon
Beginner's Approach(By PlayStation )

Y


Call of Duty (Windows)
Team Chat
General Game Controls

Y


Counter Strike Source (Windows)
Chat Message
Communication Shortcuts

Y


Logic Pro X (MacOS)
Show/hide Library
General Controls

Y


Final Cut Pro (MacOS)
Change render quality
Output

Y


GTA V Cheats (Windows)
Text Chat Team
Online Control Keys

Y


Atlassian Crucible (Web Application)
Set File Reviewed and go to Next Unreviewed File
File Navigation

Y


Logic Pro X (MacOS)
Note G#
Step Input

Y


Autodesk SketchBook Pro (Windows)
Invoke Symmetry Y
Tools

Y


BrainSuite (Windows)
Cycle Y-plane clipping (off, positive, negative)
Surface Display

Y


BrainSuite (MacOS)
Cycle Y-plane clipping (off, positive, negative)
Surface Display

Y


Daz 3D Carrara 8 (Windows)
Eye Dropper
Application - Tools

Y


Zoho Mail (Web Application)
Clear Label
Customizable Keys

Y


Daz 3D Carrara 8 (Windows)
Polyline
Application - Tools

Y


Daz 3D Carrara 8 (Windows)
Eye Dropper
Spline Modeler - Tools

Y


Blender 3D (Windows)
Split
Mesh Editing

Y


Fifa Football 17 (Windows)
Through ball
Attacking - Simple (Gamepad)

Y


Pinnacle Studio Ultimate 20 (Windows)
Step Backward 1 Frame
Navigation

Y / Ctrl + Down Arrow


Daz 3D Carrara 8 (Windows)
Polyline
Spline Modeler - Tools

Y


Fifa Football 17 (Windows)
Charge / drop ball
Goalkeeper (Gamepad)

Y


Fifa Football 17 (Windows)
Wall jump
Set Pieces - Free Kicks (Gamepad)

Y


Daz 3D Carrara 8 (Windows)
Eye Dropper
Vertex Modeler - Tools

Y


Corel Draw X8 (Windows)
Polygon tool
Toolbox Tool Selection

Y


Fifa Football 17 (Windows)
Short throw in (Manual)
Set Pieces - Corners & Throw INS (Gamepad)

Y


Fifa Football 17 (Windows)
Suggest through ball
Be A pro : Goalkeeper (Attacking off the ball) (Gamepad)

Y


Pixelmator (MacOS)
Elliptical Marquee
Selection Tools

Y


Daz 3D Carrara 8 (Windows)
Polyline
Vertex Modeler - Tools

Y


Lightworks (Windows)
Positions Image Vertically
31 Shortcuts for Lightworks (Windows)

Y


Chief Architect (Windows)
Text Tools - Text
Text Tools

Y


Chief Architect (MacOS)
Text Tools - Text
Text Tools

Y


Garageband 10 (MacOS)
Show/Hide the Library
Display Objects

Y


Final Fantasy XV (Windows)
Fishing log
Hotbar And Main Menu

Y


Houdini (Windows)
Show scale handle
Channel Editor

Y


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

Y


PotPlayer (Windows)
Saturation Decrease 1%
Standard Keyboard Controls

Y


Jupyter Notebook (Windows)
to code
Command Mode (press Esc to enable)

Y


Quickbooks Online (MacOS)
First day of the Year
Enter Dates

Y


Quickbooks Desktop (Windows)
Change to first day of the year / Last day of the year
Working with Date Fields

y / r


TVPaint Animation (Windows)
Flip Vertically
89 Shortcuts for TVPaint Animation (Windows)

Y


DrawPlus (Windows)
Transparency Tool
Tools Shortcuts

Y


CityEngine (Windows)
Apply top/bottom view (changes camera orientation only)
48 Shortcuts for CityEngine (Windows)

Y


CityEngine (MacOS)
Apply top/bottom view (changes camera orientation only)
48 Shortcuts for CityEngine (MacOS)

Y


Pencil2D (Windows)
Polyline
57 Shortcuts for Pencil2D (Windows)

Y


Anim8or (Windows)
Cylinder
Object Editor Shortcuts

Y


Impro-Visor (Windows)
redo last undone action
General

Y


Sculptris (Windows)
Reduce Brush
Tools

Y


SolidWorks (Windows)
Accept Edge
Miscellaneous Shortcuts

Y


TurboCAD (Windows)
Lock Y position
171 Shortcuts for TurboCAD (Windows)

Y


Warframe
Use Cipher
General

Y


Solid Edge (Windows)
Maintain Symmetry about YZ Plane
Advance Sunchronous Edit

Y


Vim (Linux)
yank (copy)marked text
Visual commands

y


Anno 1800
Rotate camera clockwise
Camera

Y


Shadow Tactics: Blades of the Shogun
Stun enemy
General

Y


Vegas Pro 14 (Windows)
Prevent movement
Track Motion

X / Y / Z


Edgecam (Windows)
Rotate locking Y axis
30 Shortcuts for Edgecam (Windows)

Y


Smite (MacOS)
Death Recap
Other Controls

Y


Smite (Windows)
Death Recap
Other Controls

Y


Fortnite (PC)
Roof
Building

Y


Zwift (PC and macOS)
Yes
No ANT+ Dongle screen

Y


KiCad 5.0.2
Mirror Y Component
EE Schema

Y


ChessBase 13
Calculate next best move (only Fritz engine)
Board window

Y


Gmsh 4.1.4
Toggle y coordinate freeze in geometry creation mode
General

Y


KiCAD (Windows)
Mirror Y Component
EE Schema

Y


KiCAD (Linux)
Mirror Y Component
EE Schema

Y


Bus Simulator 18
Look to the left
Movement and camera

Y


Spintires (PC)
Multiplayer say
Game

Y


Flyff
Brings up the Furniture window.
Character

Y


KiCAD (MacOS)
Mirror Y Component
EE Schema

Y


DaVinci Resolve 14 (Windows)
Select Clips Forward On This Track
Edit

Y


DaVinci Resolve 14 (MacOS)
Select Clips Forward On This Track
Edit

Y


Cobalt (Windows)
Mute
70 Shortcuts for Cobalt (Windows)

Y


DaVinci Resolve 14 (Windows)
Select Clips Forward On This Track
Edit

Y


DaVinci Resolve 14 (MacOS)
Select Clips Forward On This Track
Edit

Y


NetHack
Up-left
Movement

Y


Modo (Windows)
Transform
Tools

Y


Huggle
Revert with custom edit summary
Main

Y


Modo (MacOS)
Transform
Tools

Y


Ulead PhotoImpact 8 (Windows)
Eyedropper tool
Tool panel

Y


Europa Universalis IV
Primary mapmodes
General

Y


Altium Designer (Windows)
While placing an object to flip it along the Y-axis
Common Schematic and PCB Editor Shortcuts

Y


Target 3001! (Windows)
Concat Selected Elements in the Schematic as a Symbol
Library and Other Shortcuts

Y


Vectorworks (Windows)
Toggle SmartCursor Cues
Miscellaneous Shortcuts

Y


Vectorworks (MacOS)
Toggle SmartCursor Cues
Miscellaneous Shortcuts

Y


DaVinci Resolve 15 (Mac)
Select clips forward on this track
Timeline

Y


Altium Designer (Windows)
Pop-up Quick Queries menu
Common Schematic and PCB Editor Shortcuts

Y


Substance Painter
Clear quick mask
General

Y


Substance Painter (Mac)
Clear quick mask
General

Y


TopSolid (Windows)
Lock/Umlock Y Axis for Clamp Positioning
Part Clamping

Y


SolveSpace (Windows)
Symmetric
Constraint

Y


SolveSpace (MacOS)
Symmetric
Constraint

Y


Adobe Photoshop Elements (Windows)
Eye
Tools

Y


Adobe Photoshop Elements (MacOS)
Eye
Tools

Y


NetSuite
Insert yesterday's date
Date fields

Y


Aspire (Windows)
Changes the Y co-ordinate position of selected nodes to match the position of the first one (when more than one selected)
Node Editing

Y


Adobe Illustrator (Mac)
Magic Wand tool
Select tools

Y


Adobe Illustrator
Magic Wand tool
Select tools

Y


Pharaoh
Shows "Risks: Malaria" Overlay
Risks and overlays

Y


VCarve Pro (Windows)
Changes the Y co-ordinate position of selected nodes to match the position of the first one (when more than one selected)
Node Editing

Y


Altium Designer (Windows)
Flip 3D body around Y-axis
3D Body Placement Shortcuts

Y


Ableton Live 10 (Mac)
Adjust Computer MIDI Keyboard Octave Range Up/Down
Key/MIDI Map Mode and the Computer MIDI Keyboard

Y


Ableton Live 10
Adjust Computer MIDI Keyboard Octave Range Up/Down
Key/MIDI Map Mode and the Computer MIDI Keyboard

Y


ARK: Survival Evolved
Stop One
Whistles

Y


Final Cut Pro X
Open the selected audition
Editing

Y


K-9 Mail
Copy
Message details

Y


Jupyter Notebook
Go to code
Command mode

Y


FastMail
Archive
Conversation actions

Y


Adobe Photoshop Elements
Eye tool
General

Y


Adobe Photoshop Elements (Mac)
Eye tool
Tool selection

Y


QuickBooks Desktop (Mac)
First day of the year
Dates

Y


QuickBooks Desktop
First day of the Year
Date Shortcuts

Y


Remember the Milk
Add a note to the selected task
Actions

Y


Quicken 2018
First day of this year
Dates

Y


WorkZone Client
Year
Set a date

Y


Total War: Attila (Mac)
Show chat
Universal

Y


Total War: Attila
Show chat
Universal

Y


Unturned
Crafting
Interface

Y


Black Desert Online
All chat
Chat controls

Y


Wrike
yesterday's date
Gantt Chart

Y


Call of Duty: Black Ops 4
Text chat (team)
Interface

Y


Adobe Animate CC (Mac)
Paint brush
Tools

Y


Nuke
Splay last (Splay 1st node to output of 2nd)
Node graph

Y


Escape from Tarkov
Mumble, if AI is nearby, they will respond to you with a voice line
General

Y


Adobe Lightroom Classic (Mac)
View Before and After left/right
Working in the Develop module

Y


Adobe Lightroom Classic
View Before and After left/right
Working in the Develop module

Y


Rocket League
Team text chat
Default keyboard controls

Y


CorelDRAW Graphics Suite 2018
Polygon
General

Y


BSPlayer
Previous
Playback

Y


Tom Clancy's Rainbow Six Siege
Chat (All)
General

Y


Roll20
Show Turn Tracker
Advanced shortcuts

Y


Adobe Photoshop CC
Toggle Show Mask for Adjustment Brush tool
Using the Camera Raw dialog box

Y


Clip Studio Paint Pro
Correct line/Remove dust [PRO/EX]
Tool

Y


Corel Painter (Mac)
Convert point
Toolbox commands

Y


Corel Painter
Convert point
Toolbox commands

Y


Zoho Mail
Clear label
Mail: Shortcuts when mail(s) selected

Y


LightWave 3D
Rotate
Layout: Modify

Y


Camtasia
Yellow
Recorder's ScreenDraw

Y


Autodesk SketchBook (Mac)
Invoke Symmetry Y
Tools

Y


Autodesk SketchBook (Windows)
Invoke Symmetry Y
Tools

Y


Dota 2
Opens stats window which shows the net worth of each player
Stats dropdown

Y


Pixelmator Pro
Elliptical Selection
Select tools

Y


Adobe Premiere Pro (Mac)
Slip Tool
Tools

Y


Adobe Premiere Pro (Windows)
Slip Tool
Tools

Y


GitHub
Mark as read
Notifications

Y


Counter Strike: Global Offensive
Chat message
Communication

Y


Kodi
Switch/choose player
Music visualisation

Y


Grand Theft Auto V
Aim drive-by weapon
Cars, bikes, boats

Y


Wikipedia
My contributions
Access keys

Y


Tekla Structures 20
Lock Y coordinate
General

Y


Apple GarageBand
Show/Hide the Library
General

Y


Android
Archive message (works from within message or while on main inbox list)
Gmail

Y


The Sims 4
Show Simology
Live mode

Y


REAPER
Take: Activate take under mouse
Section: Main

Y


Guitar Pro
Natural harmonic
Effects - General

Y


Vim
Yank
Modify selected text

Y


Lightworks
Positions image vertically
General

Y


Maple
Ψ or ψ
Entering Greek characters

Y


League of Legends
Toggle camera lock on champion
General

Y


Blender
Split Vertex / Edge / Face
Editing mode

Y


Zimbra Web Client
Go to today
Calendar

Y


GOM Player
Increase contrast by 5%
Video control

Y


SketchUp
Axes tool
Misc.

Y


Diablo III
Show achievements
General

Y


Celestia
Orbit the selected object at a rate synchronized to its rotation
Keyboard navigation commands

Y


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

Y


Adobe Photoshop CS4 (Windows)
History Brush tool, Art History Brush tool
Shortcut Keys for selecting tools

Y


Adobe After Effects CS5 (MacOS)
Activate Pan Behind tool
Activating Tools

Y


Adobe After Effects CS5 (Windows)
Activate Pan Behind tool
Activating Tools

Y


Adobe Photoshop CS4 (Windows)
Toggle Show Mask for Adjustment Brush tool
Shortcut Keys for using the Camera Raw dialog box

Y


Xactimate
Valley
Additional shortcut keys

Y