guilryder / clavier-plus

Clavier+ keyboard shortcuts manager for Windows

Home Page:https://gryder.org/software/clavier-plus/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: Replace text inside clipboard

cser opened this issue · comments

commented

There is a need to convert formulas from Mathcad to Word and back. It's possible with replacing text in buffer with several regular expressions. Calling external applications for this is very unreliable.
I.e. I want to add something like this to shortcut Ctrl+Shift+C:

[Ctrl+C][][Replace inside clipboard /\(@LABEL (.*?)\)/$1/g][Replace inside clipboard...

Please make command "Replace text inside clipboard with regex".

This feature looks independent from Clavier+. Write a script that modifies the contents of the clipboard using standard or external utilities. Then configure Clavier+ to call the script from a shortcut. It should be very reliable.

commented

Okay