jEdit

Files

Go to previous buffer.

Ctrl + Page Up

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


Eclipse Helios (Windows)
Switch to next editor / switch to previous editor
Editor Window

Ctrl + Page Down / Ctrl + Page Up


Adobe Reader 9 (Linux)
Jump one page down / one page up
Navigation

Ctrl + Page Down / Ctrl + Page Up


Adobe Reader X (Windows)
Jump one page down / one page up
Navigation

Ctrl + Page Down / Ctrl + Page Up


Microsoft Word 2007 (Windows)
Move to the previous edit location.
Working with documents: Switch to another view

Ctrl + Page Up


Google Chrome (Windows)
Switch to the next tab
Manage Tabs

Ctrl + Tab / Ctrl + Page Up


Firefox (Linux)
Jump to previous browser tab
Navigation

Ctrl + Shift + Tab / Ctrl + Page Up


Firefox (Windows)
Jump to previous browser tab
Navigation

Ctrl + Shift + Tab / Ctrl + Page Up


Microsoft OneNote 2010 (Windows)
Go to the next / previous page in the section.
Managing Pages, Notebooks and Sections

ctrl + page down / ctrl + page up


SharpDevelop 4.0 (Windows)
Toggle mode between editor / designer mode
Standard Editor Shortcuts

Ctrl + Page Up / Ctrl + Page Down


Inpage (Windows)
To go one screen left
For Page Movement

Ctrl + Page Up


SharpDevelop 4.0 (Windows)
Toggle mode between editor mode and designer mode
Manage Windows

Ctrl + Page Up / Ctrl + Page Down


Access 2010 (Windows)
Move right one screen / left one screen
Manage Access Features - Navigate in Datasheet, Subdatasheet, and Form View

Ctrl + Page Down / Ctrl + Page Up


Microsoft Word 2007 (Windows)
To the top of the previous page
Edit and move text and graphics: Move through your document

Ctrl + Page Up


Microsoft PowerPoint 2003 (Windows)
Switch to the previous tab in a dialog box
40 Shortcuts for Microsoft PowerPoint 2003 (Windows)

Ctrl + Shift + Tab / Ctrl + Page Up


Total Commander 8 (Windows)
Change to parent directory (cd ..) , or Backspace
Main Shortcuts

Ctrl + Page up


Open Office Impress (Linux)
Go to the previous slide.
Slide Shows

Ctrl + Page Up


Tekla Structures 14.0 (Windows)
Open next drawing / open previous drawing
Drawing shortcuts

Ctrl + Page Down / Ctrl + Page Up


Microsoft Excel 2011 (MacOS)
Move to the first record
Data forms

Ctrl + Page Up


Access 2010 (Windows)
Move right one screen / left one screen
Working with Text and Data - Navigate in Datasheet, Subdatasheet, and Form View

Ctrl + Page Down / Ctrl + Page Up


AutoCAD 2012 (Windows)
Switch to next tab / switch to previous tab in current drawing
Manage Drawings

Ctrl + Page Up / Page Down


CATIA V5 (Windows)
Zoom in / zoom out the model or tree whichever is active
38 Shortcuts for CATIA V5 (Windows)

Ctrl + Page Up / Ctrl + Page Down


HoneyView 5.03 (Windows)
previous 10 images / nexst 10 images
Main Shortcuts

Ctrl + Page Up / Ctrl + Page Down


Adobe Reader X (Linux)
Jump one page down / one page up
Navigation

Ctrl + Page Down / Ctrl + Page Up


NetBeans 8 (Windows)
Switch between open documents by order of tabs
Opening and Toggling between Views

Ctrl + Page Up / Page Down


Virtual DJ (Windows)
Crossfader 0
All Shortcuts

Ctrl + Page Up


Access 2010 (Windows)
Move right one screen / left one screen
Working with Access Views - Navigate in Datasheet, Subdatasheet, and Form View

Ctrl + Page Down / Ctrl + Page Up


Adobe Acrobat Pro (Windows)
Previous page
Navigation - Navigating a PDF

Arrow Left / Ctrl + Page Up


Linux Mint (Linux)
Next / previous tab
File Manager (Nemo) - Manage Tabs

Ctrl + Page Up / Page Down


Microsoft Excel 2013 (Windows)
Move to the first record
Data Forms

Ctrl + Page Up


Microsoft Excel 2010 (Windows)
Move to the next / previous worksheet in current workbook.
Manage Multipe Worksheets

Ctrl + Page Down / Ctrl + Page Up


Microsoft Excel 2010 (Windows)
Move to the first record.
Data Forms

Ctrl + Page Up


Access 2010 (Windows)
Move right one screen / left one screen
The Rest - Navigate in Datasheet, Subdatasheet, and Form View

Ctrl + Page Down / Ctrl + Page Up


Microsoft Excel 2016 (Windows)
Move to the first record
Select Cells - Data Forms

Ctrl + Page Up


Microsoft Excel 2016 (Windows)
Move to the first record
Format Cells - Data Forms

Ctrl + Page Up


FileMaker Pro (Windows)
Scroll the document to the left / to the right
Navigation and Window Display

Ctrl + Page Up / Ctrl + Page Down


Adobe After Effects CC (Windows)
Move earlier or later by number of Frames specified for stroke Duration
Paint Tools

Ctrl + Page Up / Page Down


Microsoft Excel 2016 (Windows)
Move to the first record
Formulas - Data Forms

Ctrl + Page Up


Dynamics NAV 2015 (Windows)
Display previous Document or card in a list
Documentaion

Ctrl + Page Up


Microsoft Excel 2016 (Windows)
Move to the first record
Manage Workbooks - Data Forms

Ctrl + Page Up


AutoCAD 2016 (Windows)
Moves to the previous layout
General

Ctrl + PAGE UP


AutoCad Architecture 2017 (Windows)
Moves the cursor to the top of the currently visiblepage of text
Text Editing

Ctrl + Page up


Microsoft Excel 2016 (Windows)
Move to the first record
Excel Auto Tables and Data Forms - Data Forms

Ctrl + Page Up


FileZilla (Windows)
Switch to next/previous tab
28 Shortcuts for FileZilla (Windows)

Ctrl + Page up / Page Down


Corel Draw X8 (Windows)
Forward one
Object Ordering

Ctrl + Page up


Microsoft Word 2016 (MacOS)
Move to the first cell in the column
Move around in a table

Ctrl + Page Up


Houdini (Windows)
Previous pane tab
Main Menu

Ctrl + Page up


Corel Draw X8 (Windows)
Cursor to start of text
Cursor Moves Using Text Tool

Ctrl + Page up


Soundforge (Windows)
Move 100% of the current view prior to the cursor position
Cursor Movements

Ctrl + Page Up


Quickbooks Desktop (Windows)
First item on list / last item on list (or first/previous month in register)
General Editing

Ctrl + Page Up / Ctrl + Page Down


Vivaldi
Previous tab (by order)
Tab

Ctrl + Page Up


CodeLite 10 (Windows)
Goto previous function
Search

Ctrl + Page Up


CuteFTP (Windows)
Upload
General

Ctrl + Page Up


Inkscape (Windows)
In a multi-tab dialog, switch tabs
Dialog

Ctrl + Page Up / Ctrl + Page Down


Browser tab management
Go to previous tab
KDE / GNOME

Ctrl + Page Up


LDCad
2: While inserting/moving parts it will rotate the 'floating' parts 45 degrees around the screens depth axis
Editor

Ctrl + Page Up / Down


Altium Designer (Windows)
Zoom-in to 400%
PCB Editor Only Shortcuts

Ctrl + Page Up


Google Chrome
Jump to the previous open tab
Tab and window shortcuts

Ctrl + Page Up


Altium Designer (Windows)
Move cursor to top of window
Common Shortcuts

Ctrl + Page Up


Ableton Live 10
Scroll Editor Horizontally
Clip View MIDI Editor

Ctrl + Page Up / Down


Lacerte
Move to the next input section on the screen
Interactive Detail Input

Ctrl + Page Up / Down


AutoCAD
Switch to previous tab in current drawing
Manage Drawings

Ctrl + Page Up


Shotcut
Backward 5 Seconds
Player

Ctrl + Page Up


QuickBooks Desktop
Move to the first item a list or register
Maneuvering

Ctrl + Page Up


PyCharm 2018.2
Move the caret up to the page top.
Basic editing

Ctrl + Page Up


Telegram
Move to previous chat
General

Ctrl + Page Up


Quicken 2018
First day of month
Moving around in windows and fields

Ctrl + Page Up


Atom (Windows)
pane:show-previous-item
All shortcuts

Ctrl + Page Up


ActivePresenter 7
Arrange: Order forward
Text

Ctrl + Page Up


CorelDRAW Graphics Suite 2018
Forward One
General

Ctrl + Page Up


Logo Accounting
Navigate between tabs in receipts
General

Ctrl + Page Up / Down


Nuance Power PDF
Scroll to top of previous page
Page

Ctrl + Page Up


Inkscape
In a multi-tab dialog, switch tabs
Toggle visibility

Ctrl + Page Up


Virtual DJ 2018
Crossfader 100%
General

Ctrl + Page Up


Microsoft FrontPage
Move between Code, Design, Split, and Preview views.
Access and use views

Ctrl + Page Up


Microsoft Word 2016
To the top of the previous page
Move around in a document

Ctrl + Page Up


Microsoft Paint
Zoom in
Powers of Ctrl

Ctrl + Page Up


Comodo IceDragon
Previous Tab
Windows and Tabs

Ctrl + Page Up


NetBeans
Switch between open documents by order of tabs
Opening and toggling between views

Ctrl + Page Up


LibreOffice Impress
Go to the previous slide
Slide shows

Ctrl + Page Up


Microsoft PowerPoint (Slideshows)
Scroll up one screenful in the Notes pane
Maneuver in Presenter View during a presentation

Ctrl + Page Up


LibreOffice Base
Jumps between tabs
Creating Basic dialogs

Ctrl + Page Up


LibreOffice Calc
In the print preview: Moves to the previous print page
Navigating

Ctrl + Page Up


LibreOffice Draw
Switch to previous layer
Shortcut keys specific to drawings

Ctrl + Page Up


LibreOffice Writer
Switch cursor between text and header
General

Ctrl + Page Up


Maple
Move backward through multiple open worksheet and document tabs in a Maple window
General

Ctrl + Page Up


LibreOffice
Moves pointer to the first row
Selecting rows and columns in a database table

Ctrl + Page Up


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

Ctrl + Page Up


Tekla Structures 20
Open previous drawing
Drawing

Ctrl + Page Up


NewsBin Pro
Move to top
Download tab

Ctrl + Page Up


Midnight Commander
move to the parent directory
File panel actions

Ctrl + Page Up


KompoZer
Switch to Previous Tab (when using Tabbed Browsing with more than one tab)
General

Ctrl + Page Up


Sublime Text
Cycle up through tabs
Tabs

Ctrl + Page Up


Lightworks
Go to first row in Bin
General

Ctrl + Page Up


Vuze
ab to the left or right (doesn't work to get out of sub-tabs like in statistics)
General

Ctrl + Page Up


Eclipse
Switch to next editor
Editor

Ctrl + Page Up


WPS Office
Switches between worksheet tabs, from left-to-right
General

Ctrl + Page Up


REAPER
View: Zoom time selection
Section: Main

Ctrl + Page Up


FileZilla
Switch to next tab
Advanced

Ctrl + Page Up


Delphi
Moves to the top of a screen
General

Ctrl + Page Up


Microsoft Excel 2016
Switches between worksheet tabs, from left-to-right
CTRL combination shortcut keys

Ctrl + Page Up


SQL Server Management Studio (SSMS)
Moves to the previous tab in the document
Cursor movement

Ctrl + Page Up


Notepad++
Next document
File menu

Ctrl + Page Up


Microsoft Access 2016
Move to the current field in the previous record
Form view: Navigate between fields and records

Ctrl + Page Up


Firefox Quantum
Previous tab
Windows and tabs

Ctrl + Page Up


Everything
Navigate item focus
Result list

Ctrl + Page Up


Opera
Move one screen-full to the left
Movement

Ctrl + Page Up


Adobe Acrobat Reader DC
Jump one page up
Navigation

Ctrl + Page Up


Mozilla Thunderbird
Previous tab
Controlling Thunderbird windows and tabs

Ctrl + Page Up


Adobe Acrobat 2017 (Windows and Unix)
Previous page
Navigating PDF

Ctrl + Page Up


Notepad2
Goto previous block
Editing

Ctrl + Page Up


Wordpad
Move up one page
General

Ctrl + Page Up


Microsoft OneNote
Go to the previous page in the section
Work with notebooks and sections

Ctrl + Page Up


Adobe Reader 9 (Windows)
Jump one page down / one page up
Navigation

Ctrl + Page Down / Ctrl + Page Up


IrfanView 4.42 (Windows)
Next / previous page in a multipage image (e.g. a scan)
Browsing

Ctrl + Page Up / Page Down


Google Spreadsheets (Web Application)
Move to next / move to previousworksheet
Movement within worksheets

Ctrl + Page Down / Ctrl + Page Up


Microsoft Excel 2007 (Windows)
Moves to the previous sheet in a workbook.
Navigating in Worksheets and Selecting Cells

Ctrl + Page Up


Open Office Writer 3 (Windows)
Switch cursor between text and header
General OpenOffice Writer Shortcuts

Ctrl + Page Up


Open Office Impress (Windows)
Go to the previous slide.
Slide Shows

Ctrl + Page Up


Tupi (Windows)
Delete current frame
Animation Module

Ctrl + Page Up


Adobe After Effects CS5 (Windows)
Move to earlier / move to later by number of frames specified for stroke Duration (alternatively use 1/2)
Paint Tools

Ctrl + Page Up / Page Down


Microsoft Word 2010 (Windows)
Move to next / move to previous browser object as set in Browse Options
Navigate within Documents

Ctrl + Page Down / Ctrl + Page Up


Xactimate
Go to Previous Level
Additional shortcut keys

Ctrl + Page Up