36
General Software Discussion / Re: Permanent clipboard / textblock catalogue
« on: January 30, 2022, 06:45 AM »
You could kind of also use mouser's FARR for that.
1. Create an alias with keyword value pairs in this format
1. Create an alias with keyword value pairs in this format
keyword | paste value
abc | paste 123
golf | paste don't forget to play golf
2. Set a regex pattern for the alias. For exampleabc | paste 123
golf | paste don't forget to play golf
^zz$
3. Set up a special hotkey in FARR to open FARR and trigger the alias (which then shows the list of keys). Under "Text for search edit box" add "zz" (the string that will trigger the alias).