Add first draft of the Keyboard Shortcuts page.
This commit is contained in:
parent
85e0a9739d
commit
d7bd7140ba
|
@ -1,9 +1,49 @@
|
||||||
<html>
|
<!DOCTYPE html>
|
||||||
<head>
|
<html lang="en">
|
||||||
<title>Keyboard Shortcuts</title>
|
<head>
|
||||||
</head>
|
<meta charset="utf-8" />
|
||||||
<body>
|
<title>Keyboard Shortcuts</title>
|
||||||
<h1>Keyboard Shortcuts</h1>
|
<meta name="generator" content="BBEdit 10.5" />
|
||||||
<p>TODO: <a href="https://github.com/brentsimmons/Evergreen/issues/163">Keyboard shortcuts window #163</a></p>
|
</head>
|
||||||
</body>
|
<body>
|
||||||
|
<h1>Keyboard Shortcuts</h1>
|
||||||
|
|
||||||
|
<p>// TODO: style this page.</p>
|
||||||
|
|
||||||
|
<p>Evergreen has a number of keyboard shortcuts that aren’t listed in the menubar.</p>
|
||||||
|
|
||||||
|
<p>The key to reading your news while holding your coffe is the space bar. The space bar scrolls the current article — and, when it’s scrolled all the way, it goes to the next unread article.</p>
|
||||||
|
|
||||||
|
<p>This way you can go through all your news via the space bar.</p>
|
||||||
|
|
||||||
|
<table>
|
||||||
|
|
||||||
|
<tr><th align="left">Action</th><th align="left">Key</th></tr>
|
||||||
|
|
||||||
|
<tr><td colspan="2"><em>Everywhere…</em></td></tr>
|
||||||
|
<tr><td>Go to next unread or scroll</td><td>space bar</td></tr>
|
||||||
|
<tr><td>Go to next unread</td><td>+ or shift-downArrow</td></tr>
|
||||||
|
<tr><td>Mark as read</td><td>r</td></tr>
|
||||||
|
<tr><td>Mark all as read</td><td>k</td></tr>
|
||||||
|
<tr><td>Mark all as read, go to next unread</td><td>l (lowercase L)</td></tr>
|
||||||
|
<tr><td>Mark as unread, go to next unread</td><td>m</td></tr>
|
||||||
|
<tr><td>Mark as unread</td><td>u</td></tr>
|
||||||
|
<tr><td>Open in browser</td><td>b or right-arrow or return or enter</td></tr>
|
||||||
|
<tr><td>Move focus to Subscriptions</td><td>left-arrow</td></tr>
|
||||||
|
<tr><td>Previous subscription</td><td>a</td></tr>
|
||||||
|
<tr><td>Next subscription</td><td>z</td></tr>
|
||||||
|
|
||||||
|
<tr><td colspan="2"><em>Left sidebar only…</em></td></tr>
|
||||||
|
<tr><td>Collapse</td><td>, or cmd-leftArrow</td></tr>
|
||||||
|
<tr><td>Expand</td><td>. or cmd-rightArrow</td></tr>
|
||||||
|
<tr><td>Collapse All</td><td>; or option-cmd-leftArrow</td></tr>
|
||||||
|
<tr><td>Expand All</td><td>' or option-cmd-rightArrow</td></tr>
|
||||||
|
<tr><td>Move focus to headlines</td><td>right-arrow</td></tr>
|
||||||
|
|
||||||
|
<tr><td colspan="2"><em>Timeline only…</em></td></tr>
|
||||||
|
<tr><td>Move focus to sidebar</td><td>leftArrow</td></tr>
|
||||||
|
|
||||||
|
</table>
|
||||||
|
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue