-
Notifications
You must be signed in to change notification settings - Fork 10
Wrap Text Plugin
Zettt edited this page Jul 25, 2013
·
2 revisions
In the download is also a plugin included, which many macros use. It's called "Wrap Text". Install this folder in:
~/Library/Application Support/Keyboard Maestro/Keyboard Maestro Actions/
Relaunch the Editor and the Engine for changes to take effect.
This Wrap Text action is a generic Keyboard Maestro 6 Plugin that you can use to arbitrarily wrap text with characters of your choice.
This makes it painlessly easy to wrap text in, say, AppleScript comment style:
- WrapStart:
(*
- Text:
%CurrentClipboard%
- WrapEnd:
*)
Text is a token text field. You can use all your tokens and variables here.