Skip to content
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

Chinese Input Method on Windows 11 Causes Candidate Box Problems #78

Open
SkyJinXX opened this issue Nov 21, 2024 · 0 comments
Open

Chinese Input Method on Windows 11 Causes Candidate Box Problems #78

SkyJinXX opened this issue Nov 21, 2024 · 0 comments

Comments

@SkyJinXX
Copy link

Description:

When using the WhisperWriter tool on Windows 11 with the Chinese input method enabled, I encountered an issue where characters are transcribed and entered using pynput. This often triggers the Chinese input method's candidate selection box, causing the overall input to become disorganized or incorrect. The problem arises particularly during the transcription process, making it difficult to use the tool effectively with the Chinese input method.

Proposed Solution:

To address this, I modified the input mechanism locally by replacing the use of pynput with pyperclip (clipboard-based input). This approach avoids triggering the candidate box and seems to work well for my use case on Windows 11 with the Chinese input method.

Request for Feedback:

Would this be a change you'd consider for the project? If so, I'd be happy to submit a pull request with my modifications.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant