> Ok, I've whipped out the manpages and am educated (once again) on what the
> letter codes are.
> 
> Also, I've discovered that they work if I click the mouse immediately after
> pressing the function key.  Therefore, it looks like something changed in
> the code and all "I"s are treated like "C"s when called from a kbd event.

I think this is wrong.
"M" stands for motion, yes, but I think you need a click to define the
beginning of the motion.

If you want to move immediately after pressing F2, then do this:
AddToFunc Move-or-Raise I Raise
+ I Move
+ D Lower

It will work. But then your "D" doesn't work anymore. You need in fact a
triple click (1 to end the move, 2 to lower)

Try this then:
AddToFunc Move-or-Raise I Raise
+ I Move
+ C Lower

This should do what you intended initially. This is done on 2.4.13.

Hope this it helps.
Christian

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran�ais !
Yahoo! Mail : http://fr.mail.yahoo.com
--
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]

Reply via email to