diff options
| author | Teddy Wing | 2018-03-27 02:33:39 +0200 |
|---|---|---|
| committer | Teddy Wing | 2018-03-27 02:33:39 +0200 |
| commit | f909d6dcc34088729226efc8a79535ea53d280ed (patch) | |
| tree | 114233f886b36d0382c54b6dfb18ac9e8b6109ff | |
| parent | 21fad48ad7a66206d2742bc5443a568907561316 (diff) | |
| download | QWAZERTY-f909d6dcc34088729226efc8a79535ea53d280ed.tar.bz2 | |
README: Fix Markdown
* Change table to use GitHub Flavored Markdown syntax
* Fix links with spaces by URL-encoding the space
| -rw-r--r-- | README.md | 22 |
1 files changed, 10 insertions, 12 deletions
@@ -36,14 +36,12 @@ rather as a convenient identifier to rebind the key to any desired function. Here are the emojis and corresponding key sequences: -+--------+----------------------+---------+ -| Output | Key Sequence | Unicode | -+--------+----------------------+---------+ -| 🕳 | <Emoji> | U+1F573 | -| ⛳ | Shift–<Emoji> | U+26F3 | -| 🌗 | Option–<Emoji> | U+1F317 | -| 🌑 | Shift—Option—<Emoji> | U+1F311 | -+--------+----------------------+---------+ +| Output | Key Sequence | Unicode | +|--------|------------------------|---------| +| 🕳 | `<Emoji>` | U+1F573 | +| ⛳ | Shift–`<Emoji>` | U+26F3 | +| 🌗 | Option–`<Emoji>` | U+1F317 | +| 🌑 | Shift–Option–`<Emoji>` | U+1F311 | ## Example Usage @@ -57,13 +55,13 @@ the special emoji key is pressed: ## Screenshots ### QWAZERTY-normal enter key.bundle - + - + - + - + ### QWAZERTY.bundle |
