-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
No direct pasting into last active application on Windows 11 #21
Comments
Thanks for the issue report! This worked for me on Windows 10 and was last tested working on Windows Server 2022. Maybe something broke with Win 11. Unfortunately, I don't currently have Windows 11 to test/debug myself. If you know a little of Python and you're interested in helping out, this is the relevant part that types out characters on Windows: Lines 131 to 196 in b695b8a
Can you check whether the function types out anything when used standalone in a Python interpreter? E.g. >>> ... # paste the function body with all its required imports
>>> _type_windos('test')
>>> # should type "test" here Alternatively, this had proven before to be the flaky part: Lines 318 to 327 in b695b8a
Maybe see if changing/increasing WM_SWITCH_ACTIVE_WINDOW_SLEEP_MS duration fixes anything.
You can find the source code files in the designated Program Files subdirectory in the base_library.zip file. Then again, the built Windows EXE is not the best distribution to debug/develop on ... |
sorry but I can only use the pre-build versions. |
Describe the bug
On Windows, when clicking on an emoji, it should be inserted into the last active window / input field bevor opening efck - but it doesn't.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The clicked emoji should be inserted in the last active window / input field.
Versions
Specify versions:
OS: Windows 11 Pro, 10.0.22631 Build 22631
Qt:
EFCK: 6.1.7601.17514
When activating "Force clipboard" the selected emoji is placed into the clipboard. But direct pasting would be much nicer...
The text was updated successfully, but these errors were encountered: