NetNewsWire/Evergreen/Resources/KeyboardShortcuts/KeyboardShortcuts.html

89 lines
2.8 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;
}
kbd {
font-family: monospace, -apple-system;
background: #FFF;
padding: 2px;
margin: 0 4px 0 2px;
border: solid #333 1px;
border-radius: 3px;
box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.75);
}
</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>
<tr><td>Scroll or go to next unread</td><td><kbd>space</kbd></td></tr>
<tr><td>Go to next unread</td><td><kbd>+</kbd></td></tr>
<tr><td>Mark as read</td><td><kbd>r</kbd></td></tr>
<tr><td>Mark all as read</td><td><kbd>k</kbd></td></tr>
<tr><td>Mark older articles as read</td><td><kbd>o</kbd></td></tr>
<tr><td>Mark all as read, go to next unread</td><td><kbd>l</kbd></td></tr>
<tr><td>Mark as unread, go to next unread</td><td><kbd>m</kbd></td></tr>
<tr><td>Mark as unread</td><td><kbd>u</kbd></td></tr>
<tr><td>Open in browser</td><td><kbd>b</kbd> or <kbd>&#9166;</kbd> or <kbd>Enter</kbd></td></tr>
<tr><td>Previous subscription</td><td><kbd>a</kbd></td></tr>
<tr><td>Next subscription</td><td><kbd>z</kbd></td></tr>
2017-12-26 01:56:17 +01:00
</table>
<table>
<caption>Left sidebar only…</caption>
<tr><td>Collapse</td><td><kbd>,</kbd> or <kbd>&#8997;</kbd>+<kbd>&larr;</kbd></td></tr>
<tr><td>Expand</td><td><kbd>.</kbd> or <kbd>&#8997;</kbd>+<kbd>&rarr;</kbd></td></tr>
<tr><td>Collapse All (except for group items)</td><td><kbd>;</kbd> or <kbd>&#8997;</kbd>+<kbd>&#8984;</kbd>+<kbd>&larr;</kbd></td></tr>
<tr><td>Expand All</td><td><kbd>'</kbd> or <kbd>&#8997;</kbd>+<kbd>&#8984;</kbd>+<kbd>&rarr;</kbd></td></tr>
<tr><td>Move focus to headlines</td><td><kbd>&rarr;</kbd></td></tr>
2017-12-26 01:56:17 +01:00
</table>
2017-12-26 01:56:17 +01:00
<table>
<caption>Timeline only…</caption>
<tr><td>Move focus to subscriptions</td><td><kbd>&larr;</kbd></td></tr>
</table>
</body>
</html>