On Dec 05, 2015, at 15:04, Vlad Ghitulescu <[email protected]> wrote: > I’ve made a Keyboard Maestro - macro for only the above steps ______________________________________________________________________
Hey Vlad, Good idea. Those who don't have Keyboard Maestro can save an AppleScript to the scripts folder, and give it a keyboard shortcut in BBEdit's Menus & Shortcuts prefs. ---------------------------------------- tell application "BBEdit" set _text to contents of text of selection set findWindow to open find window tell findWindow to set text 1 to _text end tell tell application "System Events" to keystroke tab ---------------------------------------- -- Take Care, Chris -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <http://www.twitter.com/bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected].
