91 lines
2.8 KiB
HTML
91 lines
2.8 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;
|
||
border-collapse: collapse;
|
||
margin-top: 1.0em;
|
||
}
|
||
table tr:nth-child(odd) {
|
||
background-color: #F0F0F0;
|
||
}
|
||
table tr td:first-child {
|
||
width: 60%;
|
||
}
|
||
table td {
|
||
padding: 0;
|
||
}
|
||
table caption {
|
||
text-align: left;
|
||
font-weight: bold;
|
||
font-style: italic;
|
||
}
|
||
kbd {
|
||
font-family: -apple-system;
|
||
}
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<h1>Keyboard Shortcuts</h1>
|
||
|
||
<p>NetNewsWire 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>
|
||
<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>n or +</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>⏎</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>
|
||
</table>
|
||
|
||
<table>
|
||
<caption>Left sidebar only…</caption>
|
||
|
||
<tr><td>Collapse</td><td><kbd>,</kbd> or <kbd>⌥</kbd>+<kbd>←</kbd></td></tr>
|
||
<tr><td>Expand</td><td><kbd>.</kbd> or <kbd>⌥</kbd>+<kbd>→</kbd></td></tr>
|
||
<tr><td>Collapse All (except for group items)</td><td><kbd>;</kbd> or <kbd>⌥</kbd>+<kbd>⌘</kbd>+<kbd>←</kbd></td></tr>
|
||
<tr><td>Expand All</td><td><kbd>'</kbd> or <kbd>⌥</kbd>+<kbd>⌘</kbd>+<kbd>→</kbd></td></tr>
|
||
<tr><td>Move focus to headlines</td><td><kbd>→</kbd></td></tr>
|
||
</table>
|
||
|
||
<table>
|
||
<caption>Timeline only…</caption>
|
||
|
||
<tr><td>Move focus to subscriptions</td><td><kbd>←</kbd></td></tr>
|
||
<tr><td>Move focus to detail</td><td><kbd>→</kbd></td></tr>
|
||
</table>
|
||
|
||
<table>
|
||
<caption>Detail only…</caption>
|
||
|
||
<tr><td>Move focus to headlines</td><td><kbd>←</kbd></td></tr>
|
||
</table>
|
||
|
||
|
||
</body>
|
||
</html>
|