From 24462c0abf9f3e565fa12769b754fb0455e8432b Mon Sep 17 00:00:00 2001 From: Jody Goldberg Date: Fri, 29 Mar 2002 22:30:14 +0000 Subject: [PATCH] spelling error. (CONFIG_ROOT) : fix spelling error in the schema. 2002-03-29 Jody Goldberg * accessibility-keyboard.c (setup_dialog) : spelling error. (CONFIG_ROOT) : fix spelling error in the schema. --- capplets/accessibility/keyboard/ChangeLog | 13 +++++++++++++ .../accessibility/keyboard/accessibility-keyboard.c | 10 +++++----- .../gnome-accessibility-keyboard-properties.glade2 | 6 +++--- 3 files changed, 21 insertions(+), 8 deletions(-) diff --git a/capplets/accessibility/keyboard/ChangeLog b/capplets/accessibility/keyboard/ChangeLog index 520c8df56..ff2d7c33a 100644 --- a/capplets/accessibility/keyboard/ChangeLog +++ b/capplets/accessibility/keyboard/ChangeLog @@ -1,3 +1,16 @@ +2002-03-29 Jody Goldberg + + * accessibility-keyboard.c (setup_dialog) : spelling error. + (CONFIG_ROOT) : fix spelling error in the schema. + +2002-03-29 Jody Goldberg + + * accessibility-keyboard.c : tweak the mouse key slider ranges + max_speed : 100 pixels every 10 msec is plenty fast Limit things to + 1..100 default 10 step 5 + accel_time : 10..5000 default 300 step 100 + init_delay : 10..5000 default 300 step 100 + 2002-03-28 jacob berkman * accessibility-keyboard.c: on solaris Xresource.h sez /* You must diff --git a/capplets/accessibility/keyboard/accessibility-keyboard.c b/capplets/accessibility/keyboard/accessibility-keyboard.c index 455a653e4..27aa2214d 100644 --- a/capplets/accessibility/keyboard/accessibility-keyboard.c +++ b/capplets/accessibility/keyboard/accessibility-keyboard.c @@ -37,7 +37,7 @@ #include "activate-settings-daemon.h" #define IDIR GNOMECC_DATA_DIR "/pixmaps/" -#define CONFIG_ROOT "/desktop/gnome/accesibility/keyboard" +#define CONFIG_ROOT "/desktop/gnome/accessibility/keyboard" static struct { char const * const checkbox; @@ -81,11 +81,11 @@ static struct { CONFIG_ROOT "/bouncekeys_delay", FALSE }, { "slowkeys_delay_slide", "slowkeys_delay_spin", 300, 10, 900, 10, CONFIG_ROOT "/slowkeys_delay", FALSE }, - { "mousekeys_max_speed_slide", "mousekeys_max_speed_spin", 70, 10, 500, 10, + { "mousekeys_max_speed_slide", "mousekeys_max_speed_spin", 10, 1, 100, 5, CONFIG_ROOT "/mousekeys_max_speed", FALSE }, - { "mousekeys_accel_time_slide", "mousekeys_accel_time_spin", 300, 10, 900, 10, + { "mousekeys_accel_time_slide", "mousekeys_accel_time_spin", 300, 10, 5000, 100, CONFIG_ROOT "/mousekeys_accel_time", FALSE }, - { "mousekeys_init_delay_slide", "mousekeys_init_delay_spin", 200, 10, 500, 10, + { "mousekeys_init_delay_slide", "mousekeys_init_delay_spin", 300, 10, 5000, 10, CONFIG_ROOT "/mousekeys_init_delay", FALSE }, { "timeout_slide", "timeout_spin", 200, 10, 500, 10, CONFIG_ROOT "/timeout", TRUE }, @@ -257,7 +257,7 @@ setup_dialog (GladeXML *dialog, GConfChangeSet *changeset, gboolean as_dialog) setup_simple_toggles (dialog, changeset, as_dialog); label = g_object_new (GTK_TYPE_CHECK_BUTTON, - "label", _("_Enable keyboard accesibility"), + "label", _("_Enable keyboard accessibility"), "use_underline", TRUE, /* init true so that if gconf is false toggle will fire */ "active", TRUE, diff --git a/capplets/accessibility/keyboard/gnome-accessibility-keyboard-properties.glade2 b/capplets/accessibility/keyboard/gnome-accessibility-keyboard-properties.glade2 index f873abea4..bb0c5298e 100644 --- a/capplets/accessibility/keyboard/gnome-accessibility-keyboard-properties.glade2 +++ b/capplets/accessibility/keyboard/gnome-accessibility-keyboard-properties.glade2 @@ -94,7 +94,7 @@ True - SlowKeys can benefit users who hit unwanted keys as they type. SlowKeys instructs the system not to accept keys as pressed, unless the key has been pressed and held for a user adjustable amount of time (i.e., the key delay). + Only accept keys after they have been pressed and held for a user adjustable amount of time. True Enable Slo_w Keys True @@ -573,7 +573,7 @@ two keys pressed simultaneously True - ToggleKeys can benefit the visually impaired user who has difficulty seeing the small LED keyboard indicators. ToggleKeys provides one beep when an LED (e.g., the Caps Lock LED) is turned on and two beeps when it is turned off + ToggleKeys can benefit the visually impaired user who has difficulty seeing the small LED keyboard indicators. ToggleKeys provides one beep when an LED (e.g., the Caps Lock LED) is turned on and two beeps when it is turned off. True Enable _Toggle Keys True @@ -1112,7 +1112,7 @@ two keys pressed simultaneously True - MouseKeys can benefit StickyKey users or anyone unable to use the pointing device or in need of 'pixel by pixel' position control of the pointer. When activated, MouseKeys turns the numeric keypad into a mouse control pad. + MouseKeys can benefit StickyKey users or anyone unable to use the pointing device or in need of 'pixel by pixel' position control of the pointer. When activated, MouseKeys turns the numeric keypad into a mouse control pad. True Enable _Mouse Keys True