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:
parent
9e1e421396
commit
1467840f7e
2 changed files with 8 additions and 3 deletions
|
@ -91,11 +91,11 @@ static struct {
|
|||
{ "slowkeys_delay_slide", "slowkeys_delay_spin", 300, 10, 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, 20,
|
||||
{ "mousekeys_max_speed_slide", "mousekeys_max_speed_spin", 300, 10, 500, 10,
|
||||
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" },
|
||||
{ "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" },
|
||||
{ "timeout_slide", "timeout_spin", 200, 10, 500, 10,
|
||||
CONFIG_ROOT "/timeout" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue