1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="keyboard-repeat-keys" xml:lang="ru">
<info>
<link type="guide" xref="a11y#mobility" group="keyboard"/>
<link type="guide" xref="keyboard"/>
<revision pkgversion="3.4.0" date="2012-02-19" status="final"/>
<credit type="author">
<name>Shaun McCance</name>
<email>shaunm@gnome.org</email>
</credit>
<credit type="author">
<name>Natalia Ruz Leiva</name>
<email>nruz@alumnos.inf.utfsm.cl</email>
</credit>
<credit type="author">
<name>Julita Inca</name>
<email>yrazes@gmail.com</email>
</credit>
<desc>Make the keyboard not repeat letters when you hold down a key,
or change the delay and speed of repeat keys.</desc>
<include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Александр Прокудин</mal:name>
<mal:email>alexandre.prokoudine@gmail.com</mal:email>
<mal:years>2011</mal:years>
</mal:credit>
</info>
<title>Turn off repeated key presses</title>
<p>By default, when you hold down a key on your keyboard, the letter
or symbol will be repeated until you release the key. If you have
difficulty picking your finger back up quickly enough, you can
disable this feature, or change how long it takes before key presses
start repeating.</p>
<steps>
<item>
<p>Click your name on the top bar and select <gui>System Settings</gui>.</p>
</item>
<item>
<p>Open <gui>Keyboard</gui> and select the <gui>Typing</gui> tab.</p>
</item>
<item>
<p>Turn off <gui>Key presses repeat when key is held down</gui> to disable
repeated keys entirely.</p>
<p>Alternatively, adjust the <gui>Delay</gui> slider to control how long
you have to hold a key down to begin repeating it, and adjust the
<gui>Speed</gui> slider to control how quickly key presses repeat.</p>
</item>
</steps>
</page>
|