Re: FVWM: mouse binding only works in FvwmConsole

2008-02-03 Thread Thomas Adam
Hello --

On 03/02/2008, Phil Carter [EMAIL PROTECTED] wrote:
 I'm trying to get the following mouse binding to work:
 Mouse 1  A Delete

 When I type it into FvwmConsole, it works. When I put it in my config
 file and restart FVWM though, it doesn't work. I'm using FVWM 2.5.21.
 Any ideas?

Since  is a special case for a frame, you should ensure that the
order is thus:

Mouse 1 F A ...
Mouse 1  A Delete

(i.e., for anything using F as a context comes before the specific
case of applying a specific corner.)

-- Thomas Adam



Re: FVWM: mouse binding only works in FvwmConsole

2008-02-03 Thread Phil Carter
Ah, I hadn't thought about that. It works now. Thanks.

Phil Carter

--- Thomas Adam [EMAIL PROTECTED] wrote:

 Hello --
 
 On 03/02/2008, Phil Carter [EMAIL PROTECTED] wrote:
  I'm trying to get the following mouse binding to work:
  Mouse 1  A Delete
 
  When I type it into FvwmConsole, it works. When I put it in my
 config
  file and restart FVWM though, it doesn't work. I'm using FVWM
 2.5.21.
  Any ideas?
 
 Since  is a special case for a frame, you should ensure that the
 order is thus:
 
 Mouse 1 F A ...
 Mouse 1  A Delete
 
 (i.e., for anything using F as a context comes before the
 specific
 case of applying a specific corner.)
 
 -- Thomas Adam


  

Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs



Re: FVWM: mouse binding?

2005-04-29 Thread Nick Fortune
On Thu, Apr 28, 2005 at 05:12:56PM -0400, Dan Espen wrote:
 Append or prepend to the ModulePath:
 
 ModulePath ${HOME}/lib/fvwm/modules:+
 
 Note the colon, plus sign.

That's what I thought. Ta.
--
Visit the official FVWM web page at URL: http://www.fvwm.org/.
To unsubscribe from the list, send unsubscribe fvwm in the body of a
message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


Re: FVWM: mouse binding?

2005-04-28 Thread Fletcher Mattox
Dan Espen writes:
 Fletcher Mattox [EMAIL PROTECTED] writes:
  I want to be able to click any part of a window and have it RaiseLower
  the window (using focus-follows mouse mode).  So my first, naive attempt
  was the obvious:
  
  Mouse 1W   A   RaiseLower
  
  But I quickly learned that this breaks cut-n-paste by usurping
  the left button.  Similar for the middle button.  The right button
  is a little better, but I find that it still usurps an application's
  use of the right button (e.g. firefox).
  
  Am I asking fvwm to do something impossible?
 
 Not at all.
 You have to be using one of the later 2.5.x releases,
 (I'm not sure when this was implemented).
 Look in the man page for the substring 'clickraise'.

Perfect.  All it took is an upgrade to 2.5.12.  Thanks so much!
With 2.5.12 I can't seem to restart any of the modules in my .fvwmrc
when I click restart fvwm, but that's a different problem.
If I can't figure it out, I'll be back.

Thanks
Fletcher
--
Visit the official FVWM web page at URL: http://www.fvwm.org/.
To unsubscribe from the list, send unsubscribe fvwm in the body of a
message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


Re: FVWM: mouse binding?

2005-04-28 Thread Dan Espen
Fletcher Mattox [EMAIL PROTECTED] writes:
 Dan Espen writes:
  Fletcher Mattox [EMAIL PROTECTED] writes:
   I want to be able to click any part of a window and have it RaiseLower
   the window (using focus-follows mouse mode).  So my first, naive attempt
   was the obvious:
   
   Mouse 1W   A   RaiseLower
   
   But I quickly learned that this breaks cut-n-paste by usurping
   the left button.  Similar for the middle button.  The right button
   is a little better, but I find that it still usurps an application's
   use of the right button (e.g. firefox).
   
   Am I asking fvwm to do something impossible?
  
  Not at all.
  You have to be using one of the later 2.5.x releases,
  (I'm not sure when this was implemented).
  Look in the man page for the substring 'clickraise'.
 
 Perfect.  All it took is an upgrade to 2.5.12.  Thanks so much!

Glad to hear it.

 With 2.5.12 I can't seem to restart any of the modules in my .fvwmrc
 when I click restart fvwm, but that's a different problem.
 If I can't figure it out, I'll be back.

If you are setting ModulePath in your .fvwm2rc, don't.

-- 
Dan Espen   E-mail: [EMAIL PROTECTED]
--
Visit the official FVWM web page at URL: http://www.fvwm.org/.
To unsubscribe from the list, send unsubscribe fvwm in the body of a
message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


Re: FVWM: mouse binding?

2005-04-28 Thread Nick Fortune
On Thu, Apr 28, 2005 at 03:04:50PM -0400, Dan Espen wrote:
 If you are setting ModulePath in your .fvwm2rc, don't.

Does it break things if we do? What should we do instead
if we have non-distribution modules and can't (or don't want)
to install them in FVWM_MODULEDIR?
--
Visit the official FVWM web page at URL: http://www.fvwm.org/.
To unsubscribe from the list, send unsubscribe fvwm in the body of a
message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


Re: FVWM: mouse binding?

2005-04-28 Thread Dan Espen
Nick Fortune [EMAIL PROTECTED] writes:
 On Thu, Apr 28, 2005 at 03:04:50PM -0400, Dan Espen wrote:
  If you are setting ModulePath in your .fvwm2rc, don't.
 
 Does it break things if we do?

Only if you install a new release and the modules are in
a new location.

 What should we do instead
 if we have non-distribution modules and can't (or don't want)
 to install them in FVWM_MODULEDIR?

Append or prepend to the ModulePath:

ModulePath ${HOME}/lib/fvwm/modules:+

Note the colon, plus sign.

-- 
Dan Espen   E-mail: [EMAIL PROTECTED]
--
Visit the official FVWM web page at URL: http://www.fvwm.org/.
To unsubscribe from the list, send unsubscribe fvwm in the body of a
message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


Re: FVWM: mouse binding?

2005-04-27 Thread Dan Espen
Fletcher Mattox [EMAIL PROTECTED] writes:
 I want to be able to click any part of a window and have it RaiseLower
 the window (using focus-follows mouse mode).  So my first, naive attempt
 was the obvious:
 
 Mouse 1W   A   RaiseLower
 
 But I quickly learned that this breaks cut-n-paste by usurping
 the left button.  Similar for the middle button.  The right button
 is a little better, but I find that it still usurps an application's
 use of the right button (e.g. firefox).
 
 Am I asking fvwm to do something impossible?

Not at all.
You have to be using one of the later 2.5.x releases,
(I'm not sure when this was implemented).
Look in the man page for the substring 'clickraise'.

-- 
Dan Espen   E-mail: [EMAIL PROTECTED]
--
Visit the official FVWM web page at URL: http://www.fvwm.org/.
To unsubscribe from the list, send unsubscribe fvwm in the body of a
message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


Re: FVWM: Mouse binding to switch window focus to window in direction

2003-12-02 Thread Mikhael Goikhman
On 02 Dec 2003 21:39:14 +, Ukpong Ukpong wrote:
 
 When working on one in window i wish to specify a key binding that allows 
 on the switch focus to the nearest window i a certain direction of the 
 currently focused window using the direction key presed by the user.is 
 this possible 

Use this:

  DestroyFunc SelectWindow
  AddToFunc   SelectWindow
  + I Focus
  + I Raise
  + I WarpToWindow 50 50

  Key T WTSF CM Direction North (CurrentPage) SelectWindow  # Ctrl-Alt-T

Regards,
Mikhael.
--
Visit the official FVWM web page at URL: http://www.fvwm.org/.
To unsubscribe from the list, send unsubscribe fvwm in the body of a
message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


Re: FVWM: Mouse binding to switch window focus to window in direction

2003-12-02 Thread Tavis Ormandy
On Tue, Dec 02, 2003 at 09:39:14PM +, Ukpong Ukpong wrote:
 
 When working on one in window i wish to specify a key binding that allows 
 on the switch focus to the nearest window i a certain direction of the 
 currently focused window using the direction key presed by the user.is 
 this possible 
 

I made some functions a while ago that will move a window to the border
of the nearest window in some direction, you could modify them to do what
you want.

You can see them if you search for PackWindow in my rc file here
http://dev.gentoo.org/~taviso/fvwm2rc.html

Theres probably a better way, but it works fine for me :)

-- 
-
[EMAIL PROTECTED] | finger me for my gpg key.
---
--
Visit the official FVWM web page at URL: http://www.fvwm.org/.
To unsubscribe from the list, send unsubscribe fvwm in the body of a
message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


Re: FVWM: Mouse binding to switch window focus to window in direction

2003-12-02 Thread Tavis Ormandy
On Tue, Dec 02, 2003 at 10:07:27PM +, Mikhael Goikhman wrote:
   Key T WTSF CM Direction North (CurrentPage) SelectWindow  # Ctrl-Alt-T

Neat, I didnt know about that. Thanks Mikhael :)

-- 
-
[EMAIL PROTECTED] | finger me for my gpg key.
---
--
Visit the official FVWM web page at URL: http://www.fvwm.org/.
To unsubscribe from the list, send unsubscribe fvwm in the body of a
message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]