home
home copied to clipboard
Enter 达到 commit_code 的效果
已查阅文档和 issue
如何使在 has_menu 时,使用 Enter 上屏 Ascii 码 并 切换至西文输入 若用以下配置
key_binder/bindings:
- { accept: Enter, toggle: ascii_mode, when: has_menu }
三个问题:
- 无法识别 Enter
- 对于 toggle: ascii_mode,切换至西文但没有上屏
- 对于 send: Return,上屏但没有切换至西文
暫不支持
用lua脚本写个lua_processor应该可以实现,lua_processor可以切换ascii_mode,并上屏自己需要的内容