Re: Key rate limit

2012-03-30 Thread Paul Vojta
On Thu, Mar 29, 2012 at 04:26:15PM +1000, Peter Hutterer wrote: > On Tue, Mar 27, 2012 at 12:43:49PM -0400, Paul Vojta wrote: > > On Mon, Mar 26, 2012 at 11:20:03AM -0500, tsuraan wrote: > > > > I am not sure but xset has a [r rate delay [rate]], would that be any > > > > help ? > > > > > > I bel

Re: Key rate limit

2012-03-28 Thread Peter Hutterer
On Tue, Mar 27, 2012 at 12:43:49PM -0400, Paul Vojta wrote: > On Mon, Mar 26, 2012 at 11:20:03AM -0500, tsuraan wrote: > > > I am not sure but xset has a [r rate delay [rate]], would that be any > > > help ? > > > > I believe that's for the autorepeat rate, so the rate/delay tells X > > that once

Re: Key rate limit

2012-03-27 Thread Paul Vojta
On Mon, Mar 26, 2012 at 11:20:03AM -0500, tsuraan wrote: > > I am not sure but xset has a [r rate delay [rate]], would that be any help ? > > I believe that's for the autorepeat rate, so the rate/delay tells X > that once the key is held down for ms, it should start firing > that key at events/s

Re: Key rate limit

2012-03-26 Thread tsuraan
> xkbset > http://www.math.missouri.edu/~stephen/software/ That is absolutely perfect! Thank you! ___ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.x.org/mailman/listinfo/xorg Your subscription ad

Re: Key rate limit

2012-03-26 Thread Peter Hutterer
On Mon, Mar 26, 2012 at 10:27:46AM -0500, tsuraan wrote: > > In GNOME, it's in the Keyboard Accessibility preferences panel. > > Other desktops with accessibility support should have something similar. > > Hm, so no ideas for a lower-level X11 way of doing it? I suppose I > could try installing t

Re: Key rate limit

2012-03-26 Thread tsuraan
> I am not sure but xset has a [r rate delay [rate]], would that be any help ? I believe that's for the autorepeat rate, so the rate/delay tells X that once the key is held down for ms, it should start firing that key at events/s (my units might be wrong though). That's sort of the inverse of t

Re: Key rate limit

2012-03-26 Thread walter harms
I am not sure but xset has a [r rate delay [rate]], would that be any help ? re, wh Am 26.03.2012 17:27, schrieb tsuraan: >> In GNOME, it's in the Keyboard Accessibility preferences panel. >> Other desktops with accessibility support should have something similar. > > Hm, so no ideas for a lowe

Re: Key rate limit

2012-03-26 Thread tsuraan
> In GNOME, it's in the Keyboard Accessibility preferences panel. > Other desktops with accessibility support should have something similar. Hm, so no ideas for a lower-level X11 way of doing it? I suppose I could try installing the gnome prefs and see if that works under xmonad. It's certainly

Re: Key rate limit

2012-03-25 Thread Alan Coopersmith
On 03/25/12 07:44 PM, tsuraan wrote: > After a bit of googling, it looks like I want to use the > XkbSetBounceKeysDelay function. That seems pretty straightforward > (http://www.x.org/releases/X11R7.6/doc/libX11/specs/XKB/xkblib.html > seems pretty complete, anyhow), but I can't find any header fi

Re: Key rate limit

2012-03-25 Thread tsuraan
After a bit of googling, it looks like I want to use the XkbSetBounceKeysDelay function. That seems pretty straightforward (http://www.x.org/releases/X11R7.6/doc/libX11/specs/XKB/xkblib.html seems pretty complete, anyhow), but I can't find any header file on my system that actually declares the Xk