[EMAIL PROTECTED] (Charles Shannon Hendrix) writes:

> One thing I liked was the ability to circulate through current windows
> with ALT-TAB (or whatever).

I do this with the arrow keys and holding down the Control key. I used
this:

  ### Move around focus on current workspace with C-left and C-right.

  WindowRing
  WarpRingOnScreen

  "Left" = control : all : f.warpring "prev"
  "Right" = control : all: f.warpring "next"

However, I note that this doesn't work with ClickToFocus. As you say,
it moves the cursor, but not the focus. It does move the focus if you
use SloppyFocus.

Reply via email to