http://bugzilla.gnome.org/show_bug.cgi?id=96484 make 0 min for slow and
2003-01-08 Jody Goldberg <jody@gnome.org> http://bugzilla.gnome.org/show_bug.cgi?id=96484 * accessibility-keyboard.c : make 0 min for slow and bounce
This commit is contained in:
parent
7bddbe5058
commit
e5cb97f6a8
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2003-01-08 Jody Goldberg <jody@gnome.org>
|
||||||
|
|
||||||
|
http://bugzilla.gnome.org/show_bug.cgi?id=96484
|
||||||
|
* accessibility-keyboard.c : make 0 min for slow and bounce
|
||||||
|
|
||||||
2003-01-07 Abel Cheung <maddog@linux.org.hk>
|
2003-01-07 Abel Cheung <maddog@linux.org.hk>
|
||||||
|
|
||||||
* gnome-accessibility-keyboard-properties.c (xkb_enabled): Fix typo
|
* gnome-accessibility-keyboard-properties.c (xkb_enabled): Fix typo
|
||||||
|
|
|
@ -86,9 +86,9 @@ static struct {
|
||||||
"/desktop/gnome/peripherals/keyboard/delay" },
|
"/desktop/gnome/peripherals/keyboard/delay" },
|
||||||
{ "repeatkeys_rate_slide", "repeatkeys_rate_spin", 90, 10, 210, 10,
|
{ "repeatkeys_rate_slide", "repeatkeys_rate_spin", 90, 10, 210, 10,
|
||||||
"/desktop/gnome/peripherals/keyboard/rate" },
|
"/desktop/gnome/peripherals/keyboard/rate" },
|
||||||
{ "bouncekeys_delay_slide", "bouncekeys_delay_spin", 300, 10, 900, 10,
|
{ "bouncekeys_delay_slide", "bouncekeys_delay_spin", 300, 0, 900, 10,
|
||||||
CONFIG_ROOT "/bouncekeys_delay" },
|
CONFIG_ROOT "/bouncekeys_delay" },
|
||||||
{ "slowkeys_delay_slide", "slowkeys_delay_spin", 300, 10, 500, 10,
|
{ "slowkeys_delay_slide", "slowkeys_delay_spin", 300, 0, 500, 10,
|
||||||
CONFIG_ROOT "/slowkeys_delay" },
|
CONFIG_ROOT "/slowkeys_delay" },
|
||||||
/* WARNING anything larger than approx 512 seems to loose all keyboard input */
|
/* WARNING anything larger than approx 512 seems to loose all keyboard input */
|
||||||
{ "mousekeys_max_speed_slide", "mousekeys_max_speed_spin", 300, 10, 500, 10,
|
{ "mousekeys_max_speed_slide", "mousekeys_max_speed_spin", 300, 10, 500, 10,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue