On 20 Jul 2005 13:45:22 -0300, [EMAIL PROTECTED] wrote: > > I am just trying to use FvwmPerl for doing > some arithmetic, when I came across an issue > that I cannot understand. > > Consider the commands: > > Key F10 A M Maximize > Key F10 A SM SendToModule FvwmPerl preprocess -c Maximize > > The behaviour of key Alt+F10 and Shift+Alt+F10 > should be the same, shouldn't they? > > But while the first just maximize the window > as expected, the second waits for a click in > a window and then maximize that window. > > Why is that? Any clues?
FvwmPerl module simply ignored window context previously. I commited a patch; "preprocess" action now supports window context, both implicitly (like you want) and explicitly (using "preprocess -w id" option). Regards, Mikhael.
