Tweaked the incremental values of spin button to 10. Fixes #95511

2002-11-13  Pasupathi Duraisamy <pasupathi.duraisamy@wipro.com>

        * accessibility-keyboard.c : Tweaked the incremental values
        of spin button to 10. Fixes #95511
This commit is contained in:
Pasupathi Duraisamy 2002-11-13 07:31:55 +00:00 committed by Pasupathi Duraisamy
parent 9e1e421396
commit 1467840f7e
2 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2002-11-13 Pasupathi Duraisamy <pasupathi.duraisamy@wipro.com>
* accessibility-keyboard.c : Tweaked the incremental values
of spin button to 10. Fixes #95511
2002-11-02 Jody Goldberg <jody@gnome.org> 2002-11-02 Jody Goldberg <jody@gnome.org>
* Release 2.1.2 * Release 2.1.2

View file

@ -91,11 +91,11 @@ static struct {
{ "slowkeys_delay_slide", "slowkeys_delay_spin", 300, 10, 500, 10, { "slowkeys_delay_slide", "slowkeys_delay_spin", 300, 10, 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, 20, { "mousekeys_max_speed_slide", "mousekeys_max_speed_spin", 300, 10, 500, 10,
CONFIG_ROOT "/mousekeys_max_speed" }, CONFIG_ROOT "/mousekeys_max_speed" },
{ "mousekeys_accel_time_slide", "mousekeys_accel_time_spin", 300, 10, 3000, 100, { "mousekeys_accel_time_slide", "mousekeys_accel_time_spin", 300, 10, 3000, 10,
CONFIG_ROOT "/mousekeys_accel_time" }, CONFIG_ROOT "/mousekeys_accel_time" },
{ "mousekeys_init_delay_slide", "mousekeys_init_delay_spin", 300, 10, 5000, 100, { "mousekeys_init_delay_slide", "mousekeys_init_delay_spin", 300, 10, 5000, 10,
CONFIG_ROOT "/mousekeys_init_delay" }, CONFIG_ROOT "/mousekeys_init_delay" },
{ "timeout_slide", "timeout_spin", 200, 10, 500, 10, { "timeout_slide", "timeout_spin", 200, 10, 500, 10,
CONFIG_ROOT "/timeout" }, CONFIG_ROOT "/timeout" },