GNU Emacs

The minibuffer

Abort command

Ctrl + G

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


Emacs 23.2.1 (Linux)
Cancel Selection
Edit

Ctrl + G


Open Office Writer 3 (Linux)
Goto line
Editing

Ctrl + G


Novell Evolution 2 (Linux)
Go to specific date in calendar
Contacts, Calendar, Tasks, and Memo

ctrl + g


Google Chrome (Windows)
Go to line
Manage Chrome DevTools - Sources Panel

Ctrl + G


Microsoft Word 2007 (Windows)
Go to a page, bookmark, footnote, table, comment, graphic, or other location.
Working with documents: Find, replace, and browse through text

Ctrl + G


Microsoft Projects 2010 (Windows)
Goto Menu
Access Projects 2010 Features

Ctrl + G


Visual Studio 2015 (Windows)
Goto line number
Code Editor - Find, Replace, and Goto

Ctrl + G


KDevelop (Linux)
Goto line
Editing

Ctrl + G


Microsoft Outlook 2010 (Windows)
Set up recurrence for an appointment or task
Messages in Main View - Create and Manage Appointments

Ctrl + G


SharpDevelop 4.0 (Windows)
Goto line number (or class)
Find/Replace

Ctrl + G


Thunderbird (Windows)
Find text again next in Current Message
Find Messages

Ctrl + G / F3


Adobe Photoshop CS5 (Windows)
Group layers
Photoshop CS5 Panels - Layers Panel

Ctrl + G


Thunderbird (Linux)
Find text again next in Current Message
Find Messages

Ctrl + G / F3


Firefox (Linux)
Find next occurrence of search term.
Search

Ctrl + G / enter or f3


Google Chrome (Linux)
Go to line
Manage Chrome DevTools - Sources Panel

Ctrl + G


Firefox (Windows)
Find next occurrence of search term.
Search

Ctrl + G / enter or f3


Microsoft Outlook 2010 (Windows)
Go to date
Messages in Main View - Navigate Calendar

Ctrl + G


Tally 9.0 (Windows)
Select Group
General Shortcuts

Ctrl + G


Inpage (Windows)
To open dialog box of paragraph
For formatting

Ctrl + g


Google Chrome (Windows)
Find next / find previous match
Search

Ctrl + G / Ctrl + Shift + G with text found on webpage


Phoenix Viewer (Windows)
Gestures
Edit

Ctrl + G


Visual Studio 2015 (Windows)
Goto line number
Coding - Find, Replace, and Goto

Ctrl + G


Media Player Classic (MPC) (Windows)
Goto time
Jump

Ctrl + G


Microsoft Outlook 2010 (Windows)
Set up recurrence for an appointment or task
Messages in Compose View - Create and Manage Appointments

Ctrl + G


Adobe Photoshop CS5 (Windows)
Generate or generate again
Photoshop CS5 Panels - Pattern Maker Only

Ctrl + G


Microstation v8i (Windows)
Group current selection
Editing

Ctrl + G


Google Chrome (Linux)
Find next / find previous match
Search

Ctrl + G / Ctrl + Shift + G with text found on webpage


Microsoft Excel 2011 (MacOS)
Display the Go To dialog box
Moving and scrolling in a sheet or workbook

Ctrl + g


Notepad++ 5 (Windows)
Go to...
Search

Ctrl + G


Microsoft Outlook 2010 (Windows)
Go to date
Messages in Compose View - Navigate Calendar

Ctrl + G


Tekla Structures 14.0 (Windows)
Select filter
General shortcuts

Ctrl + g


Sublime Text (Windows)
Goto line
Navigation - Fancy Navigation

Ctrl + G


Visual Studio 2015 (Windows)
Goto line number
Code Snippets (Visual C# Scheme) - Find, Replace, and Goto

Ctrl + G


Sublime Text (Windows)
Goto line
Selections - Fancy Navigation

Ctrl + G


Opera (Linux)
Find next
Find

Ctrl + G / F3


Adobe Photoshop CS5 (Windows)
Group layers
Extract and Pattern Maker (plug-in) - Layers Panel

Ctrl + G


Microsoft Outlook 2010 (Windows)
Set up recurrence for an appointment or task
Calendar Shortcuts - Create and Manage Appointments

Ctrl + G


Evernote (Windows)
Find next (or Enter)
Note Editor

Ctrl + g


Oracle SQL Developer 4 (Windows)
Goto Line
Navigate

Ctrl + G


Microsoft Outlook 2010 (Windows)
Go to date
Calendar Shortcuts - Navigate Calendar

Ctrl + G


UltraEdit (Windows)
Goto the specified line (or HEX address)
Search Menu

Ctrl + G


Photoshop Lightroom 4 (Windows)
Group into stack
Comparing photos in the Library module

Ctrl + G


Adobe Photoshop CS5 (Windows)
Generate or generate again
Extract and Pattern Maker (plug-in) - Pattern Maker Only

Ctrl + G


Texmaker 4.0.2 (Windows)
Goto Line
"Edit" menu

Ctrl + G


FreeMind 0.9.0 (Windows)
Find next
Edit commands

Ctrl + G


NetBeans 8 (Windows)
Go to line
General Keyboard Shortcts

Ctrl + G


AutoCAD 2012 (Windows)
Toggle Grid
Toggle General Features

Ctrl + G


HoneyView 5.03 (Windows)
Gamma correction
Change Image View

Ctrl + G


Notepad2 (Windows)
Goto...
Edit Menu

Ctrl + G


IntelliJ (Linux)
Go to line
Navigation

Ctrl + G


Presonus Studio One (Windows)
Group selected tracks
Track Menu

Ctrl + G


IntelliJ (Windows)
Go to line
Navigation

Ctrl + G


Beyond Compare (Windows)
Go to...
Search Menu

Ctrl + G


Axialis IconWorkshop (Windows)
Find - In the computer...
Edit Menu

Ctrl + G


Pro Tools (Windows)
Group...
Track Menu

Ctrl + G


FileMaker Pro (Windows)
Find the next occurrence of the specified data
Layout Mode Shortcuts - Delete and Edit Text

Ctrl + G


Adobe Flash Professional (Windows)
Group
Modifying and editing

Ctrl + G


Autodesk Maya 2015 (Windows)
Edit - Group
Edit Operation

Ctrl + G


Qt Creator (Windows)
Lay out in a grid
Editor

Ctrl + G


Atom (text editor) 1.0 (Linux)
Go to line
Editing Lines

Ctrl + g


Qt Creator (MacOS)
Lay out in a grid
Editor

Ctrl + G


Atom (text editor) 1.0 (Windows)
Go to line
Editing Lines

Ctrl + G


Adobe Acrobat Pro (Windows)
Move to next search result and highlight it in the document
Navigation

F3 / Ctrl + G


Notepad++ 6 (Windows)
Launch GoToLine Dialog
Edit menu

Ctrl + G


FL Studio (Windows)
Glue selected and touching notes
Piano Roll Action

Ctrl + G


uTorrent (Windows)
Setup Guide
21 Shortcuts for uTorrent (Windows)

Ctrl + G


uTorrent (Linux)
Setup Guide
21 Shortcuts for uTorrent (Linux)

Ctrl + G


FileMaker Pro (Windows)
Find the next occurrence of the specified data
Text Shortcuts - Delete and Edit Text

Ctrl + G


Microsoft Excel 2016 (Windows)
Manual selection by row/ column via GoTo menu. A:B selects column A thru C, 1:3 selects row 1 thru 3 , A1:B3 select cells A1 thru B3, etc
Select Cells - Basic Selects

Ctrl + G


Sway 2016 (Windows)
Group/ungroup all cards in a Card Selection
Text and Content Formatting

Ctrl + G / Ctrl + Shift + G


Adobe Photoshop CC (Windows)
Group Layers
Basic Shortcuts for Photoshop CC 2015 - Layers Basics

Ctrl + G


Sway 2016 (Windows)
Group/ungroup all cards in a Card selection
Card Interaction

Ctrl + G / Ctrl + Shift + G


Microsoft OneNote 2016 (Windows)
Move focus to Notebook area (typically on the left); continue with Arrow Up/Arrow Down to select page. Press Escape to cancel
Manage Pages, Notebooks and Sections

Ctrl + G


Clink (Windows)
abort
BASH (GNU Readline) Line Editing

Ctrl + G


Android Studio (Windows)
Go to line
General Shortcuts

Ctrl + G


Autodesk Maya 2017 (Windows)
Edit - Group
Edit Operation

Ctrl + G


Sonos Controller (Windows)
Resize Queue
22 Shortcuts for Sonos Controller (Windows)

Ctrl + G


Google Slides (Windows)
Find again
General Slides Shortcuts

Ctrl + G


Photoshop Lightroom CC (Windows)
Group into stack
Comparing Photos in the Library Module

Ctrl + G


Microsoft Excel 2016 (Windows)
Manual selection by row/ column via GoTo menu. A:B selects column A thru C, 1:3 selects row 1 thru 3 , A1:B3 select cells A1 thru B3, etc
Format Cells - Basic Selects

Ctrl + G


Adobe Photoshop CC (Windows)
Group layers
Basic Shortcuts for Photoshop CC 2015 - Layers Panel

Ctrl + G


FileMaker Pro (Windows)
Find the next occurrence of the specified data
Database Management Shortcuts - Delete and Edit Text

Ctrl + G


Adobe Premiere CC (Windows)
Group
Clipping Shortcuts

Ctrl + G


Adobe Audition CC (Windows)
Clip gain
Marker/Tool/Clip Shortcuts

Ctrl + G


Microsoft Outlook 2016 (Windows)
Go to a date
Calendar

Ctrl + G


Microsoft Outlook 2016 (Windows)
Set up recurrence for an open appointment or meeting
Calendar

Ctrl + G


Corel Painter 2017 (Windows)
Group
Layers

Ctrl + G


Microsoft PowerPoint 2016 (Windows)
Show/hide slide
Slide Operations(Presentation time)

Ctrl + G


Microsoft Excel 2016 (Windows)
Manual selection by row/ column via GoTo menu. A:B selects column A thru C, 1:3 selects row 1 thru 3 , A1:B3 select cells A1 thru B3, etc
Formulas - Basic Selects

Ctrl + G


Adobe Photoshop CC (Windows)
Group Layers
Manage Panels - Layers Basics

Ctrl + G


InDesign CC (Windows)
Group
Object Menu shortcuts

Ctrl + G


CINEMA 4D (Windows)
Goto Next Key
Animation Timeline

Ctrl + G


Hexagon 2 (Windows)
Group Selection
General Shortcuts

Ctrl + G


Anime Studio (Windows)
Grid
View Shortcuts

Ctrl + G


ArchiCAD 20 (Windows)
Group
Tools

Ctrl + G


Adobe After Effects CC (Windows)
Group / ungroup selected Shapes
Shape Layers

Ctrl + G / Ctrl + Shift + G


Microsoft Excel 2016 (Windows)
Manual selection by row/ column via GoTo menu. A:B selects column A thru C, 1:3 selects row 1 thru 3 , A1:B3 select cells A1 thru B3, etc
Manage Workbooks - Basic Selects

Ctrl + G


Adobe Photoshop CC (Windows)
Group layers
Manage Panels - Layers Panel

Ctrl + G


Zoho Sheet (Windows)
Go to cell command
Navigate

Ctrl + G


Dynamics NAV 2015 (Windows)
Go to
General

Ctrl + G


Age of Empires (Windows)
Go to Mining Camp
Game Commands

Ctrl + G


Microsoft Excel 2016 (Windows)
Manual selection by row/ column via GoTo menu. A:B selects column A thru C, 1:3 selects row 1 thru 3 , A1:B3 select cells A1 thru B3, etc
Excel Auto Tables and Data Forms - Basic Selects

Ctrl + G


AutoCAD 2016 (Windows)
Toggles Grid
General

Ctrl + G


GIMP (Linux)
Gradients
Dockable Dialogs

Ctrl + G


Silhouette Studio (Windows)
Group
Object

Ctrl + G


GIMP (Windows)
Gradients
Dockable Dialogs

Ctrl + G


AutoCad Architecture 2017 (Windows)
Grid mode
Alphabest combination

Ctrl + G


Microsoft Excel 2016 (Windows)
Display the GoTo dialog box
Navigate Worksheets

Ctrl + G


Sublime Text (Linux)
Go to line
Navigation Shortcuts

Ctrl + G


TextMate 2 (MacOS)
Opposite Case
General Shortcuts

Ctrl + G


Sublime Text (MacOS)
Go to line
Navigation Shortcuts

Ctrl + G


IntelliJ (MacOS)
Select Next Occurance
Find and Replace Shortcuts

Ctrl + G


IntelliJ (MacOS)
Unselect Occurance
Find and Replace Shortcuts

Ctrl + G


Google Blogger (Web Application)
Translate using Indian font
15 Shortcuts for Google Blogger (Web Application)

Ctrl + G


JetBrains PyCharm (Windows)
Go to Line
Navigation

Ctrl + G


Logic Pro X (MacOS)
Grid
Various Editors

Ctrl + G


JetBrains RubyMine (Windows)
Go to Line
Navigation Shortcuts

Ctrl + G


Sketch 3 (MacOS)
Toggle Grids
Canvas View

Ctrl + G


JetBrains RubyMine (Linux)
Go to Line
Navigation Shortcuts

Ctrl + G


Adobe Dreamweaver (Windows)
Go to Line
Coding Shortcuts

Ctrl + G


Adobe XD (Experience Design) (Windows)
Group
Object

Ctrl + G


Adobe Flash Builder (Windows)
Find declarations of selected function name in project
24 Shortcuts for Adobe Flash Builder (Windows)

Ctrl + G


Adobe Animate CC (Windows)
Group
Edit and Modify

Ctrl + G


Zimbra Collaboration Suite 8 (Windows)
Choose Recipients from Address book
Mail Compose Form

Ctrl + G


Logic Pro X (MacOS)
Create Group
Project Audio

Ctrl + G


Logic Pro X (MacOS)
New Group
Audio File Editor

Ctrl + G


BrainSuite (Windows)
Toggle Debug Keys
Main Window

Ctrl + G


Cloud9 (Windows)
Goto Line
Navigate

Ctrl + G


Autodesk SketchBook Pro (Windows)
Add Group
Actions

Ctrl + G


Bash (Linux)
Escape from History Searching Mode
History

Ctrl + G


Adobe RoboHelp (Windows)
Insert Images
Insertion

Ctrl + G


Daz 3D Carrara 8 (Windows)
Group
Application - Edit

Ctrl + G


Daz 3D Bryce 7 (Windows)
Group Objects
Object

Ctrl + G


JetBrains PhpStorm (Windows)
Go to Line
Navigation

Ctrl + G


Daz 3D Carrara 8 (Windows)
Snap to Grid
Application - View

ctrl + G


jEdit (Windows)
Find Next
Search and Replace

Ctrl + G


JetBrains PhpStorm (Linux)
Go to Line
Navigation

Ctrl + G


Microsoft Excel 2016 (MacOS)
Display the Go To dialog box
Move and scroll in a sheet or workbook

Ctrl + G


Steinberg Cubase 9 (Windows)
Group
Edit

Ctrl + G


Corel Ventura 10 (Windows)
Go to Page
Cursor Movement

Ctrl + G


Corel WordPerfect X8 (Windows)
Go to
63 Shortcuts for Corel WordPerfect X8 (Windows)

Ctrl + G


VMWare Workstation 12 (Windows)
Grab Keyboard Input Focus
14 Shortcuts for VMWare Workstation 12 (Windows)

Ctrl + G


Daz 3D Carrara 8 (Windows)
Group
Spline Modeler - Edit

Ctrl + G


Corel PhotoPaint X6 (Windows)
Group
Objects

Ctrl + G


DAZ Studio (Windows)
Go to line
Script Commands

Ctrl + G


HTML-Kit (Windows)
Go to Specified Location to document
87 Shortcuts for HTML-Kit (Windows)

Ctrl + G


Opera (Windows)
Find next instance of text
Find

Ctrl + G


Daz 3D Carrara 8 (Windows)
Snap to Grid
Spline Modeler - View

ctrl + G


Gliffy (Windows)
Group
Shape Shortcuts

Ctrl + G


Corel Quattro Pro X8 (Windows)
Move to Cell that You Specify
Navigation

F5 / Ctrl + G


Chief Architect (Windows)
Center Object
View Mode

Ctrl + G


Daz 3D Carrara 8 (Windows)
Group
Vertex Modeler - Edit

Ctrl + G


Daz 3D Carrara 8 (Windows)
Snap to Grid
Vertex Modeler - View

ctrl + G


Kingsoft Spreadsheets 2016 (Windows)
Display Go to Dialog Box
Display Various Objects

Ctrl + G


Kingsoft Writer 2016 (Windows)
Display Go to Dialog Box
Display Various Objects and Dialog Box

Ctrl + G


Forte (Windows)
Find Global
Main Browser Window

Ctrl + G


Brackets (Windows)
Go to Line
99 Shortcuts for Brackets (Windows)

Ctrl + G


Flock (Windows)
Find again
General

Ctrl + G


Informix Genero 2.5.0 (Windows)
Go to line
Cursor Movement Shortcuts

Ctrl + G


FxPro (Windows)
Show Grid
General Shortcuts

Ctrl + G


vSphere Client (Windows)
Transfer Mouse and Keyboard Input from Local Machine to Virtual Machine
VM Console

Ctrl + G


MetaTrader MT4 (Windows)
Show/Hide Grid
Miscellaneous Shortcuts

Ctrl + G


Zerodha Trader (Windows)
Group Settings
For Market Watch and Other Settings on User Interface

Ctrl + G


Siemens NX 11 (Windows)
Execute Grip
File Menu

Ctrl + G


Jetbrains CLion (Windows)
Go to line
Navigation Shortcuts

Ctrl + G


XYplorer (Windows)
Go to...
General Shortcuts

Ctrl + G


VideoPad Video Editor (Windows)
Go to Timeline Position
Sequence Player

Ctrl + G


PotPlayer (Windows)
Continuos Image Capture
Standard Keyboard Controls

Ctrl + G


Maxthon (Web Application)
Open the Collector
Others

Ctrl + G


Soundforge (Windows)
Show the Go To dialog
Cursor Movements

Ctrl + G


Pegasus Mail (Web Application)
Find/replace again
Edit menu

Ctrl + G


Vegas Pro 14 (Windows)
Go to
Cursor Placement,Loop Region and Time Selection

Ctrl + G


GOM Player (Windows)
Advanced Screen Capture
Screen Capture

Ctrl + G


Visual Studio Code (Windows)
Go to Line...
Navigation Shortcuts

Ctrl + G


Xamarin Studio (MonoDevelop) (Windows)
Find Next
Search

Ctrl + G


MPS 2017 (Windows)
Navigate to any line in the current file by specifying its number
Navigation between Source Code

Ctrl + G


Synfig (Windows)
Toggle Grid show
73 Shortcuts for Synfig (Windows)

Ctrl + G


Sierra Chart (Windows)
Use Evening/Full Session
Chart Menu

Ctrl + G


Quickbooks Desktop (Windows)
Go to register of transfer account
Account Register Shortcuts

Ctrl + g


iClone 7 (Windows)
Show/Hide Grid
OnScreen Display

Ctrl + G


Anim8or (Windows)
Grid Snap
Top Toolbar Shortcuts

Ctrl + G


Gnumeric (Windows)
Opens the Go to dialog window which allows you to jump to a specified cell
21 Shortcuts for Gnumeric (Windows)

Ctrl + G


GeoModeller3D (Windows)
Create geology data
2D Structural Data

Ctrl + G


Rhino (Windows)
Group
Default Shortcuts

Ctrl + G


Creo Parametric (Windows)
ReGenerate
26 Shortcuts for Creo Parametric (Windows)

Ctrl + G


Google Data Studio
Group
Advanced (Windows)

Ctrl + G


TurboCAD (Windows)
Start to Edit Group Content
171 Shortcuts for TurboCAD (Windows)

Ctrl + G


Alphacam (Windows)
Ghost Tools
Regular Commands

Ctrl + G


FlashFXP (Web Application)
Manual get
54 Shortcuts for FlashFXP (Web Application)

Ctrl + G


Skipper
Create Region
Visual model shortcuts

Ctrl + G


VMware Workstation 5.0
Grab input from keyboard and mouse.
General

Ctrl + G


Simplify3D
Group selection
Edit menu

Ctrl + G


Ansys Mechanical (Windows)
Group Tree Objects
Tree Outline

Ctrl + G


CodeLite 10 (Windows)
Goto line
Search

Ctrl + G


ChessBase 13
Go to move number x
Board window

Ctrl + G


Geany (Windows)
Find Next
Finding text,Selecting text

Ctrl + G


Geany (Linux)
Find Next
Finding text,Selecting text

Ctrl + G


Source Insight (Windows)
General

Ctrl + G


winIDEA
Go to dialog
Plugin: Analyzer

Ctrl + G


VariCAD (Windows)
Grid
Hot Keys

Ctrl + G


Dropbox Paper
Find next
Editing

Ctrl + G


Affinity Photo
Group
Layer operations

Ctrl + G


PhotoFiltre (Windows)
Show manual settings window for the selection
Selection, past and text

Ctrl + G


Xyplorer
Grayscale
Other Shortcuts

Ctrl + G


PSPad (Windows)
Goto Line... - Jump to selected line
Search

Ctrl + G


Wordfast Pro (Windows)
Go to Segment
100 Shortcuts for Wordfast Pro (Windows)

Ctrl + G


App Maker
Find next
Code editor shortcuts

Ctrl + G


FEKO (Windows)
Go to line
Script Editor

Ctrl + G


FEKO (Linux)
Go to line
Script Editor

Ctrl + G


Roblox Studio
Go to line
Scripting

Ctrl + G


SpaceClaim (Windows)
Create GroUp
71 Shortcuts for SpaceClaim (Windows)

Ctrl + G


Maxwell Render (Windows)
Group
Object

Ctrl + G


Ulead PhotoImpact 8 (Windows)
Opens the Image Size dialog box, where you can adjust the size of the image
Format Menu

Ctrl + G


Cobalt (Windows)
Go
70 Shortcuts for Cobalt (Windows)

Ctrl + G


GibbsCAM (Windows)
Right
View Menu

Ctrl + G


Ableton Live 9 (Windows)
Group Selected Tracks
Ctrls for Tracks

Ctrl + G


Assetto Corsa
Gearbox Auto
In-game

Ctrl + G


FEKO (Windows)
Go to line
General EDITFEKO Shortcuts

Ctrl + G


Maxwell Render (Windows)
Group
Viewport

Ctrl + G


FEKO (Linux)
Go to line
General EDITFEKO Shortcuts

Ctrl + G


gEDA (Linux)
Increment grid by configured metric increment
Other Important Shortcuts

Ctrl + G


Google Keep (Web Application)
Toggle between list and grid view
Actions

Ctrl + G


GeoGebra
Show/Hide selected objects
Windows shortcuts

Ctrl + G


Vectorworks (Windows)
Group
Modify Menu

Ctrl + G


Ableton Live 9 (Windows)
Group/Ungroup Devices
Working with Plug-Ins and Devices

Ctrl + G


Arduino (Linux)
Find Next
29 Shortcuts for Arduino (Linux)

Ctrl + G


RStudio
(Linux) Find Next
Source

Ctrl + G


Arduino (Windows)
Find Next
29 Shortcuts for Arduino (Windows)

Ctrl + G


LDView
Go to step
General

Ctrl + G


WavePad Sound Editor (Windows)
Select Specified Time
Move And Select Operations

Ctrl + G


Modo (Windows)
Group selected items (under group locator)
Animation

Ctrl + G


Banner 9 (Windows, Mac)
Toggle Multi/Single Records View
Mac shortcuts

Ctrl + G


Balsamiq Mockups (Windows)
Group the selected controls
Group

Ctrl + G


FlightGear
Toggle glide slope lock (NAV 1)
Autopilot related

Ctrl + G


Sage Simply Accounting (Windows)
Find next occurrence
Keyboard Shortcuts in Displayed Reports

Ctrl + G


KeyCreator (Windows)
Zoom Scale
View Shortcuts

Ctrl + G


Brave Browser (Windows)
Active tab Find Next
Page Navigation and Display

Ctrl + G


BricsCAD (Windows)
Toggles the display of the grid
Other Shortcuts

Ctrl + G


BricsCAD (Linux)
Toggles the display of the grid
Other Shortcuts

Ctrl + G


CamBam (Windows)
Toggle Snap to Grid Mode
32 Shortcuts for CamBam (Windows)

Ctrl + G


DraftSight (Windows)
Toggles Grid display during command execution
37 Shortcuts for DraftSight (Windows)

Ctrl + G


FlexiSign Pro 8.1 (Windows)
Group
Arrangement

Ctrl + G


Solidwork Composer (Windows)
Shows/hides the Grid
35 Shortcuts for Solidwork Composer (Windows)

Ctrl + G


Altium Designer (Windows)
Pop up Snap Grid dialog
PCB Editor Only Shortcuts

Ctrl + G


eMachineShop (Windows)
Combine selected lines into one Group
38 Shortcuts for eMachineShop (Windows)

Ctrl + G


KiCad 5.0.2
Run Gerbview
KiCad Manager

Ctrl + G


Tinkercad (Windows)
Group
26 Shortcuts for Tinkercad (Windows)

Ctrl + G


Figma (Web Application)
Group Selection
Object

Ctrl + G


Substance Painter
Group layer
Non-editable shortcuts

Ctrl + G


PRTG Network Monitor
View > Show geo maps
Enterprise console

Ctrl + G


SuperMemo (Windows)
Go to element with given number
129 Shortcuts for SuperMemo (Windows)

Ctrl + G


LDCad
Create a new group from the current selection
Editor

Ctrl + G


Adobe Extension Manager
Go to Adobe Exchange
General

Ctrl + G


Ableton Live 10
Group/Ungroup Devices
Working with Plug-Ins and Devices

Ctrl + G


Google Chrome
Jump to the next match to your Find Bar search
Feature shortcuts

Ctrl + G


Adobe Illustrator
Group the selected artwork
Work with selections

Ctrl + G


AutoCAD
Toggle Grid
Toggle General Features

Ctrl + G


Evolution
Go to date
Calendar/Task Components - Navigation

Ctrl + G


Claws Mail
Insert signature
Compose window

Ctrl + G


Siemens NX
Execute > Grip
File menu

Ctrl + G


QuickBooks Desktop
If you are in a register for an account, entering Ctrl + G will take you to the register for the "transfer" account associated with the line you have selected
Opening Windows/List

Ctrl + G


draw.io
Group
Canvas

Ctrl + G


Tibia
Log out and switch to another character of your account
Control Buttons

Ctrl + G


Google Keep Notes
Toggle between list and grid view
Actions

Ctrl + G


Quicken 2018
Go to date
Dates

Ctrl + G


Autodesk Stingray
Grid size
General level viewport

Ctrl + G


Evernote for Windows
Find Next
Note Editor

Ctrl + G


Adobe Bridge CC
Group as stacks
Stacks menu

Ctrl + G


Total War: Attila
Toggle locked group
Battles: Unit / group

Ctrl + G


PyCharm 2018.2
Navigate to any line in the current file by specifying its number.
Navigation in source code

Ctrl + G


Adobe Lightroom Classic
Group into stack
Comparing photos in the Library module

Ctrl + G


SQL Server Profiler
Go to line
Edit menu

Ctrl + G


Bash (Unix shell)
Leave history searching mode without running a command
Command history

Ctrl + G


Bluebeam Revu
Group markups
Markup & editing

Ctrl + G


Atom (Windows)
(Source: Go To Line) go-to-line:toggle
All shortcuts

Ctrl + G


ActivePresenter 7
Specified slide
View

Ctrl + G


Aegisub
Jump to frame or time
Default

Ctrl + G


Gravit Designer
Group selection
Modify

Ctrl + G


PaintShop Pro 2018
Paste as new vector selection
Shortcuts with Ctrl

Ctrl + G


PureSync
Global settings
Help

Ctrl + G


Adobe Animate CC (Windows)
Group
Edit and modify

Ctrl + G


CorelDRAW Graphics Suite 2018
Group
General

Ctrl + G


jEdit
Find next.
Search and replace

Ctrl + G


Adobe Dimension CC (Windows)
Group
Object menu

Ctrl + G


Kindle for PC
Go to Location
While Reading a Book

Ctrl + G


Roll20
Text tool
Tools

Ctrl + G


Metapad
Go to a line
File format

Ctrl + G


Microsoft Word 2016
Go to a page, bookmark, footnote, table, comment, graphic, or other location
Find, replace, and go to specific items

Ctrl + G


Microsoft Paint
Toggles grid lines
Powers of Ctrl

Ctrl + G


LightWave 3D
Move TCB
Layout: Modify

Ctrl + G


Microsoft FrontPage
Go to line.
Work with coding tools

Ctrl + G


Inkscape
Group selected objects
Object

Ctrl + G


Autodesk SketchBook (Windows)
Add Group
Tools

Ctrl + G


Adobe Premiere Pro (Windows)
Group
Clip

Ctrl + G


Corel Painter
Group
Layer selection tools

Ctrl + G


gedit
Find the next instance of the string
Search

Ctrl + G


Hatim 4
Go to the page or to any verse of any surah by writing it down
General

Ctrl + G


Nuke
Nest selected nodes in Group
Node graph

Ctrl + G


E-Sword
Go to Bookmark Editors only
General

Ctrl + G


Arch Linux
Abort search (restores original line)
Terminal: Readline

Ctrl + G


Komodo Edit
Goto line
General

Ctrl + G


Adobe XD (Windows)
Group
Object menu

Ctrl + G


CodeMirror
Find next
General (Windows)

Ctrl + G


Chromebook and Chrome OS
Go to the next match for your search
Page and web browser

Ctrl + G


WavePad
Select Specified Time
Move and Select Operations

Ctrl + G


Microsoft Visual Studio 2017 (Most used shortcuts)
Edit.GoTo
Edit

Ctrl + G


IntelliJ IDEA (macOS)
Select next occurence
Search and replace

Ctrl + G


AWS Cloud9 IDE (Windows)
Goto Line
Goto

Ctrl + G


Comodo IceDragon
Find Again
Search Options

Ctrl + G


NetBeans
Go to line
Navigating through source code

Ctrl + G


Ditto
Show the hierarchy of Groups in a treeview
General

Ctrl + G


Microsoft Visual Studio 2017 (All shortcuts)
QueryDesigner.GotoRow
View Designer

Ctrl + G


IntelliJ IDEA (Windows, Linux)
Go to line
Navigation

Ctrl + G


Brackets
Go to Line
General

Ctrl + G


Kdenlive
Group Clips
Editing

Ctrl + G


PSPad
Goto Line...
Search

Ctrl + G


GIMP
Gradients
Dialogs

Ctrl + G


Zim
Find next
General

Ctrl + G


WinHex
Go to page
Navigation

Ctrl + G


WordPerfect X8
Go to
General

Ctrl + G


REAPER
Item grouping: Select all items in groups
Section: Main

Ctrl + G


Adobe Photoshop CC
Generate or generate again
Result (Pattern Maker only)

Ctrl + G


Tekla Structures 20
Selection filter
General

Ctrl + G


Qt Creator
Lay out in a grid
Editing

Ctrl + G


NewsBin Pro
Download latest
Groups tab

Ctrl + G


FileMaker
Find the next occurrence of the specified data
Text

Ctrl + G


VMWare Workstation Pro
Grab input from the keyboard and mouse
General

Ctrl + G


KompoZer
Find Again
General

Ctrl + G


Git Tower (Windows)
Show / hide commit tree graph
Remote interactions & commit history

Ctrl + G


Freemind
Find next
Edit commands

Ctrl + G


Sublime Text
Goto line in current file
Navigation/Goto Anywhere

Ctrl + G


WhereIsIt?
Add new disk group
General

Ctrl + G


Sumatra PDF
Go to page
Navigation

Ctrl + G


WPS Office
Displays the Go To dialog box
General

Ctrl + G


Maxthon
Open the Collector
Others

Ctrl + G


Guitar Pro
Go to
Edit

Ctrl + G


Python IDLE for Windows
Repeat last search
Edit menu

Ctrl + G


The Bat!
Flag
Working with Messages

Ctrl + G


Tinkercad
Group objects
General

Ctrl + G


WinMerge
Go to difference or line
Comparing files

Ctrl + G


Visual Studio Code (Linux)
Go to line
Navigation

Ctrl + G


Visual Studio Code (Windows)
Go to line
Navigation

Ctrl + G


Blender
Vertex Groups menu
Editing mode

Ctrl + G


Microsoft Access 2016
Display the Immediate window in the Visual Basic Editor
Navigating and opening objects

Ctrl + G


IrfanView
Create grayscale image
Tools and dialogs

Ctrl + G


Firefox Quantum
Find again
Search

Ctrl + G


Chrome DevTools
Go to line
Sources panel

Ctrl + G


Microsoft Internet Explorer 11
View feeds
Favorites, history and feeds

Ctrl + G


SQL Server Management Studio (SSMS)
When in the results pane, moves focus to the tool strip docked at the bottom of the designer
Query Designer

Ctrl + G


CoffeeCup HTML Editor
Go to line number
Document

Ctrl + G


Notepad++
Launch GoToLine dialog
Edit menu

Ctrl + G