Skip to content

Commit

Permalink
Revamp keyboard repeat settings
Browse files Browse the repository at this point in the history
Also change the description to something more useful and set the default
values to those of QtWayland.

Issue: #197
  • Loading branch information
plfiorini committed Dec 23, 2020
1 parent 28d918f commit 446b6e2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions data/settings/io.liri.desktop.peripherals.gschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
<summary>Keyboard repeat</summary>
<description>Set this to TRUE to enable keyboard repeat.</description>
</key>
<key name="repeat-interval" type="u">
<default>30</default>
<key name="repeat-rate" type="u">
<default>40</default>
<summary>Key Repeat Interval</summary>
<description>Delay between repeats in milliseconds.</description>
</key>
<key name="delay" type="u">
<default>500</default>
<key name="repeat-delay" type="u">
<default>400</default>
<summary>Initial Key Repeat Delay</summary>
<description>Initial key repeat delay in milliseconds.</description>
<description>How long a key is pressed before it starts to be repeated in milliseconds.</description>
</key>
<key name="model" type="s">
<default>''</default>
Expand Down

0 comments on commit 446b6e2

Please sign in to comment.