092wb initial commit
This commit is contained in:
82
README.md
Normal file
82
README.md
Normal file
@@ -0,0 +1,82 @@
|
||||
# 092五笔
|
||||
|
||||
## 简介:
|
||||
>092输入法即09输入法第二代,由「行走的风景」发明,以其惊人的词组离散能力和高速输入成绩,震惊跟打界。
|
||||
## 功能&跨平台支持
|
||||
|功能|快捷键|说明|windows|Mac|Linux|Android|iOS|
|
||||
|:----:|:----:|:----:|:----:|:----:|:----:|:----:|:----:|
|
||||
|拆分显隐|Ctrl + Shift + H|显示拆分|✔|✔|✔|✔|
|
||||
|注解|Ctrl + Shift + J|显示拆分、编码、拼音|✔|✔|✔|✔|
|
||||
|超集|Ctrl + Shift + U|生僻字|✔|✔|✔|✔|
|
||||
|繁简|Ctrl + Shift + F|简繁切换|✔|✔|✔|✔|✔|
|
||||
|Emoji|Ctrl + Shift + M|:smile:|✔|✔|✔|✔|
|
||||
|大写金额|R(大写) + 数字|任意大写|✔|✔|✔|✔|✔|
|
||||
|拼音反查|z键|反查五笔编码|✔|✔|✔|✔|✔|
|
||||
|特殊符号|zi + 编码|特殊符号|✔|✔|✔|✔|✔|
|
||||
|重复上屏|z键|重复上一次输入|✔|✔|✔|✔|✔|
|
||||
|上屏注释|Ctrl + Shift + Return||✔|✔|✔|✔|✔|
|
||||
|日期|date|日期|✔|✔|✔|✔|✔|
|
||||
|时间|time|系统时间|✔|✔|✔|✔|✔|
|
||||
|农历|nl|农历|✔|✔|✔|✔|✔|
|
||||
|全角|Shift + Space|全、半角切换|✔|✔|✔|✔|✔|
|
||||
|英文标点|Shift + .|中文状态输英文标点|✔|✔|✔|✔|✔|
|
||||
|2 3选重|;‘|分号、引号|✔|✔|✔|✔|✔|
|
||||
|1-10选重|数字|数字选重|✔|✔|✔|✔|✔|
|
||||
|切换方案|Ctrl + Shift + `||✔|✔|✔|✔|✔|
|
||||
|
||||
[更多说明](https://github.com/092wb/092wb/wiki)
|
||||
|
||||
## 内置方案
|
||||
+ **092五笔**:主体方案
|
||||
## 下载地址:
|
||||
+ [永硕E盘](http://092wb.ys168.com/)
|
||||
## [东风破plum](https://github.com/rime/plum)
|
||||
「东风破」需要安装[Rime前端](https://github.com/rime/home/wiki/RimeWithIBus)。注销添加Rime
|
||||
|
||||
### 类Unix
|
||||
**安装Plum**
|
||||
```shell
|
||||
curl -fsSL https://raw.githubusercontent.com/rime/plum/master/rime-install | bash
|
||||
# or
|
||||
curl -fsSL https://ghproxy.net/https://raw.githubusercontent.com/rime/plum/master/rime-install | bash
|
||||
```
|
||||
|
||||
**安装配**
|
||||
```shell
|
||||
# 进入
|
||||
cd plum
|
||||
```
|
||||
|
||||
ibus-rime
|
||||
安装或更新所有文件
|
||||
```shell
|
||||
bash rime-install 092wb/092wb:recipes/full
|
||||
```
|
||||
|
||||
安装或更新所有词库文件
|
||||
```shell
|
||||
bash rime-install 092wb/092wb:recipes/all_dicts
|
||||
```
|
||||
|
||||
安装或更新opencc
|
||||
```shell
|
||||
bash rime-install 092wb/092wb:recipes/opencc
|
||||
```
|
||||
|
||||
安装或更新拆分
|
||||
```shell
|
||||
bash rime-install 092wb/092wb:recipes/spelling
|
||||
```
|
||||
|
||||
第三方Rime前端,需在plum之用法前加上rime_frontend或rime_dir参数。
|
||||
安装或更新所有文件
|
||||
```shell
|
||||
rime_frontend=fcitx-rime bash rime-install 092wb/092wb:recipes/full
|
||||
```
|
||||
|
||||
或
|
||||
```shell
|
||||
rime_dir="$HOME/.config/fcitx/rime" bash rime-install 092wb/092wb:recipes/full
|
||||
```
|
||||
### Windows
|
||||
「输入法设定」-> 「获取更多输入方案」-> 「092wb/092wb」-> 布署
|
||||
Reference in New Issue
Block a user