-
Notifications
You must be signed in to change notification settings - Fork 421
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
鼠须管无法在tkinter控件中输入中文 #976
Comments
(已迻动到鼠须管仓库) macOS 14.6.1未能复现: 2024-09-05.18.53.42.mov |
我这边是无效的,切到输入框之后,Shift_R切换中英完全没反应。在vscode里,Shift_R切换中英就有个小图标。 recording20240906.mp4有其他朋友看到,也请帮忙试试能否复现。 |
可能与 #977 是同一个问题 |
确认了是同一个问题,更新到pre-release版本,问题解决了。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
python的tkinter GUI库,弹出文本框。
切换到鼠须管,无法输入中文,只能输入英文。
我的中英文切换键是Shift_R: commit_code,在tkinter文本框中无效,在vscode中有效。
对比:切换到系统自带拼音输入法,在tkinter文本框中,可以输入中文
复现方法:用这一行代码可以弹出tkinter文本框:
python -c 'import tkinter as tk; from tkinter import simpledialog; root = tk.Tk(); root.withdraw(); print(simpledialog.askstring("",""))'
macos sonama 14.6.1
鼠须管1.0.2
使用配置 https://github.com/iDvel/rime-ice 快捷键稍有改动
The text was updated successfully, but these errors were encountered: