EXCELLENT. Just what I was after. Thank you. On Nov 7, 7:21 pm, Christopher Stone <[email protected]> wrote: > On Nov 07, 2011, at 17:25, Eric Mueller wrote:> Is there a keyboard shortcut > to flip between open documents? > > ______________________________________________________________________ > > Hey Eric, > > Sure. Cmd-Opt-[ and Cmd-Opt-] > > You can alter the order from serial to last used with an expert pref. > > You can also access the navigation menu in the navigation bar via keyboard > shortcut. > > There's no way to access a most used item, however you could create one or > more Applescripts to access specific files with a keyboard shortcut. > > try > > set theFile to alias "Thor:Users:chris:.curl_config" > > tell application "BBEdit" > open theFile opening in front project window > end tell > > on error errMsg number errNum > set sep to "------------------------------------------" > set e to sep & return & "Error: " & errMsg & return & sep & return ¬ > & "Error Number: " & errNum & return & sep > beep > display dialog e > end try > > It would be easy to set up a means to save a reference for the active > document to a file and then use a script to bring it to the front - allowing > you to change your favorite on the fly. > > -- > Best Regards, > Chris
-- You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at <http://groups.google.com/group/bbedit?hl=en> 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>
