Skip to content

Commit

Permalink
Address not colorful emojis issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alex1701c committed Sep 14, 2019
1 parent a22347c commit 0167e8d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

This plugin allows you to search, copy and paste emojis/symbols.

Additionally you can configure favourites, set the unicode version and enable/disable categories.
Additionally you can configure favourites, set the unicode version and enable/disable categories.
If you don't have colorful emojis please try the solution from https://github.com/alex1701c/EmojiRunner/issues/1/

### Required Dependencies

Expand Down Expand Up @@ -39,7 +40,9 @@ The emoji.json file is a modified version from https://github.com/github/gemoji
### Enable Shortcuts
This project has a EmojiRunnerCommands.khotkeys file.
This file contains two shortcuts (of course you can change them):
- Ctrl+Alt+Space Shows only EmojiRunner and favourites, if one emoji is selected it gets pasted to the current text input (demonstrated in gif)
- Ctrl+Alt+Space Shows only EmojiRunner and favourites,
if one emoji is selected it gets pasted to the current text input (demonstrated in gif).
For this the Runner emits the Ctrl+V key combination using xdotool
- Ctrl+Alt+Shift+Space Same as above except the favourites are not shown

These shortcuts start Krunner using qdbus. For example the command to launch the favourites is:
Expand Down

0 comments on commit 0167e8d

Please sign in to comment.