~ubuntu-branches/ubuntu/saucy/gnome-user-docs/saucy-proposed

« back to all changes in this revision

Viewing changes to gnome-help/cs/a11y-stickykeys.page

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-11-15 14:44:43 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20121115144443-znsud5byjojjhvc4
Tags: 3.6.2-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<page xmlns="http://projectmallard.org/1.0/" xmlns:if="http://projectmallard.org/if/1.0/" type="topic" style="task a11y" id="a11y-stickykeys" xml:lang="cs">
 
3
  <info>
 
4
    <link type="guide" xref="a11y#mobility" group="keyboard"/>
 
5
    <link type="guide" xref="keyboard" group="a11y"/>
 
6
 
 
7
    <revision pkgversion="3.4.0" date="2012-03-25" status="final"/>
 
8
 
 
9
    <credit type="author">
 
10
      <name>Shaun McCance</name>
 
11
      <email>shaunm@gnome.org</email>
 
12
    </credit>
 
13
 
 
14
    <credit type="author">
 
15
      <name>Phil Bull</name>
 
16
      <email>philbull@gmail.com</email>
 
17
    </credit>
 
18
 
 
19
    <desc>Type keyboard shortcuts one key at a time rather than having to hold
 
20
     down all of the keys at once.</desc>
 
21
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
 
22
  
 
23
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
 
24
      <mal:name>Adam Matoušek</mal:name>
 
25
      <mal:email>adamatousek@gmail.com</mal:email>
 
26
      <mal:years>2012</mal:years>
 
27
    </mal:credit>
 
28
  </info>
 
29
 
 
30
<title>Turn on sticky keys</title>
 
31
 
 
32
<p><em>Sticky keys</em> allows you to type keyboard shortcuts one key at a time
 
33
 rather than having to hold down all of the keys at once. For example, the
 
34
 <keyseq><key>Alt</key><key>Tab</key></keyseq> shortcut switches between
 
35
 windows. Without sticky keys turned on, you would have to hold down both keys
 
36
 at the same time; with sticky keys turned on, you would press <key>Alt</key>
 
37
 and then <key>Tab</key> to do the same.</p>
 
38
 
 
39
<p>You might want to turn on sticky keys if you find it difficult to hold down
 
40
 several keys at once.</p>
 
41
 
 
42
<steps>
 
43
  <item>
 
44
    <if:choose>
 
45
      <if:when test="platform:unity">
 
46
        <p>Klepněte na ikonu zcela vpravo v <gui>panelu nabídky</gui> a zvolte <gui>Nastavení systému</gui>.</p>
 
47
      </if:when>
 
48
      <p>Klepněte na své jméno v horní liště a zvolte <gui>Nastavení systému</gui>.</p>
 
49
    </if:choose>
 
50
  </item>
 
51
  <item><p>Open <gui>Universal Access</gui> and select the
 
52
   <gui>Typing</gui> tab.</p></item>
 
53
  <item><p>Switch <gui>Sticky Keys</gui> on.</p></item>
 
54
</steps>
 
55
 
 
56
<note style="tip">
 
57
<title>Quickly turn sticky keys on and off</title>
 
58
<p>Select <gui>Turn on accessibility features from the keyboard</gui> (above
 
59
<gui>Sticky Keys</gui>) to turn sticky keys on and off from the keyboard. When
 
60
this option is selected, you can press <key>Shift</key> five times in a row to
 
61
enable or disable sticky keys.</p>
 
62
<if:choose>
 
63
<if:when test="platform:unity"/>
 
64
<p>You can also turn sticky keys on and off by clicking the
 
65
<link xref="a11y-icon">accessibility icon</link> on the top bar and selecting
 
66
<gui>Sticky Keys</gui>.</p>
 
67
</if:choose>
 
68
</note>
 
69
 
 
70
<p>If you press two keys at once, you can have sticky keys turn itself off
 
71
temporarily to let you enter a keyboard shortcut in the normal way.</p>
 
72
<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>
 
73
<p>Select <gui>Disable if two keys are pressed together</gui> to enable this.</p>
 
74
 
 
75
<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>
 
76
 
 
77
</page>