~cooperjona/lightread/master

« back to all changes in this revision

Viewing changes to Ubuntu/help/C/keyboard.page

  • Committer: Jono Cooper
  • Date: 2012-12-08 21:37:51 UTC
  • mfrom: (100.1.4)
  • Revision ID: git-v1:4ceaae4627711b45dad15c16d1b53efc1c47a6fa
Merge pull request #23 from krnekhelesh/master

Help guide for Lightread

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<page xmlns="http://projectmallard.org/1.0/"
 
2
      xmlns:ui="http://projectmallard.org/experimental/ui/"
 
3
      type="topic" style="tip"
 
4
      id="keyboard">
 
5
 
 
6
<info>
 
7
        <link type="guide" xref="index"/>
 
8
        <credit type="author">
 
9
                <name>Nekhelesh Ramananthan</name>
 
10
                <email>krnekhelesh@gmail.com</email>
 
11
                <years>2012</years>
 
12
        </credit>
 
13
</info>
 
14
 
 
15
<title>Shortcut Keys</title>
 
16
<p>Shortcut keys helps to perform common tasks quickly. The table below lists all the available shortcut keyboard for <app>Lightread</app>.</p>
 
17
 
 
18
<table frame="top bottom" rules="rows" ui:expanded="yes">
 
19
 <title>Navigation</title>
 
20
 <thead>
 
21
  <tr>
 
22
        <td><p>Action</p></td> <td><p>Shortcut Key</p></td>
 
23
  </tr>
 
24
 </thead>
 
25
 
 
26
 <tbody>
 
27
 <tr> <td><p>Move around feeds,items and post</p></td> <td><p><keyseq><key>Arrow Keys</key></keyseq></p></td> </tr>
 
28
 <tr> <td><p>Scan next/previous article</p></td> <td><p><keyseq><key>n/p</key></keyseq></p></td> </tr>
 
29
 <tr> <td><p>Scan next/previous subscription</p></td> <td><p><keyseq><key>shift</key><key>n/p</key></keyseq></p></td> </tr>
 
30
 <tr> <td><p>Select Article</p></td> <td><p><keyseq><key>Enter</key></keyseq></p></td> </tr>
 
31
 </tbody>
 
32
</table>
 
33
 
 
34
<table frame="top bottom" rules="rows" ui:expanded="no">
 
35
 <title>Application</title>
 
36
 <thead>
 
37
  <tr>
 
38
        <td><p>Action</p></td> <td><p>Shortcut Key</p></td>
 
39
  </tr>
 
40
 </thead>
 
41
 
 
42
 <tbody>
 
43
 <tr> <td><p>Add New subscription/feed</p></td> <td><p><keyseq><key>Ctrl</key><key>N</key></keyseq></p></td> </tr>
 
44
 <tr> <td><p>Sync</p></td> <td><p><keyseq><key>Ctrl</key><key>S</key></keyseq></p></td> </tr>
 
45
 <tr> <td><p>Perform search</p></td> <td><p><keyseq><key>/</key></keyseq></p></td> </tr>
 
46
 <tr> <td><p>Zoom</p></td> <td><p><keyseq><key>=</key></keyseq></p></td> </tr>
 
47
 </tbody>
 
48
</table>
 
49
 
 
50
<table frame="top bottom" rules="rows" ui:expanded="no">
 
51
 <title>Filters</title>
 
52
 <thead>
 
53
  <tr>
 
54
        <td><p>Action</p></td> <td><p>Shortcut Key</p></td>
 
55
  </tr>
 
56
 </thead>
 
57
 
 
58
 <tbody>
 
59
 <tr> <td><p>View All Items</p></td> <td><p><keyseq><key>Ctrl</key><key>1</key></keyseq></p></td> </tr>
 
60
 <tr> <td><p>View Unread</p></td> <td><p><keyseq><key>Ctrl</key><key>2</key></keyseq></p></td> </tr>
 
61
 <tr> <td><p>View Starred</p></td> <td><p><keyseq><key>Ctrl</key><key>3</key></keyseq></p></td> </tr>
 
62
 </tbody>
 
63
</table>
 
64
 
 
65
<table frame="top bottom" rules="rows" ui:expanded="no">
 
66
 <title>Acting on items</title>
 
67
 <thead>
 
68
  <tr>
 
69
        <td><p>Action</p></td> <td><p>Shortcut Key</p></td>
 
70
  </tr>
 
71
 </thead>
 
72
 
 
73
 <tbody>
 
74
 <tr> <td><p>Toggle read status</p></td> <td><p><keyseq><key>m</key></keyseq></p></td> </tr>
 
75
 <tr> <td><p>View original</p></td> <td><p><keyseq><key>v</key></keyseq></p></td> </tr>
 
76
 <tr> <td><p>Mark Starred</p></td> <td><p><keyseq><key>s</key></keyseq></p></td> </tr>
 
77
 <tr> <td><p>Mark all read</p></td> <td><p><keyseq><key>Shift</key><key>=</key><key>a</key></keyseq></p></td> </tr>
 
78
 </tbody>
 
79
</table>
 
80
 
 
81
 
 
82
</page>