55 lines
2.9 KiB
Markdown
55 lines
2.9 KiB
Markdown
|
@title Keyboard shortcuts
|
|||
|
|
|||
|
# Keyboard shortcuts
|
|||
|
|
|||
|
NetNewsWire’s interface is easily navigable using keyboard shortcuts.
|
|||
|
|
|||
|
The most useful shortcuts are for reading articles: **space** to scroll articles and jump to the next unread one, or **n** to jump immediately to the next unread article. There’s also **b** to open the article in your browser (the **Return** or **Enter** keys work too).
|
|||
|
|
|||
|
|
|||
|
|
|||
|
In-app list of keyboard shortcuts
|
|||
|
---------------------------------
|
|||
|
|
|||
|
A comprehensive list of NetNewsWire’s keyboard shortcuts is always accessible to you in NetNewsWire. Just click on **Help → Keyboard Shortcuts** in the menu bar.
|
|||
|
|
|||
|
The list opens in a separate window which you can leave open to remind you of the keys to press. *You’ll be a NetNewsWire keyboard magician in no time.*
|
|||
|
|
|||
|
|
|||
|
### Do I need to use the Command key?
|
|||
|
|
|||
|
No, the Command (⌘) key isn’t required for these advanced keyboard shortcuts – just press the key by itself.
|
|||
|
|
|||
|
|
|||
|
|
|||
|
NetNewsWire’s keyboard shortcuts
|
|||
|
--------------------------------
|
|||
|
|
|||
|
Many of NetNewsWire’s shortcuts work from anywhere in the app. Others only work when a certain pane is active and highlighted.
|
|||
|
|
|||
|
<!-- From in-app shortcut page -->
|
|||
|
<table>
|
|||
|
<tr><th>Everywhere in NetNewsWire</th></tr>
|
|||
|
<tr><td>Scroll or go to next unread</td> <td>space</td></tr>
|
|||
|
<tr><td>Go to next unread</td> <td>n or +</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</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 ⏎ or Enter</td></tr>
|
|||
|
<tr><td>Previous subscription</td> <td>a</td></tr>
|
|||
|
<tr><td>Next subscription</td> <td>z</td></tr>
|
|||
|
<tr><th>Feed list (left pane)</th></tr>
|
|||
|
<tr><td>Collapse</td> <td>, or ⌥+←</td></tr>
|
|||
|
<tr><td>Expand</td> <td>. or ⌥+→</td></tr>
|
|||
|
<tr><td>Collapse All (except for group items)</td> <td>; or ⌥+⌘+←</td></tr>
|
|||
|
<tr><td>Expand All</td> <td>' or ⌥+⌘+→</td></tr>
|
|||
|
<tr><td>Move focus to headlines</td> <td>→</td></tr>
|
|||
|
<tr><th>Article list timeline (centre pane)</th></tr>
|
|||
|
<tr><td>Move focus to subscriptions</td> <td>←</td></tr>
|
|||
|
<tr><td>Move focus to detail</td> <td>→</td></tr>
|
|||
|
<tr><th>Article reader (right pane)</th></tr>
|
|||
|
<tr><td>Move focus to headlines</td> <td>←</td></tr>
|
|||
|
</table>
|