Skip to content

Commit da1f78e

Browse files
committed
Updated README
1 parent 7b5ddb8 commit da1f78e

File tree

2 files changed

+36
-5
lines changed

2 files changed

+36
-5
lines changed

README.css

+31
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,34 @@
107107
div.h2 code {
108108
font-size: .8em;
109109
}
110+
111+
/* Key Characters
112+
================================================ */
113+
kbd {
114+
border-width: thin;
115+
border-style: solid none solid none;
116+
cursor: default;
117+
font-size: .8em;
118+
font-weight: bold;
119+
120+
padding: 1px 4px;
121+
font-family: "Source Sans Pro",sans-serif;
122+
123+
background-color: #fff;
124+
background-image: linear-gradient(to bottom, #fff, #f8f8f8);
125+
box-shadow: 0px 2px 2px #666;
126+
}
127+
128+
kbd:first-child {
129+
border-radius: 3px 0px 0px 3px;
130+
border-style: solid none solid solid;
131+
}
132+
133+
kbd:last-child {
134+
border-radius: 0px 3px 3px 0px;
135+
border-style: solid solid solid none;
136+
}
137+
kbd:only-child {
138+
border-radius: 3px;
139+
border-style: solid;
140+
}

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ Naturally, you will first need to open the document. You can open a document fro
3838

3939
| Operation | Menu | Keyboard Shortcut |
4040
|-------------------|------------|-------------------|
41-
| Open a Local File | Open … | ⌘O \| ⌃O |
42-
| Open a URL | Open URL … | ⌘⇧O \| ⌃⇧O |
41+
| Open a Local File | Open … | <span><kbd>⌘</kbd><kbd>O</kbd></span> or <span><kbd>⌃</kbd><kbd>O</kbd></span> |
42+
| Open a URL | Open URL … | <span><kbd>⌘</kbd><kbd>⇧</kbd><kbd>O</kbd></span>or <span><kbd>⌃</kbd><kbd>⇧</kbd><kbd>O</kbd></span> |
4343

4444

4545
### Navigating the Document
@@ -60,9 +60,9 @@ On the control bar, there is a button `Full Screen`. This will remove all the bi
6060

6161
If you want true full screen, you will need to use the operating system’s full screen feature as well.
6262

63-
You can navigate through the pages using the `previous` and `next` buttons.
64-
65-
You can get back to normal by pressing `escape`.
63+
- You can navigate through the pages using the <span><kbd>←</kbd></span> or <span><kbd>→</kbd></span> keys.
64+
- You can go to the first or last page using the <span><kbd>↑</kbd></span> or <span><kbd>↓</kbd></span> keus.
65+
- You can get back to normal by pressing the <span><kbd>Esc</kbd></span> key.
6666

6767
## Preferences
6868

0 commit comments

Comments
 (0)