keyboard: Allow key repeat rate of 110 chars/sec

This reverts a small unrelated change of commit
84eed6b0cf, 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
This commit is contained in:
Chow Loong Jin 2012-11-15 23:49:43 +08:00 committed by Bastien Nocera
parent 502569cc89
commit 83bcac8cad

View file

@ -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>