Re: FVWM: keys don't repeat

2008-12-05 Thread Thomas Adam
2008/12/5 Theodore D. Sternberg [EMAIL PROTECTED]:
 OK, xset r on doesn't work before exec /usr/bin/fvwm either.  Nor
 does it work if I put in in InitFunction *or* SessionInitFunction, e.g.

 AddToFunc InitFunction
  + I xset r on

It won't work like that, c.f.:

+ I Exec exec xset r on

Again, c.f. StartFunction though:

AddToFunc I Test (Init) Exec exec xset r on

Why it doesn't work for you before starting FVWM, I don't know.

-- Thomas Adam



Re: FVWM: keys don't repeat

2008-12-05 Thread Dan Espen
Theodore D. Sternberg [EMAIL PROTECTED] writes:

 On Fri, 5 Dec 2008, Perry Hutchison wrote:

 AddToFunc InitFunction
+ I xset r on
+ I exec xsetroot -mod 1 2 -fg cornflowerblue -bg sienna

Should be:

+ I exec xset r on
+ I exec xsetroot -mod 1 2 -fg cornflowerblue -bg sienna

If it's not working in your .xinitrc,
there's a pretty good chance something else you are running
is turning it off.

It's always been on by default.