Add first draft of the Keyboard Shortcuts page.

This commit is contained in:
Brent Simmons 2017-12-20 16:39:58 -08:00
parent 85e0a9739d
commit d7bd7140ba
1 changed files with 48 additions and 8 deletions

View File

@ -1,9 +1,49 @@
<html>
<head>
<title>Keyboard Shortcuts</title>
</head>
<body>
<h1>Keyboard Shortcuts</h1>
<p>TODO: <a href="https://github.com/brentsimmons/Evergreen/issues/163">Keyboard shortcuts window #163</a></p>
</body>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Keyboard Shortcuts</title>
<meta name="generator" content="BBEdit 10.5" />
</head>
<body>
<h1>Keyboard Shortcuts</h1>
<p>// TODO: style this page.</p>
<p>Evergreen has a number of keyboard shortcuts that arent 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 its 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>