Re: Key rate limit

2012-03-29 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 the key is

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 delay ms, it should start firing that key at rate

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

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 the

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

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 file