Style the Keyboard Shortcuts window HTML.
This commit is contained in:
parent
d7bd7140ba
commit
01de056684
|
@ -4,44 +4,63 @@
|
|||
<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>// TODO: style this page.</p>
|
||||
|
||||
<p>Evergreen has a number of keyboard shortcuts that aren’t listed in the menubar.</p>
|
||||
|
||||
<p>The key to reading your news while holding your coffe 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>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>
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
|
||||
<tr><th align="left">Action</th><th align="left">Key</th></tr>
|
||||
|
||||
<tr><td colspan="2"><em>Everywhere…</em></td></tr>
|
||||
<tr><td>Go to next unread or scroll</td><td>space bar</td></tr>
|
||||
<tr><td colspan="2"> <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>+ or shift-downArrow</td></tr>
|
||||
<tr><td>Mark as read</td><td>r</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><td>Mark all as read, go to next unread</td><td>l (lowercase L)</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><td>Mark as unread</td><td>u</td></tr>
|
||||
<tr class="backgroundColorRow"><td>Mark as unread</td><td>u</td></tr>
|
||||
<tr><td>Open in browser</td><td>b or right-arrow or return or enter</td></tr>
|
||||
<tr><td>Move focus to Subscriptions</td><td>left-arrow</td></tr>
|
||||
<tr class="backgroundColorRow"><td>Move focus to Subscriptions</td><td>left-arrow</td></tr>
|
||||
<tr><td>Previous subscription</td><td>a</td></tr>
|
||||
<tr><td>Next subscription</td><td>z</td></tr>
|
||||
<tr class="backgroundColorRow"><td>Next subscription</td><td>z</td></tr>
|
||||
|
||||
<tr><td colspan="2"><em>Left sidebar only…</em></td></tr>
|
||||
<tr><td>Collapse</td><td>, or cmd-leftArrow</td></tr>
|
||||
<tr><td colspan="2"> <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><td>Collapse All</td><td>; or option-cmd-leftArrow</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>
|
||||
<tr><td>Move focus to headlines</td><td>right-arrow</td></tr>
|
||||
<tr class="backgroundColorRow"><td>Move focus to headlines</td><td>right-arrow</td></tr>
|
||||
|
||||
<tr><td colspan="2"><em>Timeline only…</em></td></tr>
|
||||
<tr><td>Move focus to sidebar</td><td>leftArrow</td></tr>
|
||||
<tr><td colspan="2"> <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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue