Skip to content

Commit

Permalink
!refactor: 支持 Lua 脚本*号导入
Browse files Browse the repository at this point in the history
  • Loading branch information
boomker committed Jun 10, 2024
1 parent 1085c2b commit f369750
Show file tree
Hide file tree
Showing 47 changed files with 1,087,781 additions and 1,087,614 deletions.
8 changes: 5 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
__pycache__/
sync/
build/
*.userdb/
sync/
__pycache__/
user.yaml
.DS_Store
**/runLog.txt
installation.yaml
lua/cold_word_record/
lua/pin_word_record.lua
lua/launcher_config.lua
zh-hans-t-huayu-v7-bgw.gram
**/runLog.txt
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ Rime 输入法配置方案,小鹤双拼+小鹤形码辅助方案。使用后
- `/fj` 前缀: 用于输入常用短语(邮箱/手机号/银行卡号/收件地址); 和打开常用网站网址,
本地文件路径; 执行常见指令(开关系统设置) 等等, 可自行在 [配置文件](https://github.com/boomker/rime-fast-xhup/blob/4493152dfee01f4a49c961180b25ca73a6555dea/lua/launcher_config.lua)里添加。
- `/hs` 前缀: 历史上屏记录, 充当简易输入记录器, 聊天记录回溯😈, 不会记录 Emoji 表情。
- `/vs` 前缀: 计算器, 支持加减乘除法, 开方、幂次方、阶乘、正弦余弦函数等多种运算。
- `/so` 前缀: 选项切换功能菜单, 实现了方案中个性化配置与选项实时切换或更改, 某些配置会延迟生效。
- `/cn` 前缀: 用于输入中文数字, 例如: 输入 `/cn` `123` 得到 “一百二十三”, “壹佰贰拾叁”, 等。
- `/lt` 前缀: 简易 LaTeX 公式。例如:敲 `/lt` `ff>>ooc` 空格,即可输出 `$\phi\rangle\propto$`。
Expand Down Expand Up @@ -179,7 +180,7 @@ Rime 输入法配置方案,小鹤双拼+小鹤形码辅助方案。使用后
4. * Q: 中英混合输出自动添加空格功能, 有时会在编辑区起始位置添加空格
* A: 这个功能目前还不够完善, 可以将 [这行](https://github.com/boomker/rime-fast-xhup/blob/4493152dfee01f4a49c961180b25ca73a6555dea/flypy_xhfast.custom.yaml#L36) 注释掉
5. * Q: 形码辅助引导符可以去掉吗? 想直接使用辅助码, 不用引导符
* A: 默认就是直接辅助. 如若喜欢词组优先, 轻度使用辅助码, 取消 [这行](https://github.com/boomker/rime-fast-xhup/blob/4493152dfee01f4a49c961180b25ca73a6555dea/flypy_xhfast.custom.yaml#L103) 注释即可
* A: 可以的, 取消 [这行](https://github.com/boomker/rime-fast-xhup/blob/4493152dfee01f4a49c961180b25ca73a6555dea/flypy_xhfast.custom.yaml#L103) 注释即可
6. * Q: 快捷指令功能能在移动端支持触控点击吗?
* A: 目前暂不支持
7. * Q: 符号配对功能有时会有光标居中动作的滞后现象
Expand Down
Loading

0 comments on commit f369750

Please sign in to comment.