Git Product home page Git Product logo

Comments (5)

xtmu avatar xtmu commented on June 1, 2024 2

上面的补丁可以保留逗号、句号的翻页功能,拆字功能用 ctrl + u 代替

from rime.

mutoe avatar mutoe commented on June 1, 2024

把这里两行send分别改成翻页就行,参考上面两行的写法

- { when: has_menu, accept: comma, send: comma } # 禁用前翻页键 "."
- { when: has_menu, accept: period, send: period } # 禁用后翻页键 ","

from rime.

aaron2wh avatar aaron2wh commented on June 1, 2024

可是這樣是否會不能拆字輸入了。比如可以改爲按照國際慣例大寫U來拆字輸入

from rime.

mutoe avatar mutoe commented on June 1, 2024

这个的话要改码表了,替换 zrm2000.dict.yaml 文件中所有的 ..,,U, 不知道效果好不好,你可以试试

from rime.

xtmu avatar xtmu commented on June 1, 2024

key_binder:
import_preset: default
bindings:
- { when: paging, accept: comma, send: Page_Up }
- { when: has_menu, accept: period, send: Page_Down }
- {accept: "Control+u", send: period, when: composing} # ctrl+u 代替 . 拆字

from rime.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.