trime
trime copied to clipboard
Unable to switch to other IMEs/无法切换到其他输入法
Describe the bug
Cannot switch to any other IME once switched to Trime 一旦切换到同文输入法就,就如何都无法切换到其他输入法了
To Reproduce Steps to reproduce the bug:
- Switch to Trime IME
- Attempt to switch back to GBoard
- See the behaviour
Expected behavior Can switch back to GBoard
Log N/A
Screenshots
Smartphone (please complete the following information):
- Device: Google Pixel 4a 5G
- OS: Android 13
- Theme: Default
- Version: v3.2.13
- Build info:
Build: Release CI
Build time: 2023-07-01 02:55:43 UTC
Build version name: v3.2.13-gc1cf0a73
Git Hash: c1cf0a73
Git branch: v3.2.13
Git repo: https://github.com/osfans/trime
Additional context Add any other context about the problem here.
你是怎么切换的?
长按左下角方案选单或者空格键都是不行
长按左下角方案选单或者空格键都是不行
先从系统设置切换吧 …… 我研究一下怎么回事
- 在你的键盘布局文件(*.trime.yaml文件)的
preset_keys:
层级下配置一个按键:(可能本来就有)
# trime設定
IME_switch: { label: 🌐, send: LANGUAGE_SWITCH } #彈出對話框選擇輸入法
- 将该按键设置为长按空格触发,例如:
- {click: space, long_click: IME_switch, width: 40}
- 尝试长按空格键
是这样子吗?我试过了常按空格但是没反应。。
是这样子吗?我试过了常按空格但是没反应。。
不是的,你需要写在正确的层级下,并严格按照yaml的语法
参考文档:https://github.com/osfans/trime/wiki/trime.yaml
请看新版本有无此问题。每夜版:https://github.com/osfans/trime/releases/tag/nightly