http://bugzilla.gnome.org/show_bug.cgi?id=a96483 sigh. The defaults
2003-01-08 Jody Goldberg <jody@gnome.org> http://bugzilla.gnome.org/show_bug.cgi?id=a96483 * accessibility-keyboard.c : sigh. The defaults apparently need to be 0 too.
This commit is contained in:
parent
e5cb97f6a8
commit
5ab8aaf3bb
2 changed files with 8 additions and 2 deletions
|
@ -86,9 +86,9 @@ static struct {
|
|||
"/desktop/gnome/peripherals/keyboard/delay" },
|
||||
{ "repeatkeys_rate_slide", "repeatkeys_rate_spin", 90, 10, 210, 10,
|
||||
"/desktop/gnome/peripherals/keyboard/rate" },
|
||||
{ "bouncekeys_delay_slide", "bouncekeys_delay_spin", 300, 0, 900, 10,
|
||||
{ "bouncekeys_delay_slide", "bouncekeys_delay_spin", 0, 0, 900, 10,
|
||||
CONFIG_ROOT "/bouncekeys_delay" },
|
||||
{ "slowkeys_delay_slide", "slowkeys_delay_spin", 300, 0, 500, 10,
|
||||
{ "slowkeys_delay_slide", "slowkeys_delay_spin", 0, 0, 500, 10,
|
||||
CONFIG_ROOT "/slowkeys_delay" },
|
||||
/* WARNING anything larger than approx 512 seems to loose all keyboard input */
|
||||
{ "mousekeys_max_speed_slide", "mousekeys_max_speed_spin", 300, 10, 500, 10,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue