On Wed, 18 Dec 2002 06:56:09 +0100, verily did =?iso-8859-1?q?Christian=20MICHO
N?= write:
>> 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.
It didn't used to be this way ("M" requiring a click). <insert standard
"I liked the old way better" whine here.>
> 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.
Yeah, this does work, but I think it's a bug in the code.
I wonder what changed between 2.2.4 and 2.4.13 that changed this behavior.
The functions I'm using are *still* in assorted file in sample.fvwmrc/.
anyway, thanks for the workaround.
Rob++
----------------------------------------
Internet: windsor_at_warthog.com __o
Life: Rob_at_Carrollton.Texas.USA.Earth _`\<,_
(_)/ (_)
The weather is here, wish you were beautiful.
--
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 majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Wed Dec 18 2002 - 11:45:59 GMT