GNU Emacs

Info

Go to next node

N

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


Google Calendar (Web Application)
View previous/next period
Navigation

K / J or p / N


Dropbox (Web Application)
Uncheck all files
16 Shortcuts for Dropbox (Web Application)

n


Google Earth 5 (MacOS)
Reset View to rotate to "North up"
3D Viewer - Keyboard Only

N


Adobe Photoshop CS4 (MacOS)
3D Orbit tool, 3D Roll View tool, 3D Pan View tool, 3D Walk View tool, 3D Zoom tool
Shortcut Keys for selecting tools

N


Remember the Milk (Web Application)
Select none of the tasks in the list
Selection

n


Google Mail (Windows)
Move to next part / previous part of conversation in message
Main Window - Manage Single Messages

N / P


VLC Media Player (Windows)
Play next movie from playlist
Manage VLC, Playlists, and Special Commands

N


Civilization V (Windows)
Nuke Mode
Air Unit Hotkeys

n


Thunderbird (Windows)
Go to next / go to previous unread Message
Navigate Messages

N / P


Civilization V (Windows)
Construct a Mine
Civilian Unit Hotkeys

n


Thunderbird (Linux)
Go to next / go to previous unread Message
Navigate Messages

N / P


Thunderbird (MacOS)
Go to next / go to previous unread Message
Navigate Messages

N / P


Adobe Photoshop CS4 (MacOS)
Switch to New mode from Add or Erase mode of the Adjustment Brush tool or the Graduated Filter
Shortcut Keys for using the Camera Raw dialog box

N


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

N


Microsoft PowerPoint 2003 (Windows)
Slide Show: Next slide
40 Shortcuts for Microsoft PowerPoint 2003 (Windows)

N


InDesign CS5 (MacOS)
Pencil tool (Note tool)
Tools

N


Adobe Illustrator CS5 (MacOS)
Pencil tool
Selecting Tools

n


Photoshop Lightroom 4 (MacOS)
Enter Library Survey view
Changing Views and Screen Modes

N


Photoshop Lightroom 4 (Windows)
Switch to Survey view
Comparing photos in the Library module

N


Jaws 11.0 (Windows)
Next non-link text (Shift + N for previous)
Navigation in HTML (Internet browsing)

N


Photoshop Lightroom 4 (MacOS)
Switch to Survey view
Comparing photos in the Library module

N


Kanban Tool (Web Application)
adding new tasks
Online Kanban Board for Visual Project Management

N


Adobe Illustrator CS5 (Windows)
Pencil tool
Selecting Tools

n


VLC Media Player (MacOS)
Play next movie from playlist
Manage VLC, Playlists, and Special Commands

N


Adobe Photoshop CS5 (MacOS)
Switch to New mode from Add or Erase mode of the Adjustment Brush tool or the Graduated Filter
Camera Raw Dialog Box

N


Adobe Photoshop CS5 (Windows)
Switch to New mode from Add or Erase mode of the Adjustment Brush tool or the Graduated Filter
Camera Raw Dialog Box

N


Presonus Studio One (Windows)
Toggle snap
Misc.

N


Twitter (Web Application)
New tweet
Actions

N


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

N


Feedly (Web Application)
Select next article
Article List Actions

n


Google Drive (Web Application)
Rename selected item
Item Actions

n


Adobe Photoshop CS5 (MacOS)
Enable 3D camera tools
3D tools (PS Extended)

N


Autodesk Maya 2015 (Windows)
Modify paint value
Painting Operation

N


Adobe Photoshop CS5 (Windows)
Enable 3D camera tools
3D tools (PS Extended)

N


Google Mail (MacOS)
Move to next part / previous part of conversation in message
Main Window - Manage Single Messages

N / P


Photoshop Lightroom CC (Windows)
Enter Library Survey view
Changing Views and Screen Modes

N


Photoshop Lightroom CC (MacOS)
Enter Library Survey view
Changing Views and Screen Modes

N


Nirvana (Web Application)
New item (in current Context) inserted at BOTTOM of list
Capturing

N


Adobe After Effects CC (Windows)
Set beginning / set end of work area to current time
Compositions and Work Area

B / N


Adobe After Effects CC (MacOS)
Set beginning / set end of work area to current time
Compositions and Work Area

B / N


Photoshop Lightroom CC (MacOS)
Switch to Survey view
Comparing Photos in the Library Module

N


Photoshop Lightroom CC (Windows)
Switch to Survey view
Comparing Photos in the Library Module

N


Onshape (Windows)
Note
Drawings

N


Onshape (MacOS)
Note
Drawings

N


Adobe Illustrator CC (MacOS)
Pencil tool
Selectiong Tool

N


Autodesk Maya 2017 (Windows)
Modify paint value
Painting Operation

N


Adobe Illustrator CC (Windows)
Pencil tool
Selectiong Tool

N


Microsoft PowerPoint 2016 (Windows)
Next Slide
Slide Operations(Presentation time)

N / Rt Arrow


Adobe Premiere CC (Windows)
Rolling edit tool
Tools Shortcuts

N


Adobe Premiere CC (MacOS)
Rolling edit tool
Tools Shortcuts

N


Apple Keynote (MacOS)
Go to next build
Slideshow

N


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

N


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

N


Nuke 10 (Windows)
Toggle Brush/Eraser
RotoPaint

N


Nuke 10 (Linux)
Toggle Brush/Eraser
RotoPaint

N


Nuke 10 (MacOS)
Toggle Brush/Eraser
RotoPaint

N


Nuke 10 (Windows)
Rename selected node
Node Graph

N


Nuke 10 (Linux)
Rename selected node
Node Graph

N


InDesign CC (Windows)
Pencil tool
Tools

N


Nuke 10 (MacOS)
Rename selected node
Node Graph

N


InDesign CC (MacOS)
Pencil tool
Tools

N


Anime Studio (Windows)
Noise
A to Z shortcuts

N


Windows Movie Maker (Windows)
Combine contiguous clips
On timeline

N


ArchiCAD 20 (Windows)
Object Parameter Value
Actions

N


Adobe Photoshop CC (Windows)
3D Camera Tools
Selecting Tools

N


Adobe Photoshop CC (MacOS)
3D Camera Tools
Selecting Tools

N


Anime Studio (MacOS)
Noise
A to Z shortcuts

N


ArchiCAD 20 (MacOS)
Object Parameter Value
Actions

N


GIMP (Linux)
Pencil
Paint Tools

N


GIMP (MacOS)
Pencil
Paint Tools

N


GIMP (Windows)
Pencil
Paint Tools

N


Apple Motion (MacOS)
Enable/disable snapping to guides
View Menu

N


Autodesk 3ds Max 2017 (Windows)
Auto key mode
General user interface

N


Age of Empires (Windows)
Stand ground
Millitary units (After Clicking Military Units)

N


Autodesk Inventor 2017 (Windows)
Create component
Assembly

N


Autodesk 3ds Max 2017 (Windows)
Auto key mode
Key and Time controls

N


Counter Strike Source (Windows)
Turn NIghtvision On/Off
Miscellaneous Shortcuts

N


Trello (Web Application)
Insert a New Card
General Shortcuts

N


SalesForce (Web Application)
Go to List View
Console Controls

N


Logic Pro X (MacOS)
Show/hide Score Editor
General Controls

N


Mac OS Sierra 10.12 (MacOS)
Start up from a compatible NetBoot server.
Start Up and Boot Options

N


Atlasian JIRA Agile (Web Application)
Next Column
Agile Shortcuts

N


Google News (Web Application)
Next Story (or J)
Navigation

N


Atlasian JIRA Agile (Web Application)
Next Activity
Issue Actions and Navigation Shortcuts

N


Zimbra Collaboration Suite 8 (Windows)
Create a New Item
Application

N


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

N


GTA V Cheats (Windows)
Push to Talk
Online Control Keys

N


Logic Pro X (MacOS)
Velocity 64 (MP)
Step Input

N


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

N


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

N


Zoho Desk (Windows)
Notifications
Global Shortcuts

N


Podio (Web Application)
Open Notification Dropdown
Global Shortcuts

N


Daz 3D Bryce 7 (Windows)
Set Current Object As Negative
Set Object Attributes

N


Daz 3D Bryce 7 (MacOS)
Set Current Object As Negative
Set Object Attributes

N


Blender 3D (Windows)
Number Panel
Object Mode

N


Freshdesk (Web Application)
Add Note to Ticket
Tickets

N


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

N


Blender 3D (Windows)
Number Panel
General Editing

N


Cyberduck (MacOS)
Next activity
Navigating Issues

N


Cyberduck (MacOS)
Next column
Agile Shortcuts

N


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

N


Corel Draw X8 (Windows)
Navigator
Zoom and Pan

N


Yahoo Mail (Web Application)
New Message
General

N


Steinberg Cubase 9 (Windows)
Locate next event
Transport

N


Steinberg Cubase 9 (MacOS)
Locate next event
Transport

N


Chief Architect (Windows)
Decrease Field of View Angle
General Editing

N


Chief Architect (MacOS)
Decrease Field of View Angle
General Editing

N


Pixelmator (MacOS)
Paint Bucket
Selection Tools

N


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

N


Houdini (Windows)
Select
Particle/Contex/Scene View

N


Garageband 10 (MacOS)
Show/Hide the Score Editor
Display Objects

N


Kingsoft Presentation 2016 (Windows)
Next Slide
SlideShow

N / Right Arrow


Forte (Windows)
Skip to Next Unread Message
Main Browser Window

N


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

N


Houdini (Windows)
Toggle names
Network View

N


Houdini (Windows)
Full node path
Parameter Spreadsheet

N


Houdini (Windows)
Show full channel names
Channel Editor

N


GOM Player (Windows)
Add to Bookmark
Playback Control

N


ZBrush 4 (Windows)
List All Subtools
3D Models

N


TVPaint Animation (Windows)
Invert A/B
89 Shortcuts for TVPaint Animation (Windows)

N


DrawPlus (Windows)
Pencil Tool
Tools Shortcuts

N


iClone 7 (Windows)
Show/Hide Edit Motion Layer Panel
OnScreen Display

N


Pencil2D (Windows)
Pencil
57 Shortcuts for Pencil2D (Windows)

N


Anim8or (Windows)
New Bone
Figure Editor

N


SolidWorks (Windows)
Next Edge
Miscellaneous Shortcuts

N


TurboCAD (Windows)
Single Snap to the Nearest point
171 Shortcuts for TurboCAD (Windows)

N


Netvibes (Windows)
Read next item
Feed reader shortcuts

N


Vegas Pro 14 (Windows)
Insert CD track region
Timeline and Track List

N


Toggl
Switch to timer mode to create a new time entry, and start the timer
Timer page

N


Solid Edge (Windows)
Relax Persistent Relationships
Advance Sunchronous Edit

N


Vim (Linux)
Repeat search in same direction
Search/Replace

n


Vegas Pro 14 (Windows)
Cycle default/narrow/wide channel strips
Mixing Console

D / N / W


Vim (Linux)
Repeat search in opposite direction
Search/Replace

N


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

N


PhotoFiltre (Windows)
FIll tool
Tools

N


Open Rails 0.6.2
Blower increase
Advanced firing

N


KiCad 5.0.2
Gbr negative obj display mode
GerbView

N


Modo (Windows)
New Mesh Item
Item List

N


Modo (MacOS)
New Mesh Item
Item List

N


Apex Legends (PC)
Examine weapon
Weapons and abilities

N


Vectorworks (Windows)
Constrained Linear Dimension
Dims/Notes Tool Set

N


KiCAD (Windows)
Orient Normal Component
EE Schema

N


Vectorworks (MacOS)
Constrained Linear Dimension
Dims/Notes Tool Set

N


KiCAD (Linux)
Orient Normal Component
EE Schema

N


Flyff
Brings up the Navigator window.
Character

N


KiCAD (MacOS)
Orient Normal Component
EE Schema

N


DaVinci Resolve 14 (Windows)
Snapping On / Off
Edit

N


DaVinci Resolve 14 (MacOS)
Snapping On / Off
Edit

N


Cobalt (Windows)
Next
70 Shortcuts for Cobalt (Windows)

N


Google Keep (Web Application)
Navigate to next/previous list item
Navigation Shortcuts

N / P


gEDA (Linux)
Show object refdes / pin number at mouse pointer
Other Important Shortcuts

N


NetHack
#name
Command aliases

N


DaVinci Resolve 14 (Windows)
Snapping
Edit

N


DaVinci Resolve 14 (MacOS)
Snapping
Edit

N


Ulead PhotoImpact 8 (Windows)
Goes through all the various Clone tools
Tool panel

N


Europa Universalis IV
Detach mercenaries or obsolete ships
General

N


Huggle
Message user
User

N


Target 3001! (Windows)
Repaint Window(New)
Library and Other Shortcuts

N


MuseScore (Windows)
Begin Note Input Mode
Note Input Shortcuts

N


MuseScore (MacOS)
Begin Note Input Mode
Note Input Shortcuts

N


Xyplorer
Navigate by Click
Other Shortcuts

N


BobCAD (Windows)
Turn Normal Display On/Off
22 Shortcuts for BobCAD (Windows)

N


DaVinci Resolve 15 (Mac)
Snapping
Timeline

N


Aspire (Windows)
Toggles between Selection and Node Editing modes
General Shortcuts

N


Battlezone 98 Redux
Select next nav beacon
Other

N


VCarve Pro (Windows)
Toggles between Selection and Node Editing modes
General Shortcuts

N


SolveSpace (Windows)
Angle
Constraint

N


SolveSpace (MacOS)
Angle
Constraint

N


FlexiSign Pro 8.1 (Windows)
Select Point Tool
Path Editing

N


FlexiSign Pro 8.1 (MacOS)
Select Point Tool
Path Editing

N


Kingdom Come: Deliverance
Open Codex
Inventory

N


Altium Designer (Windows)
Hide the ratsnest while moving a component
PCB Editor Only Shortcuts

N


FlightGear
Decrease/Increase selected propeller RPM
Engine control

N


Adobe Photoshop Elements (Windows)
Pencil
Tools

N


Adobe Photoshop Elements (MacOS)
Pencil
Tools

N


Substance Painter
Ignore stencil mask
Other

N


American Truck Simulator
Air horn (requires special horns mounted on your truck's cabin)
Miscellaneous

N


Substance Painter (Mac)
Ignore stencil mask
Other

N


KeyCreator (Windows)
Note Submenu
Various Submenu Options

N


Pharaoh
Orders a selected company or warship to attack any enemy
Military commands

N


Adobe Illustrator
Pencil tool
Select tools

N


Adobe Illustrator (Mac)
Pencil tool
Select tools

N


BlackBerry Classic
Go to the next day, week, or month
Calendar app

N


DayZ
Night vision
General

N


LDCad
Enter nesting mode
Editor

N


Altium Designer (Windows)
Toggle negative view
CAM Editor Shortcuts

N


ARK: Survival Evolved
Toggle Weapon Attachment
Battle

N


Claws Mail
Go to next mail in Message List. The Down arrow does the same.
Main window

N


Final Cut Pro X
Turn snapping on or off
Editing

N


K-9 Mail
Next message
Message details

N


FastMail
New Folder
File

N


Adobe Photoshop Elements
Pencil tool
General

N


Adobe Photoshop Elements (Mac)
Pencil tool
Tool selection

N


Google Keep Notes
Navigate to next list item
Navigation

N


Winamp
Toggle EQ
Equalizer

N


Freshdesk
Add note to a ticket
Ticket view

N


Trello
Insert new card
General

N


Atlassian JIRA Agile
Next Activity
Issue actions and navigator

N


Adobe Lightroom Classic (Mac)
Switch to Survey view
Comparing photos in the Library module

N


9gag
New tweet
Actions

N


Adobe Lightroom Classic
Switch to Survey view
Comparing photos in the Library module

N


Total War: Attila (Mac)
Intelligent zoom
Camera

N


Total War: Attila
Intelligent zoom
Camera

N


Unturned
Toggle Vision
Items

N


Kerbal Space Program
RCS thrust translate backward
Flight Controls

N


Bluebeam Revu
Note
Markup & editing

N


Airmail
Select Next Conversation
General

N


Black Desert Online
Friends list
General

N


AI War Classic
Display ModeNormal
Galaxy Map

N


Adobe Animate CC (Mac)
Line
Tools

N


Adobe Dimension CC (Mac)
Horizon
Tools

N


Escape from Tarkov
Lower your helmet visor
General

N


Adobe Dimension CC (Windows)
Horizon
Tools

N


Diablo II
Clear text messages
General

N


CorelDRAW Graphics Suite 2018
Navigator
General

N


Rocket League
Skip music track
Default keyboard controls

N


Nuke
Toggle Brush/Eraser
Roto / RotoPaint

N


StarCraft 2
Nydus Network
Zerg buildings

N


Reddit
Next post in lightbox
General

N


Euro Truck Simulator 2
Air horn (requires special horns mounted on your truck's cabin)
Vehicle controls

N


Roll20
Jukebox
Advanced shortcuts

N


LightWave 3D
Jump to numeric input field
Layout: Modify

N


Xodo
Note
Annotating

N


Zoho Mail
Next mail
Mail: Selection

N


ImageJ
Create new image or stack
General

N


Dota 2
Select / use ability of the item in the Bottom right slot
Items

N


Pixelmator Pro
Color Fill
Select tools

N


World of Warcraft
Talents (on level 10 and above) and
Panels

N


Adobe Premiere Pro (Mac)
Rolling Edit Tool
Tools

N


Adobe Premiere Pro (Windows)
Rolling Edit Tool
Tools

N


Adobe Photoshop CC
Switch to New mode from Add or Erase mode of theAdjustment Brush tool or the Graduated Filter
Using the Camera Raw dialog box

N


GIMP
Pencil
Toolbox

N


Microsoft PowerPoint (Slideshows)
Perform the next animation or advance to the next slide
Control your slide show during the presentation

N


LibreOffice Impress
Play next effect (if any, else go to next slide)
Slide shows

N


Comodo IceDragon
Next page
PDF Viewer

N


Grand Theft Auto V
Next Radio Station
Vehicles general

N


Ardour
Normalize
Region Operations

N


Wikipedia
My talk
Access keys

N


REAPER
Item edit: Toggle open/close nudge/set dialog
Section: Main

N


Kodi
Current playlist window
Music visualisation

N


Apple GarageBand
Show/Hide the Score Editor
General

N


The Sims 4
Select the next Sim in the Household
Live mode

N


Tumblr
View a post's notes (Use with <keybs>J</keybs> and <keybs>K</keybs> keys)
Navigation

N


Google+
Next comment
Full post view

N


NZBGet
Download selected records again
History tab commands

N


Guitar Pro
Trill
Effects - General

N


Maple
N or ν
Entering Greek characters

N


OneDrive
Create a new file or folder when nothing is selected
Give commands

N


VLC Media Player
Play next movie from playlist
Miscellaneous

N


Blender
Properties panel toggle
General

N


Zimbra Web Client
New item
All apps

N


Windows Movie Maker
Combine contiguous clips
Timeline

N


Outlook.com
Compose a new email
Compose

N


IrfanView
Toggle text display in full screen mode
Full screen mode

N


Firefox Quantum
Next page
PDF Viewer

N


GOM Player
Add to bookmark
Playback control

N


Mozilla Thunderbird
Go to Next unread message
Moving between messages

N


Yahoo Mail
Compose a new email
General commands

N


Google Calendar
Change your calendar view to the next date range
Navigate around the calendar

N


Windows Calculator
Select ln
Scientific mode

N


Gmail
Next message in an open conversation
Compose and chat

N


SketchUp
Toggle edges
Display

N


Twitter
Compose a new tweet
General

N


Google Drive
Rename selected item
Item Actions

N


Opera
Mark thread as read, go to next unread
Threads

N


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

n


Google Reader (Web Application)
Select next/previous item in list view
Reading List Navigation

n / p


Adobe Photoshop CS4 (Windows)
3D Orbit tool, 3D Roll View tool, 3D Pan View tool, 3D Walk View tool, 3D Zoom tool
Shortcut Keys for selecting tools

N


Google Earth 5 (Windows)
Reset View to rotate to "North up"
3D Viewer - Keyboard Only

n


InDesign CS5 (Windows)
Pencil tool (Note tool)
Tools

n


vi (Linux)
Next
Fast Search

N


vi (Linux)
Previous
Fast Search

N


Adobe After Effects CS5 (MacOS)
Set beginning or end of work area to current time
Compositions Work Area

B / N


Adobe After Effects CS5 (Windows)
Set beginning or end of work area to current time
Compositions Work Area

B / N


Tupi (Windows)
Node selection
Animation Module

N


IrfanView 4.42 (Windows)
Toggle text display in full screen mode
Fullscreen Mode

N


Adobe Photoshop CS4 (Windows)
Switch to New mode from Add or Erase mode of the Adjustment Brush tool or the Graduated Filter
Shortcut Keys for using the Camera Raw dialog box

N


Figma
Zoom to next frame
Zoom

N


Feedly
Select next article
Article list

N


Xactimate
Orientation
Additional shortcut keys

N