NetNewsWire/Evergreen/Resources/KeyboardShortcuts/KeyboardShortcuts.html

80 lines
2.2 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;
2017-12-26 01:56:17 +01:00
border-collapse: collapse;
margin-top: 1.0em;
}
2017-12-26 01:56:17 +01:00
table tr:nth-child(odd) {
background-color: #F0F0F0;
}
table tr td:first-child {
width: 60%;
}
2017-12-26 01:56:17 +01:00
table td {
padding: 0;
}
table caption {
text-align: left;
font-weight: bold;
font-style: italic;
}
</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>
2017-12-26 01:56:17 +01:00
<table>
<caption>Everywhere…</caption>
2017-12-26 01:56:17 +01:00
<tr><td>Scroll or go to next unread</td><td>space bar</td></tr>
<tr><td>Go to next unread</td><td>+</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 older articles as read</td><td>o</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 return or enter</td></tr>
<tr><td>Previous subscription</td><td>a</td></tr>
<tr><td>Next subscription</td><td>z</td></tr>
</table>
<table>
<caption>Left sidebar only…</caption>
2017-12-26 01:56:17 +01:00
<tr><td>Collapse</td><td>, or option-leftArrow</td></tr>
<tr><td>Expand</td><td>. or option-rightArrow</td></tr>
<tr><td>Collapse All (except for group items)</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>rightArrow</td></tr>
</table>
2017-12-26 01:56:17 +01:00
<table>
<caption>Timeline only…</caption>
2017-12-26 01:56:17 +01:00
<tr><td>Move focus to subscriptions</td><td>leftArrow</td></tr>
</table>
</body>
</html>