diff --git a/Evergreen/Resources/KeyboardShortcuts/KeyboardShortcuts.html b/Evergreen/Resources/KeyboardShortcuts/KeyboardShortcuts.html
index 0835ca83a..a7443e303 100644
--- a/Evergreen/Resources/KeyboardShortcuts/KeyboardShortcuts.html
+++ b/Evergreen/Resources/KeyboardShortcuts/KeyboardShortcuts.html
@@ -32,6 +32,15 @@
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);
+ }
@@ -46,33 +55,33 @@
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 (lowercase 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 |
+ | Collapse | , or ⌥+← |
+ | Expand | . or ⌥+→ |
+ | Collapse All (except for group items) | ; or ⌥+⌘+← |
+ | Expand All | ' or ⌥+⌘+→ |
+ | Move focus to headlines | → |
Timeline only…
- | Move focus to subscriptions | leftArrow |
+ | Move focus to subscriptions | ← |