guilryder / clavier-plus

Clavier+ keyboard shortcuts manager for Windows
https://gryder.org/software/clavier-plus/
GNU General Public License v3.0
326 stars 21 forks source link

Feature request: Replace text inside clipboard #39

Closed cser closed 11 months ago

cser commented 11 months ago

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".

guilryder commented 11 months ago

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.

cser commented 11 months ago

Okay