After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 688405 - Key repeat rate maximum value is too low
Key repeat rate maximum value is too low
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Keyboard
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-11-15 15:49 UTC by Chow Loong Jin
Modified: 2013-01-08 10:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch which restores upper limit of key repeat rate back to 110 (1.19 KB, patch)
2012-11-15 15:52 UTC, Chow Loong Jin
committed Details | Review

Description Chow Loong Jin 2012-11-15 15:49:32 UTC
In commit 84eed6b0cf9f0b44db5a030018bfca17dae18fd5 which fixes https://bugzilla.gnome.org/show_bug.cgi?id=569612, the key repeat rate configurable range was bumped from 10-110 char/sec to 0.5-50 char/sec.

However, the premise of Bug #569612 mentions:
From http://www.access-board.gov/sec508/standards.htm#Subpart_b, § 1194.23,
(k): 

"(3) If key repeat is supported, the delay before repeat shall be adjustable to
at least 2 seconds.  Key repeat rate shall be adjustable to 2 seconds per
character."

i.e. Only the lower limit needs to be altered. Nothing is mentioned about the upper limit.

Additionally, there are users who do use a higher maximum key repeat rate[1]. I did too, prior to the version of Ubuntu which shipped that commit. Since then I've used the current maximum setting (50 chars/sec), but I would definitely raise it back to my previous setting if it were possible.

Hence I propose that the upper limit be restored back to 110 chars/sec, while preserving the current lower limit of 0.5 chars/sec.

Additionally, a small snippet from #gnome-hackers:
23:38:33 <hyperair> hadess: okay, so reading that bug report again, i see that the minimum key repeat rate has to be 0.5, but it doesn't say anything about the *maximum*, so why did you lower that?
23:38:51 <hadess> I DONT REMEMBER

[1] http://askubuntu.com/questions/140255/how-to-override-the-new-limited-keyboard-repeat-rate-limit
Comment 1 Chow Loong Jin 2012-11-15 15:52:49 UTC
Created attachment 229060 [details] [review]
Patch which restores upper limit of key repeat rate back to 110
Comment 2 Bastien Nocera 2013-01-08 10:52:29 UTC
Thanks for the patch.