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:
parent
502569cc89
commit
83bcac8cad
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue