jEdit

Action bar

Display the action bar and give it keyboard focus.

Ctrl + ⤶ Enter

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


Xyplorer
Open Focused Item
File Menu

Ctrl + ⤶ Enter


Todoist
Submit comment
Todoist for Android – global shortcuts

Ctrl + ⤶ Enter


Affinity Photo
Convert to Curves
Vector-specific

Ctrl + ⤶ Enter


Webflow
Add class to selected element
Style panel

Ctrl + ⤶ Enter


Dropbox Paper
Post comment
Editing

Ctrl + ⤶ Enter


App Maker
Open the code-completion documentation. The code-completion window must be open
Code editor shortcuts

Ctrl + ⤶ Enter


RStudio
Run current line/selection
Source

Ctrl + ⤶ Enter


EasyWorship
Create a new slide or break a slide into two slides
Editor

Ctrl + ⤶ Enter


JS Bin
Run code and send live reload
Application level

Ctrl + ⤶ Enter


Google Chrome
Press this after typing site name to add www. and .com to a site name, and open it in the current tab
Address bar

Ctrl + ⤶ Enter


Gitter
Send message when in compose mode
Chat mode shortcuts

Ctrl + ⤶ Enter


ProtonMail
Send the message
General - Composer

Ctrl + ⤶ Enter


Jupyter Notebook
Run cell
Edit mode

Ctrl + ⤶ Enter


Claws Mail
Send
Compose window

Ctrl + ⤶ Enter


FastMail
Send
Compose

Ctrl + ⤶ Enter


draw.io
Duplicate
Canvas

Ctrl + ⤶ Enter


QuickBooks Desktop
Record
Maneuvering

Ctrl + ⤶ Enter


WorkZone Client
Perform a search
General

Ctrl + ⤶ Enter


Trello
Save text
General

Ctrl + ⤶ Enter


Google Keep Notes
Finish editing
Editor

Ctrl + ⤶ Enter


Asana
Complete Selected Task(s)
Task Actions

Ctrl + ⤶ Enter


Freshdesk
Send the content in the text editor
Ticket view

Ctrl + ⤶ Enter


Nimbus Screenshot (Chrome extension)
Send to Nimbus / Slack
General

Ctrl + ⤶ Enter


Remember the Milk
Save a task's note when editing it
Actions

Ctrl + ⤶ Enter


Ace Editor
Enter full screen
Other

Ctrl + ⤶ Enter


PyCharm 2018.2
In the editor: Intelligently split the current line into 2 lines, shifting quotes, etc. as necessary.
General

Ctrl + ⤶ Enter


Adobe Bridge CC
Compact mode
View menu

Ctrl + ⤶ Enter


Evernote for Windows
Open In a New Window
Note Editor

Ctrl + ⤶ Enter


Quicken 2018
Record a transaction
Register and Write Checks

Ctrl + ⤶ Enter


Adobe Illustrator
Apply a value and scale option proportionately for width or height
Transform panel

Ctrl + ⤶ Enter


Confluence
Publish page
Editor

Ctrl + ⤶ Enter


Adobe Lightroom Classic
Play impromptu slide show
Working in the Web module

Ctrl + ⤶ Enter


Wrike
Allows you to edit currently selected task's title on the List View
General

Ctrl + ⤶ Enter


JAWS
Jump to next table
Table layer

Ctrl + ⤶ Enter


Bluebeam Revu
Presentation
Viewing

Ctrl + ⤶ Enter


CorelDRAW Graphics Suite 2018
Bring up Property Bar
General

Ctrl + ⤶ Enter


Discord
Answer incoming call
General

Ctrl + ⤶ Enter


Logo Accounting
In receipts and invoices, go to one line below
General

Ctrl + ⤶ Enter


Twist
Post a comment/thread
Navigation (Web, Windows)

Ctrl + ⤶ Enter


Nuke
Run script in editor
Script editor

Ctrl + ⤶ Enter


Inkscape
enter group
Selector

Ctrl + ⤶ Enter


Atom (Windows)
(Source: GitHub) github:commit
All shortcuts

Ctrl + ⤶ Enter


SimpleMind
OK
General

Ctrl + ⤶ Enter


Reddit
Submit comment / post
Actions

Ctrl + ⤶ Enter


Microsoft FrontPage
Insert code snippet.
Work with coding tools

Ctrl + ⤶ Enter


PDF-XChange Editor
Run the script written in the console window
General

Ctrl + ⤶ Enter


Microsoft Word 2016
A page break
Insert special characters

Ctrl + ⤶ Enter


JSFiddle
Run the code
General

Ctrl + ⤶ Enter


Warcraft III
Activate message prompt to "Allies" only. Press Enter again to send message
Game commands

Ctrl + ⤶ Enter


E-Sword
Insert page break Editors only
General

Ctrl + ⤶ Enter


Chromebook and Chrome OS
Add www. and .com to your input in the address bar, then open the page
Page and web browser

Ctrl + ⤶ Enter


Microsoft Visual Studio 2017 (Most used shortcuts)
[Text Editor] Edit.LineOpenAbove
Edit

Ctrl + ⤶ Enter


Adobe XD (Windows)
Preview
Window menu

Ctrl + ⤶ Enter


IntelliJ IDEA (Windows, Linux)
View source
Navigation

Ctrl + ⤶ Enter


Kdenlive
Render
Editing

Ctrl + ⤶ Enter


Hearthstone
End turn
3rd party program: Hotkeys

Ctrl + ⤶ Enter


Comodo IceDragon
Complete .com Address
Miscellaneous

Ctrl + ⤶ Enter


LibreOffice Calc
To insert a manual line break in a cell, click in the cell, and then press Ctrl + Enter
General

Ctrl + ⤶ Enter


Brackets
Open Line Below
General

Ctrl + ⤶ Enter


LibreOffice Base
Inserts the selected control
Creating Basic dialogs

Ctrl + ⤶ Enter


LibreOffice Draw
Enters text mode if a text object is selected. If there are no text objects or if you have cycled through all of the text objects on the page, a new page is inserted
Shortcut keys specific to drawings

Ctrl + ⤶ Enter


LibreOffice Impress
Moves to the next text object on the slide
General

Ctrl + ⤶ Enter


Microsoft PowerPoint (Creating presentations)
Move to the next title or body text placeholder. If it is the last placeholder on a slide, this action inserts a new slide with the same slide layout as the original slide.
Move around in text

Ctrl + ⤶ Enter


LibreOffice Writer
Manual page break
General

Ctrl + ⤶ Enter


WriteMonkey
Insert line after
Editing

Ctrl + ⤶ Enter


Google Sheets (Android)
Fill range
Common actions

Ctrl + ⤶ Enter


LibreOffice
(at the Selection icon) Activates the first drawing object in the document.
Drawing objects

Ctrl + ⤶ Enter


Google Sheets
Fill range
Common actions

Ctrl + ⤶ Enter


MindMeister
Edit Caption
Select and edit

Ctrl + ⤶ Enter


Medium
Seperator
General

Ctrl + ⤶ Enter


Buffer
Reply, close and go to next
Composer

Ctrl + ⤶ Enter


Qt Creator
Insert line below current line
Editing

Ctrl + ⤶ Enter


Google+
Post automatically
Action keys

Ctrl + ⤶ Enter


Guitar Pro
Force line break
Bar - General

Ctrl + ⤶ Enter


Maple
Insert Page Break
Menu accelerators

Ctrl + ⤶ Enter


Basecamp
Send message
Editing

Ctrl + ⤶ Enter


WinNc
Inserts the selected filename on to the commandline
General

Ctrl + ⤶ Enter


Sublime Text
Insert line after
Editing

Ctrl + ⤶ Enter


Git Tower (Windows)
Confirm commit dialog
Working copy & local changes

Ctrl + ⤶ Enter


Multi Commander
Start a Search
File Search

Ctrl + ⤶ Enter


Freemind
Follow link
Node navigation commands

Ctrl + ⤶ Enter


The Bat!
Send message
Message Editor

Ctrl + ⤶ Enter


Delphi
Open file at cursor
General

Ctrl + ⤶ Enter


WPS Office
Fills the selected cell range with the current entry
General

Ctrl + ⤶ Enter


Maxthon
Toggle highlighting of search keywords on the active page
Search bar

Ctrl + ⤶ Enter


Visual Studio Code (Linux)
Insert line below
Basic editing

Ctrl + ⤶ Enter


Visual Studio Code (Windows)
Insert line below
Basic editing

Ctrl + ⤶ Enter


MediaMonkey
Play (selected tracks) after others
General

Ctrl + ⤶ Enter


Zimbra Web Client
Send
Quick reply (only in chat view)

Ctrl + ⤶ Enter


Microsoft Visual Studio 2017 (All shortcuts)
Edit.LineOpenAbove
Text Editor

Ctrl + ⤶ Enter


Microsoft Internet Explorer 11
Add www. to the beginning and .com to the end of text typed in the Address bar
Address bar

Ctrl + ⤶ Enter


Outlook.com
Send email
Compose

Ctrl + ⤶ Enter


Microsoft Access 2016
Insert a new line in a Short Text or Long Text field
Edit text or data: Enter data in a Datasheet or Form view

Ctrl + ⤶ Enter


Microsoft Excel 2016
fills the selected cell range with the current entry
Other useful shortcut keys

Ctrl + ⤶ Enter


GOM Player
Full stretch screen
Window size

Ctrl + ⤶ Enter


CoffeeCup HTML Editor
Paragraph
Format

Ctrl + ⤶ Enter


Everything
Open the path of the selected item
Result list

Ctrl + ⤶ Enter


Notepad++
Launch word completion ListBox
Edit menu

Ctrl + ⤶ Enter


Outlook 2016 and Outlook 2013
Send
Mail

Ctrl + ⤶ Enter


foobar2000
Properties
Predefined shortcuts

Ctrl + ⤶ Enter


MusicBee
Queue last
General

Ctrl + ⤶ Enter


Trillian
Create a new line
General

Ctrl + ⤶ Enter


Firefox Quantum
Complete .com address
Miscellaneous

Ctrl + ⤶ Enter


SQL Server Management Studio (SSMS)
Insert a blank line above the cursor
Text manipulation in code editor

Ctrl + ⤶ Enter


WinSCP
Insert names of selected files to command line
File panels

Ctrl + ⤶ Enter


Android Studio
Smart line split
Writing code

Ctrl + ⤶ Enter


Microsoft Groove
Select an item and enter selection mode
General

Ctrl + ⤶ Enter


Yahoo Mail
Send message
Compose

Ctrl + ⤶ Enter


Mozilla Thunderbird
Send message now
Writing messages

Ctrl + ⤶ Enter


PhotoScape
Start slideshow
Viewer

Ctrl + ⤶ Enter


Microsoft OneNote
Create a row below the current row in a table
Add items to a page

Ctrl + ⤶ Enter


Gmail
Send
Compose and chat

Ctrl + ⤶ Enter


Notepad2
New line with toggled auto indent option
Editing

Ctrl + ⤶ Enter


Opera
Autocomplete Web address, by default adds "www." and ".com"
Address bar keys

Ctrl + ⤶ Enter


Microsoft Edge
Add www. to the beginning and .com to the end of text typed in the address bar
General

Ctrl + ⤶ Enter


Twitter
Send the tweet you've just written
General

Ctrl + ⤶ Enter


HeidiSQL
Post
Data

Ctrl + ⤶ Enter


DBeaver 6.0.3
Open recent SQL editor for current connection (***). Opens last modified script or creates a new script
Database Navigator

Ctrl + ⤶ Enter


Scrivener 1.9.9
Play / Pause action
View

Ctrl + ⤶ Enter


Xactimate
Open Level Properties
Additional shortcut keys

Ctrl + ⤶ Enter