Bound project window > key command to swap focus?

2010-02-09 Thread Morbus Iff


If I have an unbound project window (one in which the Editor pane is not 
open), then I can do the following to toggle between an Editor window 
and the Project window:


 * [If editor is focus]: Command + `, 

I am unable to find an equivalent if I have a *bound* project window 
(one in which the Editor pane is attached to the project). Is there one?


--
Morbus Iff ( i'm wearing footsie jammies here )
Technical: http://www.oreillynet.com/pub/au/779
Enjoy: http://www.disobey.com/ and http://www.videounderbelly.com/
aim: akaMorbus / skype: morbusiff / icq: 2927491 / jabber.org: morbus

--
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 bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
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 "supp...@barebones.com" rather than posting to the group.


Re: Bound project window > key command to swap focus?

2010-02-09 Thread Morbus Iff

If I have an unbound project window (one in which the Editor pane is not
open), then I can do the following to toggle between an Editor window
and the Project window:

   * [If editor is focus]: Command + `,

I am unable to find an equivalent if I have a *bound* project window
(one in which the Editor pane is attached to the project). Is there one?


After fiddling with this more, it doesn't look like I can get anything 
similar: bounded project panes don't seem to allow any sort of keyboard 
control - no arrow keys, no type-to-find, etc.


That's OK, really - this question was for an off-list friend ;)

--
Morbus Iff ( IGNORANCE IS BLISS, AND WE ARE BLISSED OFF )
Technical: http://www.oreillynet.com/pub/au/779
Enjoy: http://www.disobey.com/ and http://www.videounderbelly.com/
aim: akaMorbus / skype: morbusiff / icq: 2927491 / jabber.org: morbus

--
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 bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
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 "supp...@barebones.com" rather than posting to the group.


Re: Bound project window > key command to swap focus?

2010-02-09 Thread Jim Correia
On Feb 9, 2010, at 10:32 AM, Morbus Iff wrote:

> If I have an unbound project window (one in which the Editor pane is not 
> open), then I can do the following to toggle between an Editor window and the 
> Project window:
> 
> * [If editor is focus]: Command + `, 
> 
> I am unable to find an equivalent if I have a *bound* project window (one in 
> which the Editor pane is attached to the project). Is there one?

To move focus *out* of a text view, use Control-Tab (and make sure it isn’t 
bound to “Switch to Counterpart” - that was the old factory default.)

By default, the project list in project windows does not accept keyboard focus 
when the attached editor is visible. You can enable this with:

defaults write com.barebones.bbedit 
Projects:ProjectsListCanAcquireKeyboardFocus -bool YES

- Jim

-- 
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 bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
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 "supp...@barebones.com" rather than posting to the group.


Re: Bound project window > key command to swap focus?

2010-02-09 Thread Morbus Iff

To move focus *out* of a text view, use Control-Tab (and make sure it isn’t 
bound to “Switch to Counterpart” - that was the old factory default.)

By default, the project list in project windows does not accept keyboard focus 
when the attached editor is visible. You can enable this with:

defaults write com.barebones.bbedit 
Projects:ProjectsListCanAcquireKeyboardFocus -bool YES


Ah, that was the key! I had been Control-Tab'ing furiously and never saw 
any change - with the above tweak, it does exactly what I (he) wants 
(bounded), while replicating the same workflow I use (unbounded)


Thanks!

--
Morbus Iff ( accept no prostitutes )
Technical: http://www.oreillynet.com/pub/au/779
Enjoy: http://www.disobey.com/ and http://www.videounderbelly.com/
aim: akaMorbus / skype: morbusiff / icq: 2927491 / jabber.org: morbus

--
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 bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
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 "supp...@barebones.com" rather than posting to the group.