GNU Emacs

Info

Move up

U

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


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

u


Dropbox (Web Application)
Up a directory
16 Shortcuts for Dropbox (Web Application)

u


Google Earth 5 (MacOS)
Reset angle to view scene in "top-down" or "up" mode
3D Viewer - Keyboard Only

U


Adobe Photoshop CS4 (MacOS)
Rectangle tool, Rounded Rectangle tool, Ellipse tool, Polygon tool, Line tool Custom Shape tool
Shortcut Keys for selecting tools

U


Google Mail (Windows)
Return to inbox or conversation list
Main Window - Manage Single Messages

U


Adobe Photoshop CS4 (MacOS)
Shadows clipping warning
Shortcut Keys for using the Camera Raw dialog box

U


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

Ctrl + B / I / U


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

Ctrl + B / I / U


InDesign CS5 (MacOS)
Gap tool
Tools

U


Adobe Illustrator CS5 (MacOS)
Mesh tool
Selecting Tools

u


Tekla Structures 14.0 (Windows)
Set coordinate system origin
User Coordinate System (UCS) shortcuts

u


Jaws 11.0 (Windows)
Next Unvisited Link (Shift + U for previous)
Navigation in HTML (Internet browsing)

U


Photoshop Lightroom 4 (Windows)
Unflag photo
Rating and Filtering Photos

U


Adobe Illustrator CS5 (Windows)
Mesh tool
Selecting Tools

u


Photoshop Lightroom 4 (MacOS)
Unflag photo
Rating and Filtering Photos

U


HoneyView 5.03 (Windows)
No Filter
Filter and Viewing Modes

U


Presonus Studio One (Windows)
Monitor
Track Menu

U


Adobe Photoshop CS5 (MacOS)
Shadows clipping warning
Camera Raw Dialog Box

U


Adobe Flash Professional (Windows)
Paint Bucket
Tools

U


Axialis IconWorkshop (Windows)
Adjustments / effects - Hue/saturation...
Image Menu

U


Adobe Photoshop CS5 (Windows)
Shadows clipping warning
Camera Raw Dialog Box

U


Twitter (Web Application)
Mute user
Actions

U


Axialis IconWorkshop (Windows)
Adjustments / effects - Hue/saturation...
Draw Menu

U


Adobe Acrobat Pro (Windows)
Current highlighting tool
Comments

U


Google Mail (MacOS)
Return to inbox or conversation list
Main Window - Manage Single Messages

U


Onshape (Windows)
Use
Sketch

U


Onshape (MacOS)
Use
Sketch

U


Photoshop Lightroom CC (MacOS)
Unflag photo
Rating and Filtering Photos

U


Photoshop Lightroom CC (Windows)
Unflag photo
Rating and Filtering Photos

U


Corel Painter 2017 (MacOS)
Clone color
Color Selection

U


Corel Painter 2017 (Windows)
Clone color
Color Selection

U


Adobe Illustrator CC (MacOS)
Mesh tool
Selectiong Tool

U


Adobe After Effects CC (Windows)
Show only properties with Keyframes or expressions
Properties and Groups in Timeline Panel

U


Adobe Illustrator CC (Windows)
Mesh tool
Selectiong Tool

U


Adobe After Effects CC (MacOS)
Show only properties with Keyframes or expressions
Properties and Groups in Timeline Panel

U


Adobe Premiere CC (Windows)
Slide tool
Tools Shortcuts

U


Adobe Premiere CC (MacOS)
Slide tool
Tools Shortcuts

U


Nuke 10 (Windows)
Mark Clip
Timeline

U


Nuke 10 (MacOS)
Mark Clip
Timeline

U


Nuke 10 (Linux)
Mark Clip
Timeline

U


Hexagon 2 (MacOS)
Universal manipulator
Selection,Tools and Manipulators Shortcuts

U


Apple Keynote (MacOS)
Scroll notes up in presenter display
Slideshow

U


Hexagon 2 (Windows)
Universal manipulator
Selection,Tools and Manipulators Shortcuts

U


Nuke 10 (Windows)
Splay first
Node Graph

U


Nuke 10 (Linux)
Splay first
Node Graph

U


Nuke 10 (MacOS)
Splay first
Node Graph

U


InDesign CC (Windows)
Mesh tool
Tools

U


InDesign CC (MacOS)
Mesh tool
Tools

U


Anime Studio (Windows)
Create shape
A to Z shortcuts

U


iMovie (MacOS)
Unmark selected frames
Video edit

U


ArchiCAD 20 (Windows)
Slab Tool
Tools

U


Windows Movie Maker (Windows)
Clear trim points
Edit

U


Adobe Photoshop CC (Windows)
Rectangle, Ellipse, Polygon, Line, and Custom Shape Tool
Selecting Tools

U


Adobe Photoshop CC (MacOS)
Rectangle, Ellipse, Polygon, Line, and Custom Shape Tool
Selecting Tools

U


GIMP (Linux)
Fuzzy Select
Selection Tools

U


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

U


Anime Studio (MacOS)
Create shape
A to Z shortcuts

U


ArchiCAD 20 (MacOS)
Slab Tool
Tools

U


GIMP (MacOS)
Fuzzy Select
Selection Tools

U


GIMP (Windows)
Fuzzy Select
Selection Tools

U


Autodesk 3ds Max 2017 (Windows)
Isometric user
Views

U


CyberLink PhotoDirector 8 (Windows)
Clear all flags
Operational

U


Adobe Flash Professional (MacOS)
Paint Bucket
Tools

U


Adobe Acrobat Pro (MacOS)
Current highlighting tool
Comments

U


Asana (Web Application)
Move to Inbox
Inbox shortcuts

U


Todoist (Web Application)
Undo Last Action
Task Quick Add Shortcuts

U


Counter Strike Source (Windows)
Team Message
Communication Shortcuts

U


Logic Pro X (MacOS)
Set Rounded Locators by Regions/Events
General Controls

U


SalesForce (Web Application)
Get Link to share
Console Controls

U


Atlasian JIRA Agile (Web Application)
Back to Navigator
Issue Actions and Navigation Shortcuts

U


Sketch 3 (MacOS)
Rounded Rectangle
Insert Shape

U


Bitbucket (Web Application)
Back Up
Application

U


Zimbra Collaboration Suite 8 (Windows)
Remove All Tags from Selected Items
Application

U


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

U


Logic Pro X (MacOS)
Note A#
Step Input

U


Autodesk Mudbox 2017 (Windows)
Show All
Curve

U


Autodesk Mudbox 2017 (Windows)
Show All
Display

U


Autodesk Mudbox 2017 (MacOS)
Show All
Curve

U


Autodesk Mudbox 2017 (MacOS)
Show All
Display

U


Zoho Desk (Windows)
User Information
Global Shortcuts

U


Daz 3D Carrara 8 (Windows)
Draw Rounded Corners Rectangle
Application - Tools

U


Blender 3D (Windows)
Make Object Singl User
Object Mode

U


Blender 3D (Windows)
Undo
General Editing

U


Blender 3D (Windows)
Undo
Mesh Editing

U


Cyberduck (MacOS)
Search for issues
Navigating Issues

U


DAZ Studio (Windows)
Bank left (Roll)
Keyboard Navigation Commands

U


Blender 3D (Windows)
Undo
VertexPaint

U


Daz 3D Carrara 8 (Windows)
Draw Rounded Corners Rectangle
Spline Modeler - Tools

U


DAZ Studio (MacOS)
Bank left (Roll)
Keyboard Navigation Commands

U


Blender 3D (Windows)
Calls UV Calculation
Face Select

U


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

U


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

U


Daz 3D Carrara 8 (Windows)
Draw Rounded Corners Rectangle
Vertex Modeler - Tools

U


Forte (Windows)
Up to Previous Message
Main Browser Window

U


Final Fantasy XV (Windows)
Duty finder
Hotbar And Main Menu

U


Houdini (Windows)
Jump up out of network
Network View

U


Forte (Windows)
Move up
Task Manager

U


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

U


PotPlayer (Windows)
Saturation Increase 1%
Standard Keyboard Controls

U


Houdini (Windows)
Jump up
Detais View

U


ZBrush 4 (Windows)
Z Intensity
Sculpting and Painting

U


TVPaint Animation (Windows)
Last Action/Undo
89 Shortcuts for TVPaint Animation (Windows)

U


DrawPlus (Windows)
Mesh Fill Tool
Tools Shortcuts

U


Roundcube (Web Application)
Check for new messages
Mailbox View

u


Roundcube (Web Application)
Expand Unread
Threads

U


GeoModeller3D (Windows)
Move selected points Up in list
Points List

U


Anim8or (Windows)
UV Editor
Object Editor Shortcuts

U


Anim8or (Windows)
Primiitve Mesh
Object Editor Shortcuts

U


iClone 7 (Windows)
Camera & Object switch
Working Area

U


Impro-Visor (Windows)
save lick, quote, cell, idiom
General

U


Anno 1800
Upgrade the selected building/upgrade mode
Building

U


Vegas Pro 14 (Windows)
Ungroup selected events
Timeline and Track List

U


Vim (Linux)
Undo
Editing

u


Netvibes (Windows)
Mark the selected item as unread
Feed reader shortcuts

U


Solid Edge (Windows)
Suspend Live Rules
Advance Sunchronous Edit

U


Miscreated
Stance up / Previous
Movement

U


Todoist
Undo last action
General

U


Netvibes (Windows)
Marks current item as read/unread
Reader view shortcuts

U


Vegas Pro 14 (Windows)
Show/hide audio bus channel strips
Mixing Console

U


Fortnite (PC)
Trap
Building

U


Affinity Photo
Erase From Source Image Mask Tool
Tools: Panorama Persona only

U


Open Rails 0.6.2
Uncouple with mouse
Switching

U


Discourse
Back
Navigation

U


PhotoFiltre (Windows)
Scrolling tool
Tools

U


KiCad 5.0.2
Switch units
GerbView

U


FEKO (Windows)
Union: Combine the selected parts to enforce mesh connectivity
Important CADFEKO Shortcuts

U


FEKO (Linux)
Union: Combine the selected parts to enforce mesh connectivity
Important CADFEKO Shortcuts

U


SpaceClaim (Windows)
Up To tool guide
71 Shortcuts for SpaceClaim (Windows)

U


KiCAD (Windows)
Edit Reference
EE Schema

U


KiCAD (Linux)
Edit Reference
EE Schema

U


FEKO (Windows)
Union
Modify Geometry

U


FEKO (Linux)
Union
Modify Geometry

U


KiCAD (MacOS)
Edit Reference
EE Schema

U


DaVinci Resolve 14 (Windows)
Edit Point Type
Edit

U


DaVinci Resolve 14 (MacOS)
Edit Point Type
Edit

U


This War of Mine
Hide UI
General

U


Modo (Windows)
Show
Hide/Lock Geometry

U


Modo (MacOS)
Show
Hide/Lock Geometry

U


DaVinci Resolve 14 (Windows)
Edit point type
Edit

U


DaVinci Resolve 14 (MacOS)
Edit point type
Edit

U


Bus Simulator 18
Toggle engine
Bus controls

U


DaVinci Resolve 15 (Mac)
Edit point type
Trim

U


NetHack
#untrap
Command aliases

U


Cobalt (Windows)
Update
70 Shortcuts for Cobalt (Windows)

U


The Curse of Monkey Island
Equivalent of the Hand on the Interaction Coin
General

U


Europa Universalis IV
Primary mapmodes
General

U


Ulead PhotoImpact 8 (Windows)
Image map tool
Tool panel

U


LibreCAD (Windows)
Edit Undo
Edit

u / undo / oo


Target 3001! (Windows)
Measure Distances
Editing Shortcuts

U


CoSpaces Edu
Ungroup selected objects
Building

U


Huggle
Retrieve contributions for current user
Other

U


Vectorworks (Windows)
1st group
Cycles through Modes in Tool bar

U


Vectorworks (MacOS)
1st group
Cycles through Modes in Tool bar

U


Substance Painter
Toggle quick mask edition
General

U


Substance Painter (Mac)
Toggle quick mask edition
General

U


SolveSpace (Windows)
Other Supplementary Angle
Constraint

U


SolveSpace (MacOS)
Other Supplementary Angle
Constraint

U


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

Ctrl + B / I / U


Aspire (Windows)
Converts a Group to individual vectors or components
Groups

U


VCarve Pro (Windows)
Ungroup: Converts a Group to individual vectors or components
Group

U


American Truck Simulator
Raise/lower axle (for middle/rear axle that can be lifted)
Miscellaneous

U


Adobe Photoshop Elements (Windows)
Custom Shape
Tools

U


Adobe Photoshop Elements (MacOS)
Custom Shape
Tools

U


Adobe Photoshop Elements (Windows)
Rectangle Shape
Tools

U


Adobe Photoshop Elements (MacOS)
Rectangle Shape
Tools

U


Adobe Photoshop Elements (Windows)
Rounded Rectangle Shape
Tools

U


Adobe Photoshop Elements (MacOS)
Rounded Rectangle Shape
Tools

U


Adobe Photoshop Elements (Windows)
Ellipse Shape
Tools

U


Adobe Photoshop Elements (MacOS)
Ellipse Shape
Tools

U


Adobe Photoshop Elements (Windows)
Polygon Shape
Tools

U


Adobe Photoshop Elements (MacOS)
Polygon Shape
Tools

U


Adobe Photoshop Elements (Windows)
Star Shape
Tools

U


Adobe Photoshop Elements (MacOS)
Star Shape
Tools

U


Adobe Photoshop Elements (Windows)
Line Shape
Tools

U


Adobe Photoshop Elements (MacOS)
Line Shape
Tools

U


Adobe Photoshop Elements (Windows)
Shape Select
Tools

U


Adobe Photoshop Elements (MacOS)
Shape Select
Tools

U


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

Ctrl + B / I / U


FlexiSign Pro 8.1 (MacOS)
Measure Tool
Miscellaneous Shortcuts

U


FlexiSign Pro 8.1 (Windows)
Measure Tool
Miscellaneous Shortcuts

U


BlackBerry Classic
Open the address bar
Browser app

U


Adobe Illustrator
Mesh tool
Select tools

U


Adobe Illustrator (Mac)
Mesh tool
Select tools

U


ARK: Survival Evolved
Stop All
Whistles

U


Bitbucket Cloud
Go back
Most pages

U


FastMail
Return to the mailbox list.
Message actions

U


K-9 Mail
Mark as unread
Message details

U


ProtonMail
Mark the message / conversation as unread
Mail - Threadlist

U


Claws Mail
Unmark message
Main window

U


Company of Heroes
Reverse Drive
General

U


Adobe Photoshop Elements
Shape Selection tool
General

U


Adobe Photoshop Elements (Mac)
Shape Selection tool
Tool selection

U


Final Cut Pro X
Remove ratings from the selection
Marking

U


Asana
Move to Inbox
Inbox

U


Asana (Mac)
Move to Inbox
Inbox

U


Remember the Milk
Change the URL for the selected task
Actions

U


Stack Exchange
Select first question
General

U


Atlassian JIRA Agile
Back to the Navigator
Issue actions and navigator

U


Unturned
Skills
Interface

U


ArtRage Studio Pro
Glitter Tube
Tool Commands

U


Kerbal Space Program
Toggle vehicle lights
Flight Controls

U


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

U


Total War: Attila
Toggle unit cards visibility
Game / UI

U


Black Desert Online
Enchantments
General

U


Path of Exile
World panel
General

U


Adobe Lightroom Classic
Unflag photo
Rating and filtering photos

U


Adobe Lightroom Classic (Mac)
Unflag photo
Rating and filtering photos

U


AI War Classic
Display ModeStarships
Galaxy Map

U


Adobe Animate CC (Mac)
Width tool
Tools

U


Bluebeam Revu
Underline text
Advanced text

U


Destiny 2
Open Director-Roster
Common and character

U


Nuke
Splay first (Splay selected nodes to 1st selected node)
Node graph

U


Bing Maps
Switch to automatic view
General

U


StarCraft 2
Ultra
Zerg units

U


Euro Truck Simulator 2
Raise/lower axle (for middle/rear axle that can be lifted)
Vehicle controls

U


Tom Clancy's Rainbow Six Siege
Push to Talk
General

U


Roll20
Add Turn for Selected Token(s)
Advanced shortcuts

U


Clip Studio Paint Pro
Ruler [PRO/EX]
Tool

U


Adobe Photoshop CC
Shadows clipping warning
Using the Camera Raw dialog box

U


Xodo
Underline
Annotating

U


Dota 2
Opens stats window which shows the gold per minute of each player
Stats dropdown

U


Corel Painter
Use clone color
Panel menu commands

U


Corel Painter (Mac)
Use clone color
Panel menu commands

U


Pixelmator Pro
Draw a rectangle shape
Shapes and vectors

U


World of Warcraft
Reputation panel
Panels

U


Adobe Premiere Pro (Mac)
Slide Tool
Tools

U


Adobe Premiere Pro (Windows)
Slide Tool
Tools

U


GitHub
Filter by author
Issue and pull request lists

U


Counter Strike: Global Offensive
Team message
Communication

U


GIMP
Fuzzy Select
Toolbox

U


Kodi
Move item up (Playlist editor & Favorites window)
Global

U


Ardour
All present in edit range
Selecting

U


Wikipedia
Upload file (only avaible to logged-in users)
Access keys

U


REAPER
Item grouping: Remove items from group
Section: Main

U


Apple iMovie
Unmark selected frames
Selecting and editing video

U


Tekla Structures 20
Set coordinate system origin
User Coordinate System (UCS)

U


The Sims 4
Press U, then click house to relocate the entire structure on the lot. It may be moved or rotated
Buy and Build mode

U


NZBGet
Show only dupe records
History tab commands

U


Vim
undo the last operation
Undo/Redo operation

U


OneDrive
Upload a file
Give commands

U


Maple
Υ or υ
Entering Greek characters

U


NVDA Screen Reader
Go to next unvisited link
Basics: Links

U


Zimbra Web Client
Untag items
All apps

U


Windows Movie Maker
Clear trim points
Edit

U


Outlook.com
Mark email as unread
Actions

U


Blender
UV Mapping menu
Editing mode

U


GOM Player
Decrease saturation by 5%
Video control

U


WordPress
Unapprove comment
Comments screen

U


SketchUp
Push/pull tool
Misc.

U


Adobe Acrobat 2017 (Mac)
Current highlighting tool
Working with comments

U


Adobe Acrobat 2017 (Windows and Unix)
Current highlighting tool
Working with comments

U


Twitter
Mute user
More shortcuts

U


Gmail
Back to threadlist
Navigation

U


Opera
Go to previous message
E-mail keys: Navigation

U


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

u


Adobe Photoshop CS4 (Windows)
Rectangle tool, Rounded Rectangle tool, Ellipse tool, Polygon tool, Line tool Custom Shape tool
Shortcut Keys for selecting tools

U


Google Earth 5 (Windows)
Reset angle to view scene in "top-down" or "up" mode
3D Viewer - Keyboard Only

u


IrfanView 4.42 (Windows)
Refresh view
View / Zoom

F5 / U


InDesign CS5 (Windows)
Gap tool
Tools

u


Google Reader (Web Application)
Hide/unhide the side pane
View and Application Actions

u


vi (Linux)
undo last command
Command Mode

u


Tupi (Windows)
Onion Skin
Animation Module

U


Adobe Photoshop CS4 (Windows)
Shadows clipping warning
Shortcut Keys for using the Camera Raw dialog box

U


Adobe After Effects CS5 (MacOS)
Show only properties with keyframes or expressions
Properties and Groups in Timeline Panel

U


Adobe After Effects CS5 (Windows)
Show only properties with keyframes or expressions
Properties and Groups in Timeline Panel

U


Xactimate
Load Copy from Underlay Tool
Additional shortcut keys

U