Shortcuts
MonkeyPaste ignores the difference between left or right modkeys and num pad or home row number keys. They are all considered the same key.
Managing Shortcutsβ
All available shortcuts can be found in the Settings->Shortcuts menu.
Changing a Shortcutβ
You can change the keys for a shortcut by hovering over the keys and clicking the button.
Global Routing Typesβ
What are Routing Types?β
Routing Type is a term used loosely in MonkeyPaste to describe how and when keyboard input is delivered to the active application from the opearting system.
Type | Description |
---|---|
Passive | All shortcuts are passed through to active application. |
Pre | The shortcut will be executed before the active application receives it so an active application shortcut can happen after. |
Post | The shortcut will be executed after the active application receives it so an active application shortcut can happen before. |
Override | The last key of the shortcut will be suppressed from input to the active application so it will be unknown to the active application. |
Exclusive Override | (Experimental) This is a special type of override mode designed for the locking keys (Num Lock, Caps Lock and Scroll Lock). It only allows one key (non-modifier) for its assignment but will be executed anytime no matter what other keys are down. This prevents the lock key from getting stuck in its lock state. |
Global shortcut support on Linux is limited to Passive-mode.
To ensure your global shortcut doesn't conflict with some other applications shortcut, set the Routing Type to Override. Also it helps to make it one you don't use in other applications then if it does conflict with one somewhere, it won't really matter since you don't use it anyways!
Sequences are a series of key strokes instead of just one combination to trigger a shortcut. Initially MonkeyPaste was designed to allow sequences but there's serious complexities that arise when also trying to support Override routing...it becomes crazy!
So to keep the system stable I needed to pick one or the other and decided there's more advantages to Override since you likely won't have that many global shortcuts to deal with and it ensures they'll 'always' work.
Referenceβ
Editor (read-only)β
Name | Shortcut |
---|---|
Shift Line Up | Alt Up |
Shift Line Down | Alt Down |
Duplicate Selection | Control D |
Applicationβ
Name | Shortcut |
---|---|
Assign Shortcut | Control I |
Clear Pin Tray | Control Shift W |
Copy Selection | Control C |
Cut Selection | Control X |
Decrease Focus | Esc |
Delete Selected Items | Delete |
Duplicate | Control D |
Exit Application | Control Q |
Find And Replace Selected Item | Control H |
Force Minimize Main Window | Control Escape |
Increase Focus | Space |
Next Page | PageDown |
Open Help | F1 |
Open In Window | Control O |
Orient Main Window Bottom | Control Down |
Orient Main Window Left | Control Left |
Orient Main Window Right | Control Right |
Orient Main Window Top | Control Up |
Paste Selection | Control V |
Paste To External | Control Enter |
Permanently Delete | Control Delete |
Previous Page | PageUp |
Redo | Control Y |
Rename | F2 |
Reset Selection Zoom | Control 0 |
Scroll To End | End |
Scroll To Home | Home |
Select Next Column Item | Right |
Select Next Row Item | Down |
Select Previous Column Item | Left |
Select Previous Row Item | Up |
Show Settings | Control , |
Toggle Append Manual Mode | Control G |
Toggle Content Read Only | Control E |
Toggle Filter Menu Visible | Control K |
Toggle Main Window Locked | Control L |
Toggle Pinned | Control P |
Undo | Control Z |
Window Size Down | Control Shift Down |
Window Size Left | Control Shift Left |
Window Size Right | Control Shift Right |
Window Size Up | Control Shift Up |
Zoom In On Selection | Control = |
Zoom Out On Selection | Control - |
Globalβ
Name | Shortcut |
---|---|
Manually Add From Clipboard | Control Shift F9 |
Toggle Append Insert Mode | Control Shift F6 |
Toggle Append Line Mode | Control Shift F5 |
Toggle Append Paused | Control Shift F8 |
Toggle Append Pre Mode | Control Shift F7 |
Toggle Auto Copy Mode | Control Shift F2 |
Toggle Listen To Clipboard | Control Shift F1 |
Toggle Main Window | Control F1 |
Toggle Right Click Paste Mode | Control Shift F3 |