File tree 4 files changed +13
-2
lines changed
4 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
1
+ emoji.lua
Original file line number Diff line number Diff line change 1
1
# Emoji 拼音输入法扩展
2
2
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)即可输入相应表情符号。
4
4
5
5
该项目可以使用 OS X 10.10 中的` /usr/share/mecabra/zh/common/emoji.plist ` 生成 Lua 扩展。
6
6
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
+
7
11
# 使用指南
8
12
9
13
## 生成扩展
10
14
11
- 1 . 安装 pip3
15
+ 1 . 安装 Python 3
12
16
2 . ` sudo pip3 install -r requirements.txt `
13
17
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 拼音:直接在设置中添加扩展
You can’t perform that action at this time.
0 commit comments