GNU Emacs

Info

Return to last node you saw

L

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)
Lasso tool, Polygonal Lasso tool, Magnetic Lasso tool
Shortcut Keys for selecting tools

L


Remember the Milk (Web Application)
Edit the location of the selected task
Editing Tasks

l


Google Mail (Windows)
Add Label to message, opens label menu. Use Arrow Keys and enter to proceed
Main Window - Manage Message List

L


Google Mail (Windows)
Add label to message, opens label menu and jump back to the message list
Main Window - Manage Single Messages

L


Civilization V (Windows)
Construct a Lumber Mill
Civilian Unit Hotkeys

l


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

L


Adobe Photoshop CS4 (MacOS)
Rotate image left
Shortcut Keys for using the Camera Raw dialog box

L / Command + ]


Visual Studio 2015 (Windows)
Lock block
Coding - Blocks

L


AutoCAD 2012 (Windows)
LINE / Creates straight line segments.
Command Shortcuts - H-L Command Shortcuts

L


InDesign CS5 (MacOS)
Ellipse tool
Tools

L


Adobe Illustrator CS5 (MacOS)
Ellipse tool
Selecting Tools

l


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

L


Photoshop Lightroom 4 (MacOS)
Cycle forward / backward through Lights Out modes
Changing Views and Screen Modes

L / Shift + L


Jaws 11.0 (Windows)
Next List (Shift + L for previous)
Navigation in HTML (Internet browsing)

L


Adobe Illustrator CS5 (Windows)
Ellipse tool
Selecting Tools

l


Facebook (Web Application)
Like or unlike a photo
Lightbox Mode

L


Youtube Player (Windows)
Jump backwards/ forward 10 seconds (regardless of focus)
Navigate Video

J / L


FL Studio (Windows)
Switch Pattern/Song mode
Record / Playback / Transport

L


Adobe Photoshop CS5 (MacOS)
Rotate image left
Camera Raw Dialog Box

L / Command + ]


Virtual DJ (Windows)
Play'n loope
All Shortcuts

L


Presonus Studio One (Windows)
Locate selection
Transport Menu

L


Adobe Photoshop CS5 (Windows)
Rotate image left
Camera Raw Dialog Box

L / Ctrl + ]


Adobe Flash Professional (Windows)
Lasso
Tools

L


Axialis IconWorkshop (Windows)
Drawing tools - Line
Draw Menu

L


Twitter (Web Application)
Close all open Tweets
Actions

L


Adobe Acrobat Pro (Windows)
Link tool
Tools

L


Sonar 2015 (Windows)
Loop on/off
Transport

L


Autodesk Maya 2015 (Windows)
Lock/unlock length of curve (press and hold)
Modeling

L


Prezi (Web Application)
Load a file on canvas (image, video, PDF, SWF)
Editing

L


Google Mail (MacOS)
Add Label to message, opens label menu. Use Arrow Keys and enter to proceed
Main Window - Manage Message List

L


Quickbooks Online (Web Application)
Lists
General Pages

L


Quickbooks Online (Windows)
Lists
General Pages

L


Google Mail (MacOS)
Add label to message, opens label menu and jump back to the message list
Main Window - Manage Single Messages

L


Camtasia 8 (Windows)
Shape - Line
Screen Draw Hotkeys

L


Photoshop Lightroom CC (Windows)
Cycle forward/ backward through Lights Out modes
Changing Views and Screen Modes

L / Shift + L


Photoshop Lightroom CC (MacOS)
Cycle forward/ backward through Lights Out modes
Changing Views and Screen Modes

L / Shift + L


Nirvana (Web Application)
New reference List
Capturing

L


Onshape (Windows)
Line
Sketch

L


Onshape (MacOS)
Line
Sketch

L


Onshape (Windows)
Line
Drawings

L


Onshape (MacOS)
Line
Drawings

L


Plex (Windows)
Cycle through subtitle
Graphics(Audio/Video) Control

L


Plex (MacOS)
Cycle through subtitle
Graphics(Audio/Video) Control

L


Autodesk Maya 2017 (Windows)
Lock/unlock length of curve (press and hold)
Modeling

L


Adobe After Effects CC (Windows)
Show only Audio Levels property
Properties and Groups in Timeline Panel

L


Adobe Illustrator CC (MacOS)
Ellipse tool
Selectiong Tool

L


Adobe Illustrator CC (Windows)
Ellipse tool
Selectiong Tool

L


Adobe After Effects CC (MacOS)
Show only Audio Levels property
Properties and Groups in Timeline Panel

L


Corel Painter 2017 (MacOS)
Lasso
Toolbox commands

L


Corel Painter 2017 (Windows)
Lasso
Toolbox commands

L


Nuke 10 (Windows)
Play Forward
Timeline Viewer

L


Nuke 10 (MacOS)
Play Forward
Timeline Viewer

L


Nuke 10 (Linux)
Play Forward
Timeline Viewer

L


Adobe Premiere CC (MacOS)
Shuttle Left
Panel Shortcuts

L


Hexagon 2 (MacOS)
Loop from selection
Selection,Tools and Manipulators Shortcuts

L


Hexagon 2 (Windows)
Loop from selection
Selection,Tools and Manipulators Shortcuts

L


Apple Keynote (MacOS)
Fast forward
Playing Movies

L


Nuke 10 (Windows)
Linear Interpolation
Curve Editor

L


Nuke 10 (Linux)
Linear Interpolation
Curve Editor

L


Nuke 10 (MacOS)
Linear Interpolation
Curve Editor

L


InDesign CC (Windows)
Ellipse tool
Tools

L


Nuke 10 (Windows)
Autoplace selected node
Node Graph

L


3D Coat (MacOS)
Show Layer List
PopUps

L


InDesign CC (MacOS)
Ellipse tool
Tools

L


Nuke 10 (Linux)
Autoplace selected node
Node Graph

L


Nuke 10 (MacOS)
Autoplace selected node
Node Graph

L


Anime Studio (Windows)
Eyedropper
A to Z shortcuts

L


3D Coat (Windows)
Show Layer List
PopUps

L


Windows Movie Maker (Windows)
Next frame
On timeline

L


Adobe Photoshop CC (Windows)
Lasso Tools
Selecting Tools

L


Adobe Photoshop CC (MacOS)
Lasso Tools
Selecting Tools

L


ArchiCAD 20 (Windows)
Polyline Tool
Tools

L


Apple Motion (MacOS)
Replicate the selected object
Object Menu

L


Anime Studio (MacOS)
Eyedropper
A to Z shortcuts

L


Age of Empires (Windows)
Unload
Unit commands ( After Clicking The Unit)

L


GIMP (Linux)
Blend
Paint Tools

L


Battlefield 12 (Windows)
Squad Chat
Beginner's Approch by PC Keyboard

L


ArchiCAD 20 (MacOS)
Polyline Tool
Tools

L


GIMP (MacOS)
Blend
Paint Tools

L


GIMP (Windows)
Blend
Paint Tools

L


Autodesk 3ds Max 2017 (Windows)
Left
Views

L


Adobe Flash Professional (MacOS)
Lasso
Tools

L


Autodesk 3ds Max 2017 (Windows)
Backlight
Material editor

L


GitLab (Web Application)
Scroll Right
NetWork Graph Shortcuts

L / Right Arrow


GitLab (Web Application)
Change Label
Issue and Merge Request Shortcuts

L


Adobe Acrobat Pro (MacOS)
Link tool
Tools

L


Final Cut Pro (MacOS)
Linked selection on or off
Timeline

L


GTA V Cheats (Windows)
Cinematic Slowmotion
Vehicle Controls

L


Trello (Web Application)
Open pop-up for available Labels
Labels Shortcuts

L


Sketch 3 (MacOS)
Line
Insert Shape

L


Atlasian JIRA Agile (Web Application)
Edit Issue Labels
Issue Actions and Navigation Shortcuts

L


Atlassian Bamboo 6.0 (Windows)
Label
9 Shortcuts for Atlassian Bamboo 6.0 (Windows)

L


Atlassian Bamboo 6.0 (MacOS)
Label
9 Shortcuts for Atlassian Bamboo 6.0 (MacOS)

L


Logic Pro X (MacOS)
Loop Regions/Folders on/off
Main Window

L


Atlassian Crucible (Web Application)
Go to Next Thread
Comment Navigation

L


Autodesk SketchBook Pro (Windows)
Use Lasso Select Tool
Colors and Brushes

L


Adobe XD (Experience Design) (Windows)
Line
Tools Menu

L


Adobe XD (Experience Design) (MacOS)
Line
Tools Menu

L


Autodesk SketchBook Pro (Windows)
Invoke Lasso Selection
Tools

L


BrainSuite (Windows)
Toggle lighting for 3D view
Surface Display

L


BrainSuite (MacOS)
Toggle lighting for 3D view
Surface Display

L


Desk.com (Windows)
Go to Label field
Case View

L


Desk.com (MacOS)
Go to Label field
Case View

L


Podio (Web Application)
Like an Item
MIscellaneous Shortcuts

L


ZBrush 4 (Windows)
Lazy Mouse
Edit Move Navigation - Stroke

L


jEdit (Windows)
Select Word/Line/Paragraph
Selecting Text

Ctrl + E and W / L / P


Zoho Mail (Web Application)
Labels
Customizable Keys

L


Zoho Projects (Windows)
Add Task Lists
Tab Specific Actions

L


Blender 3D (Windows)
Make Selected Object Local
Object Mode

L


ZBrush 4 (Windows)
Lazy Mouse
Inner Ring Actions - Stroke

L


Blender 3D (Windows)
Select Linked
Mesh Editing

L


DAZ Studio (Windows)
Look right (Yaw)
Keyboard Navigation Commands

L


Blender 3D (Windows)
Select Linked
Curve Editing

L


ACDSee (Windows)
Toggle Pan lock
View Mode

L


DAZ Studio (MacOS)
Look right (Yaw)
Keyboard Navigation Commands

L


Pinnacle Studio Ultimate 20 (Windows)
Fast Forward
Normal Operation

L


Blender 3D (Windows)
Select Linked Uvs
Face Select

L


ZBrush 4 (Windows)
Lazy Mouse
Sculpting Brushes - Stroke

L


Clip Studio Paint (Manga Studio) (Windows)
Lasso Selection Tool
Fill and Tool

L


Clip Studio Paint (Manga Studio) (MacOS)
Lasso Selection Tool
Fill and Tool

L


Chief Architect (Windows)
Move Camera Tools - Move Camera Left
Camera View

L


Chief Architect (MacOS)
Move Camera Tools - Move Camera Left
Camera View

L


Yahoo Mail (Web Application)
Flag
General

L


Steinberg Cubase 9 (Windows)
Locate selection
Transport

L


Steinberg Cubase 9 (MacOS)
Locate selection
Transport

L


ZBrush 4 (Windows)
Lazy Mouse
3D Models - Stroke

L


MAGIX Movie Edit Pro (Windows)
Increase playback speed instages
PlayBack Functions

L / Shift + L


Pixelmator (MacOS)
Lasso
Selection Tools

L


Lightworks (Windows)
Play Forwards
31 Shortcuts for Lightworks (Windows)

L


Garageband 10 (MacOS)
Loop selected region continuously
MIsellaneous Shortcuts

L


Forte (Windows)
Launch Attachment
Main Browser Window

L


ZBrush 4 (Windows)
Lazy Mouse
ZSpheres - Stroke

L


Final Fantasy XV (Windows)
Linkshells
Hotbar And Main Menu

L


SketchUp (Windows)
Line
Tools

L


Houdini (Windows)
Layout and center
Network View

L


TeamCity (Web Application)
Labels
12 Shortcuts for TeamCity (Web Application)

L


MOTU Digital Performer 9 (Windows)
Loop tool
Tools

L


ZBrush 4 (Windows)
Lazy Mouse
Canvas and 2.5D - Stroke

L


Krita Painting 3 (Windows)
Lighten color
Color

L


MOTU Digital Performer 9 (MacOS)
Loop tool
Tools

L


Houdini (Windows)
Resolution
Shader View

L


PotPlayer (Windows)
Select Subtitle
Standard Keyboard Controls

L


Jupyter Notebook (Windows)
toggle line numbers
Command Mode (press Esc to enable)

L


Quickbooks Online (MacOS)
Lists
General Pages

L


GOM Player (Windows)
Set Equalizer
Volume Control

L


Soundforge (Windows)
Scrub playback
Navigation and Playback

J / K / L


TVPaint Animation (Windows)
Line
89 Shortcuts for TVPaint Animation (Windows)

L


DrawPlus (Windows)
Quick Ellipse
Tools Shortcuts

L


Pencil2D (Windows)
Clear
57 Shortcuts for Pencil2D (Windows)

L


CityEngine (Windows)
Toggle scene light/head light
48 Shortcuts for CityEngine (Windows)

L


CityEngine (MacOS)
Toggle scene light/head light
48 Shortcuts for CityEngine (MacOS)

L


Anim8or (Windows)
Line
Object Editor Shortcuts

L


SolidWorks (Windows)
Line
Tools Menu

L


Vegas Pro 14 (Windows)
Scrub playback
Playback,Recording and Preview

J / K / L


Anim8or (Windows)
Bone Length
Figure Editor

L


Vim (Linux)
Move right
Cursor Movement

l


TurboCAD (Windows)
Relocate relative/polar origin
171 Shortcuts for TurboCAD (Windows)

L


Sculptris (Windows)
Toggle Lazy Brush
Miscellaneous Shortcuts

L


Netvibes (Windows)
Open item link in new windows
Reader view shortcuts

L


Solid Edge (Windows)
Maintain Parallel Faces
Advance Sunchronous Edit

L


Compressor (Web Application)
Play the video
General

L


Miscreated
Vehicle lights
Vehicle

L


Affinity Photo
Add To Source Image Mask Tool
Tools: Panorama Persona only

L


Zwift (PC and macOS)
Leap Forward to top most rider
Riding / Fan view

L


Fortnite (PC)
Toggle harvesting tool
Misc

L


PhotoFiltre (Windows)
Magic wand tool
Tools

L


Roblox
Leave game
Misc

L


Vectorworks (Windows)
Split
Basic Palette

L


KiCad 5.0.2
Gbr lines display mode
GerbView

L


Vectorworks (MacOS)
Split
Basic Palette

L


Open Rails 0.6.2
Injector 2 increase
Injectors

L


Modo (Windows)
New locator item (only in Items mode)
Item List

L


Modo (MacOS)
New locator item (only in Items mode)
Item List

L


Discourse
Like post
Actions

L


SpaceClaim (Windows)
Line
71 Shortcuts for SpaceClaim (Windows)

L


DaVinci Resolve 14 (Windows)
Play Forward
Playback

L


DaVinci Resolve 14 (MacOS)
Play Forward
Playback

L


Flyff
Brings up the Lord window. Note: Only the Lord can use this
Character

L


KiCAD (Windows)
Add Label
EE Schema

L


KiCAD (Linux)
Add Label
EE Schema

L


KiCAD (MacOS)
Add Label
EE Schema

L


Cobalt (Windows)
Last
70 Shortcuts for Cobalt (Windows)

L


Modo (Windows)
Select loop
Selection (Modelling)

L


KiCAD (Linux)
Lock/Unlock Footprint
PCB

L


Modo (MacOS)
Select loop
Selection (Modelling)

L


KiCAD (Windows)
Lock/Unlock Footprint
PCB

L


KiCAD (MacOS)
Lock/Unlock Footprint
PCB

L


gEDA (Linux)
Increment width of the line tool, adds to the settings of the current line style
Other Important Shortcuts

L


LibreCAD (Windows)
Draw Line
Draw

l / li / line


NetHack
#loot
Command aliases

L


Bus Simulator 18
Main light cycle
Lights

L


gThumb (Linux)
Flip image
Editing in Viewer Mode

L


DaVinci Resolve 15 (Mac)
Play forward
Playback

L


Elex (PC)
Mission screen in adjutor
General

L


Huggle
Watch / Unwatch page
Page

L


Europa Universalis IV
Ledger
General

L


Soundcloud (Web Application)
Like
12 Shortcuts for Soundcloud (Web Application)

L


City Car Driving
Parking lights / headlights
Lights

L


Battlezone 98 Redux
Link weapons
Weapons

L


Xyplorer
Rotate Left
Other Shortcuts

L


Substance Painter
Symmetry
General

L


Substance Painter (Mac)
Symmetry
General

L


Kingdom Come: Deliverance
Rotate right
Movement

L


The Forest
(hold) Light the object
World

L


American Truck Simulator
Lights modes (headlights)
Main vehicle controls

L


SolveSpace (Windows)
Parallel / Tangent
Constraint

L


SolveSpace (MacOS)
Parallel / Tangent
Constraint

L


Adobe Photoshop Elements (Windows)
Lasso
Tools

L


Adobe Photoshop Elements (Windows)
Polygon Lasso
Tools

L


Adobe Photoshop Elements (Windows)
Magnetic Lasso
Tools

L


Adobe Photoshop Elements (MacOS)
Lasso
Tools

L


Adobe Photoshop Elements (MacOS)
Polygon Lasso
Tools

L


eMachineShop (Windows)
Nudge rotate selected line(s) Left
38 Shortcuts for eMachineShop (Windows)

L


Adobe Photoshop Elements (MacOS)
Magnetic Lasso
Tools

L


ShareX 12.2.0 (Windows)
Line
Drawing Tools

L


Altium Designer (Windows)
Flip component being moved to other side of board
PCB Editor Only Shortcuts

L


KeyCreator (Windows)
Line Submenu
Various Submenu Options

L


Altium Designer (Windows)
Access Board Layers And Colors page of View Configurations dialog
PCB Editor Only Shortcuts

L


FlightGear
Toggle tail-wheel lock
Miscellaneous

L


Figma (Web Application)
Line
Tools

L


Aspire (Windows)
Convert span to Line
Node Editing

L


BlackBerry Classic
Refresh a webpage
Browser app

L


VCarve Pro (Windows)
Convert span to Line
Node Editing

L


Pharaoh
Centres the view on a different military unit each time it is pressed, or if a company is already selected puts them in the Loose Formation
Military commands

L


Adobe Illustrator
Ellipse tool
Select tools

L


Adobe Illustrator (Mac)
Ellipse tool
Select tools

L


Altium Designer (Windows)
Access Physical Materials (3D) page of View Configurations dialog
PCB Editor Only Shortcuts

L


Altium Designer (Windows)
Flip 3D body to paired mechanical layer
3D Body Placement Shortcuts

L


LDCad
Enable/disable looped playback for the current animation if any
Editor

L


Madden NFL 19
Linebacker audible
Advanced pre-play defense

L


Jupyter Notebook
Toggle line numbers
Command mode

L


Adobe Photoshop Elements
Polygonal Lasso tool
General

L


Adobe Photoshop Elements (Mac)
Polygonal Lasso tool
Tool selection

L


Shotcut (Mac)
Fast Forward
Player

L


Shotcut
Fast Forward
Player

L


Winamp
Add file
Playlist window

L


Remember the Milk
Change the location for the selected task
Actions

L


Final Cut Pro X
Play forward (press L multiple times to increase the playback speed)
Organization

L


AutoCAD
LINE / Creates straight line segments
J, K, L

L


Atlassian JIRA Agile
Edit Issue Labels
Issue actions and navigator

L


Adobe Lightroom Classic (Mac)
Cycle forward / backward through Lights Out modes
Changing views and screen modes

L


9gag
Close all open tweets
Actions

L


Adobe Lightroom Classic
Cycle forward / backward through Lights Out modes
Changing views and screen modes

L


Unturned
Group chat
Communication

L


ArtRage Studio Pro
Chalk
Tool Commands

L


Bluebeam Revu
Line
Markup & editing

L


Kerbal Space Program
Toggle headlamps
EVA Commands

L


Airmail
Label
General

L


Black Desert Online
Process
General

L


Gravit Designer
Line
Main tools

L


PaintShop Pro 2018
Lighten / darken
Single key shorcuts

L


YouTube Studio
Forward 10 seconds
General

L


CorelDRAW Graphics Suite 2018
Align Left
General

L


AI War Classic
Display ModeLast Scouted
Galaxy Map

L


Adobe Animate CC (Mac)
Magic wand
Tools

L


Adobe Animate CC (Windows)
Magic wand
Tools

L


Escape from Tarkov
Inspect your weapon and look for your firing mode
General

L


Nuke
Interpolation (Linear)
Curve editor / dope sheet

L


Fez
Look
General

L


Minecraft Java Edition
Advancements
Gameplay

L


Destiny 2
Show/Hide Text Chat
Common and character

L


StarCraft 2
Lair
Zerg technology upgrade

L


DuckDuckGo
Go to the highlighted result, or use it right away to go to the first result
Results

L


Windows PowerShell ISE
List the Script
Script debugging

L


Adobe Photoshop CC
Rotate image left
Using the Camera Raw dialog box

L


Reddit
Open a link in one tab and its comments in another tab
General

L


Euro Truck Simulator 2
Lights mode
Vehicle controls

L


Clip Studio Paint Pro
Operations (Edit timeline)
Tool

L


BSPlayer
Open movie
Misc

L


Corel Painter (Mac)
Lasso
Toolbox commands

L


Corel Painter
Lasso
Toolbox commands

L


Autodesk SketchBook (Mac)
Invoke Lasso selection (selection mode)
Tools

L


Autodesk SketchBook (Windows)
Invoke Lasso selection (selection mode)
Tools

L


Xodo
Line
Annotating

L


Zoho Mail
Label menu
Mail: Shortcuts when mail(s) selected

L


Camtasia
Line
Recorder's ScreenDraw

L


ImageJ
List, find and launch commands
General

L


Pixelmator Pro
Free Selection
Select tools

L


World of Warcraft
Quest log
Panels

L


Atom (Windows)
(Source: Tree View) tree-view:expand-item
All shortcuts

L


GitHub
Apply a label
Issues and pull requests

L


Adobe XD (Windows)
Line
Tools menu

L


Adobe Premiere Pro (Mac)
Line Tool
Titler

L


Adobe XD (Mac)
Line
Tools menu

L


Adobe Premiere Pro (Windows)
Line Tool
Titler

L


Ardour
Loop play (the loop range)
Transport and recording control

L


Kdenlive
Forward
Editing

L


GIMP
Blend
Toolbox

L


GoldWave
Fast forward
Main Window

L


Grand Theft Auto V
Cinematic Slowmo
Vehicles general

L


Kodi
Lock preset
Music visualisation

L


Sea of Thieves
Equip Lantern
Items

L


Wikipedia
My watchlist (only avaible to logged-in users)
Access keys

L


Apple GarageBand
Loop selected region continuously
General

L


Vimeo
Like
General

L


The Sims 4
Change lighting from morning to afternoon, evening and night to preview how things look. It will not change actual time
Buy and Build mode

L


REAPER
Options: Toggle locking
Section: Main

L


Tumblr
Like current post (Use with <keybs>J</keybs> and <keybs>K</keybs> keys)
Navigation

L


Guitar Pro
Tie note
Note - General

L


Vim
Move the cursor one character to the right
Navigation keys

L


NZBGet
Show only deleted records
History tab commands

L


Clementine
Love song (for Last.FM users)
Playback

L


Greenshot
Line
Drawing shapes

L


Maple
Λ or λ
Entering Greek characters

L


Lightworks
Play forwards
General

L


IrfanView
Rotate 90 degrees left
Basic editing functions

L


NVDA Screen Reader
Go to next list
Basics: Lists

L


Krita 3.0
Lighten color
Color

L


ACDSee
Toggles the pan lock
General

L


Windows Movie Maker
Next frame
Timeline

L


Blender
Layer brush
Sculpt mode

L


Paint.NET
Activate Clone Stamp tool
Clone Stamp tool

L


Zimbra Web Client
List view
Calendar

L


Yahoo Mail
Star/Unstar a message
Inbox

L


GOM Player
Set equalizer
Volume control

L


Adobe Acrobat 2017 (Mac)
Align selected fields left
Working with Forms

L


Adobe Acrobat 2017 (Windows and Unix)
Align selected fields left
Working with Forms

L


SketchUp
Line tool
Misc.

L


Windows Calculator
Select log
Scientific mode

L


Diablo III
Show journal
General

L


Facebook (Chrome)
Like or dislike selected post
News feed

L


YouTube
Move forward 10 seconds
General

L


Google Drive
Select next item right
Item Selection

L


Gmail
Open "label as" menu
Application

L


Adobe Photoshop CS4 (Windows)
Lasso tool, Polygonal Lasso tool, Magnetic Lasso tool
Shortcut Keys for selecting tools

L


Adobe Fireworks MX (Windows)
Select the Lasso Tool
Shortcuts for selecting and working with Fireworks Tools

l


Google Reader (Web Application)
Like item
Reading List Actions

l


Clementine Player (Linux)
Love song (for Last.FM users)
Playback

L


Winamp Media Player (Windows)
Open file, use tab, shift+tab and arrow keys to navigate
Play Music in Winamp

L


Clementine Player (Windows)
Love song (for Last.FM users)
Playback

L


vi (Linux)
Right
Cursor Navigation (if your arrow keys dont work on that old Sun box....)

L


IrfanView 4.42 (Windows)
Rotate 90 degrees left
Basic Image Editing

L


InDesign CS5 (Windows)
Ellipse tool
Tools

l


Tupi (Windows)
Line
Animation Module

L


Microsoft Windows Vista (Windows)
Move forward one frame.
Vista photo Gallery Shortcuts (when working with Videos)

L


Adobe Photoshop CS4 (Windows)
Rotate image left
Shortcut Keys for using the Camera Raw dialog box

L / Ctrl + ]


Adobe After Effects CS5 (MacOS)
Show only Audio Levels property
Properties and Groups in Timeline Panel

L


Adobe After Effects CS5 (Windows)
Show only Audio Levels property
Properties and Groups in Timeline Panel

L


Battlefield V
Chat squad
Chat

L


Figma
Line tool
Tools

L


Pinnacle Studio 22
Fast forward (hit multiple times for faster playback)
Playing and transport

L


Xactimate
Reference Line
Additional shortcut keys

L