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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: