Re: 2.3.2_rc5
Re: 2.3.2_rc5
- Subject: Re: 2.3.2_rc5
- From: Peter Collinson <email@hidden>
- Date: Wed, 31 Dec 2008 12:20:38 +0000
Brilliant - many thanks.
On 31 Dec 2008, at 10:01, Harald Hanche-Olsen wrote:
+ Tom Lane <email@hidden>:
On Dec 30, 2008, at 01:20, Peter Collinson wrote:
but seems to set it. I prefer faster settings (350 20) but mileage
does vary.
I find 500/8 pretty slow too. Is it reasonable to make the server
pull
these numbers from the OS X keyboard system preferences, instead of
everyone having to custom-tune them?
I think that sounds like a good idea.
Here is a possible script to drop into /usr/X11/lib/X11/xinit/
xinitrc.d/.
pref_InitialKeyRepeat=$(defaults read .GlobalPreferences
InitialKeyRepeat)
pref_KeyRepeat=$(defaults read .GlobalPreferences KeyRepeat)
xset r rate $((pref_InitialKeyRepeat * 10)) $((100 / $pref_KeyRepeat))
I am not sure that I have interpreted the preferences correctly, but
it seems at least approximately right.
- Harald
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden