FVWM: Switching desktops with cursor keys problematic

2003-05-20 Thread Felix E. Klee
Hi, some time ago I set up keyboard shortcuts for switching desktops with the cursor keys. For example the left key calls the function AddToFunc GotoDeskLeft + I . GotoDesk %{ ($[desk.n]%$f::hdesks >= 1) ? -1 : 0; }% This function checks if the current desktop is in a certain range and calls G

Re: FVWM: Switching desktops with cursor keys problematic

2003-05-20 Thread Mikhael Goikhman
On 20 May 2003 16:49:13 +0200, Felix E. Klee wrote: > > some time ago I set up keyboard shortcuts for switching desktops with the > cursor keys. For example the left key calls the function > > AddToFunc GotoDeskLeft > + I . GotoDesk %{ ($[desk.n]%$f::hdesks >= 1) ? -1 : 0; }% > > This function

Re: FVWM: Switching desktops with cursor keys problematic

2003-05-21 Thread Felix E. Klee
On Tuesday 20 May 2003 22:20, Mikhael Goikhman wrote: > Please always specify which version do you run. > Please always provide enough of the configuration to be understandable, > one may only guess how exactly you defined the "." function. Sorry, I forgot to mention: 1. I'm using 2.5.6. 2. AddToF

Re: FVWM: Switching desktops with cursor keys problematic

2003-05-21 Thread Mikhael Goikhman
On 21 May 2003 11:07:51 +0200, Felix E. Klee wrote: > > On Tuesday 20 May 2003 22:20, Mikhael Goikhman wrote: > > Please always specify which version do you run. > > Please always provide enough of the configuration to be understandable, > > one may only guess how exactly you defined the "." funct