[Feature] Add Keyboard Shortcut for Instant Clipboard Replace
I use Instant Clipboard Replace ❤️ all the time. However, I'd really prefer not to have to use my mouse during this operation.
Here are several possible ways to implement this:
Easiest(?)
- Open the DevUtils to any tool that supports Instant Clipboard Replace
- Copy something in my other app
- Switch to DevUtils
- Press some keyboard sequence to trigger Instant Clipboard Replace
- Switch to my other app
- Paste new clipboard data
Cleanest
- Open the DevUtils to any tool that supports Instant Clipboard Replace
- Copy something in my other app
- Press some keyboard sequence to trigger Instant Clipboard Replace without needing to switch to DevUtils
- Paste new clipboard data
Any chance one of these features could be added?
Thanks for sending your suggestion!
I'm working on a new flow to trigger DevUtils tools that is much shorter:
- Copy your data to the clipboard.
- Press DevUtils' hotkey, which opens DevUtils and puts the focus on the "Quick Action" input.
- Search for the tool you want to use by typing the tool name
- Press Command-Enter (or Enter) and the new processed content will be replaced on the clipboard.
What do you think of this?
Thanks for responding!
That sounds good to me as long as Step 2 defaults to the last used tool and pressing enter does the action.
This is now available in version 1.14 🥳
Press Command+Shift+R while the tool is active will instantly trigger the replace clipboard feature.

Awesome! Thanks so much for adding this feature.
Glad it helps! I'll like to keep this page open (I only close invalid/duplicate issues) 😄