home icon indicating copy to clipboard operation
home copied to clipboard

Enter 达到 commit_code 的效果

Open Chill-Try opened this issue 10 months ago • 2 comments

已查阅文档和 issue


如何使在 has_menu 时,使用 Enter 上屏 Ascii 码切换至西文输入 若用以下配置

key_binder/bindings:
- { accept: Enter, toggle: ascii_mode, when: has_menu }

三个问题:

  1. 无法识别 Enter
  2. 对于 toggle: ascii_mode,切换至西文但没有上屏
  3. 对于 send: Return,上屏但没有切换至西文

Chill-Try avatar Feb 04 '25 03:02 Chill-Try

暫不支持

lotem avatar Feb 04 '25 03:02 lotem

用lua脚本写个lua_processor应该可以实现,lua_processor可以切换ascii_mode,并上屏自己需要的内容

MokOopsing avatar Feb 06 '25 06:02 MokOopsing