[gnome-control-center] Fix a11y/keynav issues in the mouse panel
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] Fix a11y/keynav issues in the mouse panel
- Date: Mon, 16 May 2011 00:12:16 +0000 (UTC)
commit 007696b8fdef1aa5ca08aec8ac994064de7b89b9
Author: Matthias Clasen <mclasen redhat com>
Date: Sun May 15 14:36:03 2011 -0400
Fix a11y/keynav issues in the mouse panel
The Acceleration mnemonics were conflicting with the 'All Settings'
mnemonic, which can easily be avoided by moving the mnemonic to 'c'.
Also, the mnemonic widgets for the scale labeles on the touchpad
page were pointing at the widgets on the mouse page (copy-paste error)
and thus did not work.
Part of bug 650132
panels/mouse/gnome-mouse-properties.ui | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/panels/mouse/gnome-mouse-properties.ui b/panels/mouse/gnome-mouse-properties.ui
index ebeb007..b2c2b5c 100644
--- a/panels/mouse/gnome-mouse-properties.ui
+++ b/panels/mouse/gnome-mouse-properties.ui
@@ -286,7 +286,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Acceleration:</property>
+ <property name="label" translatable="yes">A_cceleration:</property>
<property name="use_underline">True</property>
<property name="justify">center</property>
<property name="mnemonic_widget">accel_scale</property>
@@ -1137,10 +1137,10 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Acceleration:</property>
+ <property name="label" translatable="yes">A_cceleration:</property>
<property name="use_underline">True</property>
<property name="justify">center</property>
- <property name="mnemonic_widget">accel_scale</property>
+ <property name="mnemonic_widget">touchpad_accel_scale</property>
</object>
<packing>
<property name="x_options">GTK_FILL</property>
@@ -1155,7 +1155,7 @@
<property name="label" translatable="yes">_Sensitivity:</property>
<property name="use_underline">True</property>
<property name="justify">center</property>
- <property name="mnemonic_widget">sensitivity_scale</property>
+ <property name="mnemonic_widget">touchpad_sensitivity_scale</property>
</object>
<packing>
<property name="top_attach">1</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]