Skip to content

Commit dd3aa99

Browse files
committed
Add screenshots and more instructions.
1 parent 3bf2866 commit dd3aa99

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
emoji.lua

README.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
11
# Emoji 拼音输入法扩展
22

3-
Emoji 拼音输入法扩展,可用于 [Google 拼音](http://www.google.com/intl/zh-CN/ime/pinyin/)[ibus-libpinyin](https://github.com/epico/ibus-libpinyin)
3+
Emoji 拼音输入法扩展,可用于 [Google 拼音](http://www.google.com/intl/zh-CN/ime/pinyin/)[ibus-libpinyin](https://github.com/epico/ibus-libpinyin)安装扩展后,输入 iem + 拼音(如 iemgaoxing)即可输入相应表情符号。
44

55
该项目可以使用 OS X 10.10 中的`/usr/share/mecabra/zh/common/emoji.plist`生成 Lua 扩展。
66

7+
<img alt="Screenshot on Ubuntu" src="screenshots/ubuntu.png" width="378">
8+
9+
<img alt="Screenshot on Windows 8" src="screenshots/windows.png" width="370">
10+
711
# 使用指南
812

913
## 生成扩展
1014

11-
1. 安装 pip3
15+
1. 安装 Python 3
1216
2. `sudo pip3 install -r requirements.txt`
1317
3. `python3 generator.py /usr/share/mecabra/zh/common/emoji.plist`
18+
4. `emoji.lua` 会生成到当前目录
19+
20+
## 安装扩展
21+
22+
* ibus-libpinyin:将 emoji.lua 放到 ~/.config/ibus/libpinyin/user.lua 即可
23+
* Google 拼音:直接在设置中添加扩展

screenshots/ubuntu.png

36.9 KB
Loading

screenshots/windows.png

54 KB
Loading

0 commit comments

Comments
 (0)