~kotux/ubuntu-docs/improved-lowpower

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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<page xmlns="http://projectmallard.org/1.0/"
      xmlns:if="http://projectmallard.org/if/1.0/"
      type="topic" style="task a11y"
      id="a11y-stickykeys">
  <info>
    <link type="guide" xref="a11y#mobility" group="keyboard"/>
    <link type="guide" xref="keyboard" group="a11y"/>

    <revision pkgversion="3.7.1" version="0.2" date="2012-11-16" status="outdated"/>
    <revision version="12.10" date="2012-09-20" status="final"/>
    <credit type="author">
      <name>Shaun McCance</name>
      <email>shaunm@gnome.org</email>
    </credit>
    <credit type="author">
      <name>Phil Bull</name>
      <email>philbull@gmail.com</email>
    </credit>
    <credit type="editor">
      <name>Michael Hill</name>
      <email>mdhillca@gmail.com</email>
    </credit>

    <desc>Type keyboard shortcuts one key at a time rather than having to hold
     down all of the keys at once.</desc>
    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
  </info>

<title>Turn on sticky keys</title>

<p><em>Sticky keys</em> allows you to type keyboard shortcuts one key at a time
 rather than having to hold down all of the keys at once. For example, the
 <keyseq><key>Alt</key><key>Tab</key></keyseq> shortcut switches between
 windows. Without sticky keys turned on, you would have to hold down both keys
 at the same time; with sticky keys turned on, you would press <key>Alt</key>
 and then <key>Tab</key> to do the same.</p>

<p>You might want to turn on sticky keys if you find it difficult to hold down
 several keys at once.</p>

<steps>
  <item>
    <if:choose>
      <if:when test="platform:unity">
        <p>Click the icon at the very right of the <gui>menu bar</gui> and select <gui>System Settings</gui>.</p>
      </if:when>
      <p>Click your name on the top bar and select <gui>System Settings</gui>.</p>
    </if:choose>
  </item>
  <item><p>Open <gui>Universal Access</gui> and select the
   <gui>Typing</gui> tab.</p></item>
  <item><p>Switch <gui>Sticky Keys</gui> on.</p></item>
</steps>

<note style="tip">
<title>Quickly turn sticky keys on and off</title>
<p>Select <gui>Turn on accessibility features from the keyboard</gui> (above
<gui>Sticky Keys</gui>) to turn sticky keys on and off from the keyboard. When
this option is selected, you can press <key>Shift</key> five times in a row to
enable or disable sticky keys.</p>
<if:choose>
<if:when test="platform:unity"></if:when>
<p>You can also turn sticky keys on and off by clicking the
<link xref="a11y-icon">accessibility icon</link> on the top bar and selecting
<gui>Sticky Keys</gui>.</p>
</if:choose>
</note>

<p>If you press two keys at once, you can have sticky keys turn itself off
temporarily to let you enter a keyboard shortcut in the normal way.</p>
<p>For example, if you have sticky keys turned on but press <key>Alt</key> and <key>Tab</key> simultaneously, sticky keys would not wait for you to press another key if you had this option turned on. It <em>would</em> wait if you only pressed one key, however. This is useful if you are able to press some keyboard shortcuts simultaneously (for example, keys that are close together), but not others.</p>
<p>Select <gui>Disable if two keys are pressed together</gui> to enable this.</p>

<p>You can have the computer make a "beep" sound when you start typing a keyboard shortcut with sticky keys turned on. This is useful if you want to know that sticky keys is expecting a keyboard shortcut to be typed, so the next key press will be interpreted as part of a shortcut. Select <gui>Beep when a modifier key is pressed</gui> to enable this.</p>

</page>