MiniPath

May 3, 2026 · View on GitHub

MiniPath is the lightweight file-browser companion to Notepad3, launched from inside Notepad3 with Ctrl+M. It is a fork of Florian Balmer's metapath, with cosmetic and 64-bit modernisation.

The bindings below are taken directly from minipath/src/MiniPath.rc (accelerator table). The in-app menus are the live source of truth — if a future build moves a binding, the menu shows the current key first.

Looking for the Notepad3 keyboard shortcuts? See ../KeyboardShortcuts.md.


File / folder navigation

ShortcutAction
EnterOpen the selected file in the existing target Notepad3 window
Shift+EnterOpen the selected file in a new Notepad3 window
Alt+EnterShow Properties of the selected object
BackspaceMove to the parent (upper) directory
Ctrl+BackspaceMove directly to the root directory
Alt+←History: go back to the previous directory
Alt+→History: go forward to the next directory
Alt+↑Move selection to the previous file in the current folder
Alt+↓Move selection to the next file in the current folder
Ctrl+DChange to another directory…
Alt+DCreate a new directory
Ctrl+GGoto path / URL…
Alt+GGoto the target of the selected shortcut (.lnk)
TabMove focus to the next control
Shift+TabMove focus to the previous control
EscExit (or minimise — configurable)

File operations

ShortcutAction
Ctrl+LLaunch the selected file with its associated application
Alt+L"Open with…" — pick another application for the selected file
Ctrl+FLaunch the configured target application without any file argument
Ctrl+RRun command dialog…
Ctrl+NCreate a new (empty) file in the current directory
Ctrl+SSave the selected file to a new location ("Save copy as")
Ctrl+KCreate a shortcut (.lnk) to the selected object
Ctrl+QOpen the selected file with the configured quickviewer
F2Rename the selected object
F5Refresh the directory listing
F6Copy / move the selected object to another location…
DelDelete the selected object (sends to the Recycle Bin)
Shift+DelDelete the selected object permanently (skips the Recycle Bin)
Ctrl+Shift+DelDelete the selected object without confirmation (and skip the Recycle Bin)

Sorting & filtering

ShortcutAction
Ctrl+1Sort files by Name
Ctrl+2Sort files by Size
Ctrl+3Sort files by Type
Ctrl+4Sort files by Date
Ctrl+5Toggle reverse sort order
Ctrl+MSet / change the file filter (e.g. *.txt;*.md)…
Ctrl+* (Ctrl+Num*)Reset filter to *.* (show everything)

Target window (Notepad3) & launching

The "target" is the Notepad3 window that MiniPath is feeding files to.

ShortcutAction
Ctrl+EToggle "activate target window" — whether opening a file pulls Notepad3 to the foreground
Ctrl+F12Setup MiniPath's target application (browse to the Notepad3 binary)…

Window position & appearance

ShortcutAction
Ctrl+PSnap MiniPath next to the target Notepad3 window
Ctrl+Shift+PMove window to MiniPath's default position
Ctrl+TToggle "always on top"
Ctrl+UToggle transparency mode
Alt+SToggle the status bar
Alt+TToggle the toolbar
Alt+UToggle the drive selection box
Alt+NOpen a new MiniPath window

Favorites

ShortcutAction
F11Jump to the Favorites folder
F9Edit (open in Explorer) the Favorites folder

Settings

ShortcutAction
F7Save settings now
Ctrl+F7Open the MiniPath INI file in the editor
Ctrl+HSave settings now (alternate binding)
F12Open MiniPath's program-settings dialog…

Help

ShortcutAction
F1About MiniPath…

Cheatsheet — function keys

KeyPlainCtrlAlt
F1About
F2Rename
F5Refresh
F6Copy/move
F7Save settingsOpen INI
F9Edit Favorites folder
F11Jump to Favorites
F12Program settingsSetup target app

See also

  • ../KeyboardShortcuts.md — Notepad3 keyboard shortcuts.
  • ../faq/FAQ.md — frequently asked questions (incl. integration of MiniPath as the file-browser plugin).
  • minipath/Readme.txt — MiniPath's bundled readme, including history and credits.