mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-18 12:28:37 +01:00
69 lines
2.5 KiB
HTML
69 lines
2.5 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="utf-8" />
|
||
<title>Keyboard Shortcuts</title>
|
||
<meta name="generator" content="BBEdit 10.5" />
|
||
<style>
|
||
body {
|
||
margin: 2em;
|
||
color: #333333;
|
||
background-color: white;
|
||
line-height: 1.4em;
|
||
font-family: -apple-system;
|
||
}
|
||
table {
|
||
width: 100%;
|
||
line-height: 2.0em;
|
||
}
|
||
.tableTitleRow {
|
||
font-weight: bold;
|
||
font-style: italic;
|
||
}
|
||
.backgroundColorRow {
|
||
background-color: #F0F0F0;
|
||
}
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<h1>Keyboard Shortcuts</h1>
|
||
|
||
<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 coffee 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 cellspacing="0" cellpadding="0">
|
||
|
||
<tr><td colspan="2"> <br /></td></tr>
|
||
<tr class="tableTitleRow"><td colspan="2">Everywhere…</td></tr>
|
||
<tr class="backgroundColorRow"><td>Scroll or go to next unread</td><td>space bar</td></tr>
|
||
<tr><td>Go to next unread</td><td>+ or shift-downArrow</td></tr>
|
||
<tr class="backgroundColorRow"><td>Mark as read</td><td>r</td></tr>
|
||
<tr><td>Mark all as read</td><td>k</td></tr>
|
||
<tr class="backgroundColorRow"><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 class="backgroundColorRow"><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 class="backgroundColorRow"><td>Move focus to Subscriptions</td><td>left-arrow</td></tr>
|
||
<tr><td>Previous subscription</td><td>a</td></tr>
|
||
<tr class="backgroundColorRow"><td>Next subscription</td><td>z</td></tr>
|
||
|
||
<tr><td colspan="2"> <br /></td></tr>
|
||
<tr><td colspan="2" class="tableTitleRow">Left sidebar only…</td></tr>
|
||
<tr class="backgroundColorRow"><td>Collapse</td><td>, or cmd-leftArrow</td></tr>
|
||
<tr><td>Expand</td><td>. or cmd-rightArrow</td></tr>
|
||
<tr class="backgroundColorRow"><td>Collapse All</td><td>; or option-cmd-leftArrow</td></tr>
|
||
<tr><td>Expand All</td><td>' or option-cmd-rightArrow</td></tr>
|
||
<tr class="backgroundColorRow"><td>Move focus to headlines</td><td>right-arrow</td></tr>
|
||
|
||
<tr><td colspan="2"> <br /></td></tr>
|
||
<tr><td colspan="2" class="tableTitleRow">Timeline only…</td></tr>
|
||
<tr class="backgroundColorRow"><td>Move focus to sidebar</td><td>leftArrow</td></tr>
|
||
|
||
</table>
|
||
|
||
</body>
|
||
</html>
|