spelling error. (CONFIG_ROOT) : fix spelling error in the schema.
2002-03-29 Jody Goldberg <jody@gnome.org> * accessibility-keyboard.c (setup_dialog) : spelling error. (CONFIG_ROOT) : fix spelling error in the schema.
This commit is contained in:
parent
b06b0afa86
commit
24462c0abf
3 changed files with 21 additions and 8 deletions
|
@ -1,3 +1,16 @@
|
|||
2002-03-29 Jody Goldberg <jody@gnome.org>
|
||||
|
||||
* accessibility-keyboard.c (setup_dialog) : spelling error.
|
||||
(CONFIG_ROOT) : fix spelling error in the schema.
|
||||
|
||||
2002-03-29 Jody Goldberg <jody@gnome.org>
|
||||
|
||||
* 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 <jacob@ximian.com>
|
||||
|
||||
* accessibility-keyboard.c: on solaris Xresource.h sez /* You must
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -94,7 +94,7 @@
|
|||
<child>
|
||||
<widget class="GtkCheckButton" id="slowkeys_enable">
|
||||
<property name="visible">True</property>
|
||||
<property name="tooltip" translatable="yes">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).</property>
|
||||
<property name="tooltip" translatable="yes">Only accept keys after they have been pressed and held for a user adjustable amount of time.</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="label" translatable="yes">Enable Slo_w Keys</property>
|
||||
<property name="use_underline">True</property>
|
||||
|
@ -573,7 +573,7 @@ two keys pressed simultaneously</property>
|
|||
<child>
|
||||
<widget class="GtkCheckButton" id="togglekeys_enable">
|
||||
<property name="visible">True</property>
|
||||
<property name="tooltip" translatable="yes">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</property>
|
||||
<property name="tooltip" translatable="yes">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.</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="label" translatable="yes">Enable _Toggle Keys</property>
|
||||
<property name="use_underline">True</property>
|
||||
|
@ -1112,7 +1112,7 @@ two keys pressed simultaneously</property>
|
|||
<child>
|
||||
<widget class="GtkCheckButton" id="mousekeys_enable">
|
||||
<property name="visible">True</property>
|
||||
<property name="tooltip" translatable="yes">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. </property>
|
||||
<property name="tooltip" translatable="yes">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.</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="label" translatable="yes">Enable _Mouse Keys</property>
|
||||
<property name="use_underline">True</property>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue