[gnome-control-center] keyboard: Allow key repeat rate of 110 chars/sec



commit 83bcac8cad6802ef14f10a3755f01be99df01b01
Author: Chow Loong Jin <hyperair debian org>
Date:   Thu Nov 15 23:49:43 2012 +0800

    keyboard: Allow key repeat rate of 110 chars/sec
    
    This reverts a small unrelated change of commit
    84eed6b0cf9f0b44db5a030018bfca17dae18fd5, since there are people who do prefer
    using a key repeat rate above the current limit of 50 chars/sec.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=688405

 panels/keyboard/gnome-keyboard-panel.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/keyboard/gnome-keyboard-panel.ui b/panels/keyboard/gnome-keyboard-panel.ui
index 70e580c..cce05ee 100644
--- a/panels/keyboard/gnome-keyboard-panel.ui
+++ b/panels/keyboard/gnome-keyboard-panel.ui
@@ -878,7 +878,7 @@
   </object>
   <object class="GtkAdjustment" id="repeat_speed_adjustment">
     <property name="lower">0.5</property>
-    <property name="upper">50</property>
+    <property name="upper">110</property>
     <property name="value">33.3</property>
     <property name="step_increment">1</property>
     <property name="page_increment">1</property>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]