I am still confused about how some functions that I define to emulate
the old Focus function (which also Raised) cause focus to
automatically shift back to under the mouse, but others don't.

Anyhow, here is an improvement on what I last posted, and it still
behaves the way the old Focus did.

>From the tail of my ~/.fvwm2/post.hook:

  # The Focus command no longer raises the window automatically.
  # Here is a function that emulates the old Focus behavior.
  DestroyFunc focus-and-raise
  AddToFunc   focus-and-raise "I" Focus
  +                           "I" Raise

  # And here are the new bindings.
  Key Tab         A       M       Next [CurrentDesk !iconic] focus-and-raise
  Key Tab         A       MS      Prev [CurrentDesk !iconic] focus-and-raise

Kirk Hilliard


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .

Reply via email to