EditPad Keyboard Shortcuts: Complete List for Windows (+ Free PDF)

EditPad keyboard shortcuts let you copy, cut, paste, select, and navigate text without ever reaching for the mouse. EditPad is a lightweight Windows text editor from Just Great Software, available as EditPad Lite (free) and EditPad Pro (paid), with a tabbed interface and deep customization. This guide lists every important EditPad shortcut, organized by category, and verified against the official EditPad manual. You can also download the full list as a free PDF.

What Is EditPad? (Lite vs Pro vs Online)

EditPad comes in more than one form, and the shortcut set differs slightly between them:

  • EditPad Lite – the free version for basic everyday text editing on Windows.
  • EditPad Pro – the paid version with regex search, macros, syntax coloring, and code-folding for programmers.
  • EditPad Classic – the older legacy edition.
  • EditPad Online (editpad.org) – a separate free browser-based notepad. It is not the same product and relies mostly on standard browser editing shortcuts (Ctrl + C, Ctrl + V, Ctrl + Z), not the full desktop list below.

The shortcuts in this guide apply to the EditPad desktop editor for Windows (Lite and Pro). Where a shortcut is Pro-only, it’s noted.

Most-Used EditPad Shortcuts

These are the shortcuts you’ll reach for every day.

ActionShortcut
CopyCtrl + C
CutCtrl + X
PasteCtrl + V
UndoCtrl + Z
RedoCtrl + Y
Select allCtrl + A
Duplicate blockCtrl + D
Delete lineCtrl + Alt + Y
Toggle insert / overwrite modeInsert
Go to previous editing positionShift + F5

Clipboard Shortcuts

EditPad goes beyond basic copy and paste with append and swap commands that are genuinely useful for collecting text from multiple places.

ActionShortcut
CutCtrl + X
Cut Append (add to clipboard)Shift + Ctrl + X
CopyCtrl + C
Copy Append (add to clipboard)Shift + Ctrl + C
PasteCtrl + V
Swap with ClipboardShift + Ctrl + V
Cut (alternative)Shift + Delete
Copy (alternative)Ctrl + Insert
Paste (alternative)Shift + Insert

Text Selection Shortcuts

EditPad uses a “block” model for selections, with dedicated commands to begin, end, and expand a selection.

ActionShortcut
Select allCtrl + A
Begin selectionShift + Ctrl + B
End selectionShift + Ctrl + E
Expand selectionShift + Ctrl + D
Go to beginning of blockCtrl + Alt + B
Go to end of blockCtrl + Alt + E
Extend selection with cursorShift + any navigation key
Rectangular (column) selectionAlt + Shift + navigation key
Select to start of documentShift + Ctrl + Home
Select to end of documentShift + Ctrl + End

Cursor & Navigation Shortcuts

Move around large files instantly without scrolling.

ActionShortcut
Jump to next word / end of lineCtrl + Right Arrow
Jump to previous word / start of lineCtrl + Left Arrow
Scroll one line / jump paragraphCtrl + Up or Down Arrow
Go to previous/next occurrence of word under cursorCtrl + Alt + Up or Down
Move up one screenPage Up
Move down one screenPage Down
Scroll one screen upCtrl + Page Up
Scroll one screen downCtrl + Page Down
Beginning of lineHome
End of lineEnd
Start of entire documentCtrl + Home
End of entire documentCtrl + End
Go to matching bracketCtrl + ]
Go to unmatched bracketShift + Ctrl + [
Select between matching bracketsCtrl + [

Line & Text Editing Shortcuts

ActionShortcut
Insert line breakEnter (or Shift + Enter)
Insert page breakCtrl + Enter
Delete character to the rightDelete
Delete to end of current wordCtrl + Delete
Delete to end of lineShift + Ctrl + Delete
Delete character to the leftBackspace
Delete to start of current wordCtrl + Backspace
Delete to start of lineShift + Ctrl + Backspace
Undo (alternative)Alt + Backspace
Redo (alternative)Alt + Shift + Backspace
Indent selectionTab
Unindent (outdent) selectionShift + Tab
Duplicate blockCtrl + D
Move blockCtrl + M
Delete lineCtrl + Alt + Y
Duplicate lineShift + Ctrl + Alt + Y
Insert matching bracketShift + Ctrl + ]
Toggle comment (Pro only)Ctrl + /

How to Customize EditPad Shortcuts

One of EditPad’s best features is that nearly every menu shortcut can be reassigned. Here’s how:

  1. Open Options → Preferences.
  2. Select the Keyboard tab.
  3. Choose the menu item you want to change from the list.
  4. Click the “shortcut key” box and press your desired key combination.
  5. If the combo is already in use, EditPad shows the conflict under “conflicts with.”
  6. Click OK to apply.

To remove a shortcut, click the “shortcut key” box and press Delete or Backspace. EditPad Pro even supports two-key shortcuts (press one combo, then another) for when you run out of single combinations. Note that only menu-based shortcuts are editable core editing shortcuts (like the cursor keys) are fixed.

EditPad Shortcuts PDF

Want a printable cheat sheet to keep on your desk? Download the complete EditPad keyboard shortcuts list as a free PDF.

⬇ Download EditPad Shortcuts PDF

Frequently Asked Questions

What is the shortcut to copy in EditPad?

The copy shortcut in EditPad is Ctrl + C. You can also use Ctrl + Insert as an alternative. To add to the existing clipboard contents instead of replacing them, use Copy Append (Shift + Ctrl + C).

Can you customize keyboard shortcuts in EditPad?

Yes. Any shortcut tied to a menu item can be changed under Options → Preferences → Keyboard. Core editing shortcuts that aren’t menu items cannot be changed. EditPad Pro also supports two-key shortcuts.

Does EditPad Online have keyboard shortcuts?

EditPad Online (editpad.org) is a browser-based notepad and mainly uses standard browser shortcuts like Ctrl + C, Ctrl + V, and Ctrl + Z. It does not include the full desktop command set such as Copy Append or block selection.

Is EditPad the same as EditPad Pro?

They’re from the same company (Just Great Software). EditPad Lite is the free desktop version; EditPad Pro is the paid version with regex, macros, syntax highlighting, and extra shortcuts like Toggle Comment (Ctrl + /).

How do I delete a whole line in EditPad?

Press Ctrl + Alt + Y to delete the current line. To duplicate a line instead, press Shift + Ctrl + Alt + Y.

Conclusion

EditPad’s strength is that it stays lightweight while still giving you the keyboard power of a serious editor clipboard append, block selection, bracket navigation, and fully customizable menu shortcuts. Learn the dozen most-used combos first (copy, cut, paste, undo, select all, delete line), then layer in the navigation and selection shortcuts as they become second nature.

READ NEXT:

Pratik

Pratik is the founder of Tutorial Tactic and a productivity tools specialist with 15 years of hands-on experience in Google Workspace, Microsoft Office, and software automation. He has published over 1,500 guides on keyboard shortcuts, software commands, how-to tutorials and workflow optimization, helping readers across the US and India work faster with the tools they use every day. Tutorial Tactic was founded in 2021 with one goal: cut through the noise and give readers exactly what they need fast, verified, and beginner-friendly.
Back to top button