diff --git a/Evergreen/Resources/KeyboardShortcuts/KeyboardShortcuts.html b/Evergreen/Resources/KeyboardShortcuts/KeyboardShortcuts.html
index a606de66b..7459e2c69 100644
--- a/Evergreen/Resources/KeyboardShortcuts/KeyboardShortcuts.html
+++ b/Evergreen/Resources/KeyboardShortcuts/KeyboardShortcuts.html
@@ -15,13 +15,31 @@
table {
width: 100%;
line-height: 2.0em;
+ border-collapse: collapse;
+ margin-top: 1.0em;
}
- .tableTitleRow {
- font-weight: bold;
+ 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;
}
- .backgroundColorRow {
- background-color: #F0F0F0;
+ 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);
}
@@ -34,33 +52,36 @@
This way you can go through all your news via the space bar.
-
+
+ Everywhere…
-| Everywhere… |
-| Scroll or go to next unread | space bar |
-| Go to next unread | + |
-| Mark as read | r |
-| Mark all as read | k |
-| Mark older articles as read | o |
-| Mark all as read, go to next unread | l (lowercase L) |
-| Mark as unread, go to next unread | m |
-| Mark as unread | u |
-| Open in browser | b or return or enter |
-| Previous subscription | a |
-| Next subscription | z |
+ | Scroll or go to next unread | space |
+ | Go to next unread | + |
+ | Mark as read | r |
+ | Mark all as read | k |
+ | Mark older articles as read | o |
+ | Mark all as read, go to next unread | l |
+ | Mark as unread, go to next unread | m |
+ | Mark as unread | u |
+ | Open in browser | b or ⏎ or Enter |
+ | Previous subscription | a |
+ | Next subscription | z |
+
-
|
-| Left sidebar only… |
-| Collapse | , or option-leftArrow |
-| Expand | . or option-rightArrow |
-| Collapse All (except for group items) | ; or option-cmd-leftArrow |
-| Expand All | ' or option-cmd-rightArrow |
-| Move focus to headlines | rightArrow |
+
+ Left sidebar only…
-
|
-| Timeline only… |
-| Move focus to subscriptions | leftArrow |
+ | Collapse | , or ⌥+← |
+ | Expand | . or ⌥+→ |
+ | Collapse All (except for group items) | ; or ⌥+⌘+← |
+ | Expand All | ' or ⌥+⌘+→ |
+ | Move focus to headlines | → |
+
+
+ Timeline only…
+
+ | Move focus to subscriptions | ← |