jEdit

Search and replace

Find next.

Ctrl + G

All hotkeys for jEdit

Files
New file.

Ctrl + N

Files
Open file.

Ctrl + O

Files
Close buffer.

Ctrl + W

Files
Close all buffers.

Ctrl + E then Ctrl + W

Files
Save buffer.

Ctrl + S

Files
Save all buffers.

Ctrl + E then Ctrl + S

Files
Print buffer.

Ctrl + P

Files
Go to previous buffer.

Ctrl + Page Up

Files
Go to next buffer.

Ctrl + Page Down

Files
Go to recent buffer.

Ctrl + `

Files
Show buffer switcher.

Alt + `

Files
Exit jEdit.

Ctrl + Q

Views
Turn gutter (line numbering) on and off.

Ctrl + E then Ctrl + T

Views
Remove split containing current text area only.

Ctrl + 0

Views
Remove all splits.

Ctrl + 1

Views
Split view horizontally.

Ctrl + 2

Views
Split view vertically.

Ctrl + 3

Views
Send keyboard focus to previous text area.

Alt + Page Up

Views
Send keyboard focus to next text area.

Alt + Page Down

Views
Send keyboard focus to top; bottom; left; right docking area.

Ctrl + E then ← ↑ → ↓

Views
Close currently focused docking area.

Ctrl + E then Ctrl + `

Action bar
Display the action bar and give it keyboard focus.

Ctrl + ⤶ Enter

Action bar
Repeat last editor action.

Ctrl + Space

Moving the caret
Move caret one character or line.

← ↑ → ↓

Moving the caret
Move caret one word or paragraph.

Ctrl + ← ↑ → ↓

Moving the caret
Move caret one screenful.

Page Up / Down

Moving the caret
First non-whitespace character of line, beginning of line, first visible line (repeated presses).

Home

Moving the caret
Last non-whitespace character of line, end of line, last visible line (repeated presses).

End

Moving the caret
Beginning of buffer.

Ctrl + Home

Moving the caret
End of buffer.

Ctrl + End

Moving the caret
Go to matching bracket.

Ctrl + ]

Moving the caret
Go to previous bracket.

Ctrl + E

Source code editing
Expand abbreviation.

Ctrl + ;

Moving the caret
Go to line.

Ctrl + L

Selecting text
Extend selection by one character or line.

↑   Shift + ← ↑ → ↓

Selecting text
Extend selection by one word or paragraph.

Ctrl + ↑   Shift + ← ↑ → ↓

Selecting text
Extend selection by one screenful.

Shift + Page Up

Selecting text
Extend selection by one screenful.

Shift + Page Down

Selecting text
Extend selection to first non-whitespace character of line, beginning of line, first visible line (repeated presses).

↑   Shift + Home

Selecting text
Extend selection to last non-whitespace character of line, end of line, last visible line (repeated presses).

↑   Shift + End

Selecting text
Extend selection to beginning of buffer.

Ctrl + ↑   Shift + Home

Selecting text
Extend selection to end of buffer.

Ctrl + ↑   Shift + End

Selecting text
Select code block.

Ctrl + [

Selecting text
Select word; line; paragraph.

Ctrl + E then W

Selecting text
Select line

Ctrl + E then L

Selecting text
Select paragraph

Ctrl + E then P

Selecting text
Select line range.

Ctrl + E Ctrl + L

Selecting text
Select all.

Ctrl + A

Selecting text
Select none.

Esc

Selecting text
Switch between range and rectangular selection mode.

Alt + \

Selecting text
Switch between single and multiple selection mode.

Ctrl + \

Selecting text
Invert selection.

Ctrl + E then I

Scrolling
Ensure current line is visible, and send focus to the text area.

Ctrl + E then Ctrl + J

Scrolling
Center caret on screen.

Ctrl + E then Ctrl + N

Scrolling
Scroll up one line.

Ctrl + '

Scrolling
Scroll down one line.

Ctrl + /

Scrolling
Scroll up; down one page.

Alt + '

Scrolling
Scroll down one page.

Alt + /

Text editing
Undo.

Ctrl + Z

Text editing
Redo.

Ctrl + E then Ctrl + Z

Text editing
Delete character before caret

⬅ Backspace

Text editing
Delete character after caret

Del

Text editing
Delete word before caret

Ctrl + ⬅ Backspace

Text editing
Delete word after caret

Ctrl + Del

Text editing
Delete line

Ctrl + D

Text editing
Delete paragraph

Ctrl + E then D

Text editing
Delete from caret to beginning; end of line.

Ctrl + ↑   Shift + ⬅ Backspace

Text editing
Delete from caret to end of line.

Ctrl + ↑   Shift + Del

Text editing
Remove trailing whitespace from the current line (or all selected lines).

Ctrl + E then R

Text editing
Join lines.

Ctrl + J

Text editing
Complete word.

Ctrl + B

Text editing
Format paragraph (or selection).

Ctrl + E then F

Clipboard and registers
Cut selected text to clipboard.

Ctrl + X

Clipboard and registers
Cut selected text to clipboard.

↑   Shift + Del

Clipboard and registers
Copy selected text to clipboard.

Ctrl + C

Clipboard and registers
Copy selected text to clipboard.

Ctrl + Insert

Clipboard and registers
Append selected text to clipboard, removing it from the buffer.

Ctrl + E then Ctrl + U

Clipboard and registers
Append selected text to clipboard, leaving it in the buffer.

Ctrl + E then Ctrl + A

Clipboard and registers
Paste clipboard contents.

Ctrl + V

Clipboard and registers
Paste clipboard contents.

↑   Shift + Insert

Clipboard and registers
Vertically paste clipboard contents.

Ctrl + E then Ctrl + P

Clipboard and registers
(press key afterwards) Cut selected text to register key.

Ctrl + R then Ctrl + X

Clipboard and registers
(press key afterwards) Copy selected text to register key.

Ctrl + R then Ctrl + C

Clipboard and registers
(press key afterwards) Append selected text to register key, removing it from the buffer.

Ctrl + R then Ctrl + U

Clipboard and registers
(press key afterwards) Append selected text to register key, leaving it in the buffer.

Ctrl + R then Ctrl + A

Clipboard and registers
(press key afterwards) Paste contents of register key.

Ctrl + R then Ctrl + V

Clipboard and registers
(press key afterwards) Vertically paste contents of register key.

Ctrl + R then Ctrl + P

Clipboard and registers
Paste previous.

Ctrl + E then Ctrl + V

Clipboard and registers
Paste deleted.

Ctrl + E then Ctrl + Y

Markers
If current line doesn't contain a marker, one will be added. Otherwise, the existing marker will be removed. Use the Markers menu to return to markers added in this manner.

Ctrl + E Ctrl + M

Markers
Add marker with shortcut key.

Ctrl + T

Markers
Go to marker with shortcut key.

Ctrl + Y

Markers
Select to marker with shortcut key.

Ctrl + U

Markers
Go to marker with shortcut key, and move the marker to the previous caret position.

Ctrl + K

Markers
Move caret to previous marker.

Ctrl + E then Ctrl + ,

Markers
Move caret to next marker.

Ctrl + E then Ctrl + .

Search and replace
Open search and replace dialog box.

Ctrl + F

Search and replace
Find next.

Ctrl + G

Search and replace
Find previous.

Ctrl + H

Search and replace
Search in open buffers.

Ctrl + E then Ctrl + B

Search and replace
Search in directory.

Ctrl + E then Ctrl + D

Search and replace
Replace in selection.

Ctrl + E then Ctrl + R

Search and replace
Replace in selection and find next.

Ctrl + E then Ctrl + G

Search and replace
Incremental search bar.

Ctrl + ,

Search and replace
HyperSearch bar.

Alt + ,

Search and replace
Incremental search for word under the caret.

Ctrl + .

Search and replace
HyperSearch for word under the caret.

Alt + .

Search and replace
Toggle ignore case.

Ctrl + E then Ctrl + I

Search and replace
Toggle regular expressions.

Ctrl + E then Ctrl + X

Source code editing
Shift current line (or all selected lines) left; right.

Alt + ←  →

Source code editing
Shift selected lines left; right. Note that pressing TAB with no selection active will insert a tab character at the caret position.

↑   Shift + ⭾ Tab

Source code editing
Shift selected lines left; right. Note that pressing TAB with no selection active will insert a tab character at the caret position.

⭾ Tab

Source code editing
Indent current line (or all selected lines).

Ctrl + I

Source code editing
Range comment selection.

Ctrl + E then Ctrl + C

Source code editing
Line comment selection.

Ctrl + E then Ctrl + K

Folding and narrowing
Collapse fold containing caret.

Alt + ⬅ Backspace

Folding and narrowing
Expand fold containing caret one level only.

Alt + ⤶ Enter

Folding and narrowing
Expand fold containing caret fully.

Alt + ↑   Shift + ⤶ Enter

Folding and narrowing
Expand all folds.

Ctrl + E then X

Folding and narrowing
Add explicit fold.

Ctrl + E then A

Folding and narrowing
Select fold.

Ctrl + E then S

Folding and narrowing
Expand folds with level less than key, collapse all others.

Ctrl + E then ⤶ Enter

Folding and narrowing
Narrow to fold.

Ctrl + E then N then N

Folding and narrowing
Narrow to selection.

Ctrl + E then N then S

Folding and narrowing
Moves caret to previous; next fold.

Alt + ↑  ↓

Folding and narrowing
Moves caret to the parent fold of the one containing the caret.

Ctrl + E then U

Macros
Record macro.

Ctrl + M then Ctrl + R

Macros
Record temporary macro.

Ctrl + M then Ctrl + M

Macros
Stop recording.

Ctrl + M then Ctrl + S

Macros
Run temporary macro.

Ctrl + M then Ctrl + P

Alternative shortcuts
Move caret to previous character.

Alt + J

Alternative shortcuts
Move caret to next character.

Alt + L

Alternative shortcuts
Move caret up one line

Alt + I

Alternative shortcuts
Move caret down one line

Alt + K

Alternative shortcuts
Move caret up one screenful

Alt + Q

Alternative shortcuts
Move caret down one screenful

Alt + A

Alternative shortcuts
First non-whitespace character of line, beginning of line, first visible line (repeated presses).

Alt + Z

Alternative shortcuts
Last non-whitespace character of line, end of line, last visible line (repeated presses).

Alt + X

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


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


GNU Emacs
Abort command
The minibuffer

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