diff options
| author | Teddy Wing | 2018-03-27 01:14:44 +0200 | 
|---|---|---|
| committer | Teddy Wing | 2018-03-27 01:14:44 +0200 | 
| commit | 3055d71622e80bd82235585e7f7a0d5fb2f6564a (patch) | |
| tree | c7e7bb0c6d38c42702d67e7c7a17e38a9aa8bb91 /README.md | |
| parent | 64c4ce4371920c79cd7184c34755169690ebfdcc (diff) | |
| download | QWAZERTY-3055d71622e80bd82235585e7f7a0d5fb2f6564a.tar.bz2 | |
README: Add Unicode code points of emoji characters
Include the Unicode code points in the table that describes the emojis
used in the keyboard layout for more clarity.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 16 | 
1 files changed, 8 insertions, 8 deletions
| @@ -36,14 +36,14 @@ rather as a convenient identifier to rebind the key to any desired function.  Here are the emojis and corresponding key sequences: -+--------+----------------------+ -| Output | Key Sequence         | -+--------+----------------------+ -|   🕳   | <Emoji>              | -|   ⛳   | Shift–<Emoji>        | -|   🌗   | Option–<Emoji>       | -|   🌑   | Shift—Option—<Emoji> | -+--------+----------------------+ ++--------+----------------------+---------+ +| Output | Key Sequence         | Unicode | ++--------+----------------------+---------+ +|   🕳   | <Emoji>              | U+1F573 | +|   ⛳   | Shift–<Emoji>        | U+26F3  | +|   🌗   | Option–<Emoji>       | U+1F317 | +|   🌑   | Shift—Option—<Emoji> | U+1F311 | ++--------+----------------------+---------+  ## Example Usage | 
