You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
edit1: pinpointed problem to Mode_switch's behavior edit2: added related src edit3: editedrelated src
摘要 / Summary
Clicking on a Mode_switch button ascii_mode toggle button commits raw text (from "en" mode to non-"en" mode), or the first candidate (from non-"en" mode to "en" mode).
Reasons against this behavior,
In non-"en" mode, when a user clicks an "en" switch button, he may not wish to commit anything, (or he may wish to commit the second candidate). Current behavior commits the first candidate.
In "en" mode, when a user clicks a non-"en" switch button, he may wish all entered characters remains in candidate window non-commited. For example, when a custom yaml with LUA is used to processes those characters. Current behavior requires deleting unwanted committed text with backspace and re-entering.
edit1: pinpointed problem to Mode_switch's behavior
edit2: added related src
edit3: editedrelated src
摘要 / Summary
Clicking on a Mode_switch button ascii_mode toggle button commits raw text (from "en" mode to non-"en" mode), or the first candidate (from non-"en" mode to "en" mode).
Reasons against this behavior,
Regression
Possible workaround (not tested yet)
重现步骤 / Steps to Reproduce
Example trime.yaml Button1: send: Mode_switch states: ["jp", "en"] toggle: ascii_mode
Scenario 1
Scenario 2
预期行为 / Expected Behavior
Changes ascii_mode only. "SU" stays on candidate window.
日志 / Log
No response
截图 / Screenshot
No response
附加信息 / Additional Context
related src (not sure)
系统版本 / OS Version
android 12
应用版本 / App Version
v3.3.0+
构建信息 / Build Information
not applicable
The text was updated successfully, but these errors were encountered: