Browse Source

docs(smileys): mention emoji pack support and how to install them

reviewable/pr3737/r5
sudden6 9 years ago
parent
commit
6628bf250a
No known key found for this signature in database
GPG Key ID: 279509B499E032B9
  1. 10
      doc/user_manual_en.md

10
doc/user_manual_en.md

@ -9,6 +9,7 @@ @@ -9,6 +9,7 @@
* [Quotes](#quotes)
* [Multi Window Mode](#multi-window-mode)
* [Keyboard Shortcuts](#keyboard-shortcuts)
* [Emoji Packs](#emoji-packs)
## Contact list
@ -364,3 +365,12 @@ The following shortcuts are currently supported: @@ -364,3 +365,12 @@ The following shortcuts are currently supported:
| `CTRL` + `TAB` | Switch to the next contact |
| `CTRL` + `SHIFT` + `TAB` | Switch to the previous contact|
| `ALT` + `q` | Quote selected text |
## Emoji Packs
qTox provides support for custom emoji packs. To install a new emoji pack
put it in `%AppData%/Local/emoticons` for Windows or `~/.local/share/emoticons`
for Linux. If these directories don't exist, you have to create them. The emoji
files have to be in a subfolder also containing `emoticon.xml`, see the
structure of https://github.com/qTox/qTox/tree/v1.5.2/smileys for further
information.

Loading…
Cancel
Save