NetNewsWire/Evergreen/Resources/KeyboardShortcuts/KeyboardShortcuts.html

69 lines
2.5 KiB
HTML
Raw Normal View History

<!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 arent 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 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 cellspacing="0" cellpadding="0">
<tr><td colspan="2">&nbsp;<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>+</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 return or enter</td></tr>
2017-12-21 02:40:46 +01:00
<tr class="backgroundColorRow"><td>Move focus to Subscriptions</td><td>leftArrow</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">&nbsp;<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>
2017-12-21 02:40:46 +01:00
<tr class="backgroundColorRow"><td>Move focus to headlines</td><td>rightArrow</td></tr>
<tr><td colspan="2">&nbsp;<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>