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

[bug]Windows, Ctrl+C+C sometimes will meddle with the native Ctrl+C function #2095

Open
xiaoyifang opened this issue Jan 22, 2025 · 2 comments

Comments

@xiaoyifang
Copy link
Owner

xiaoyifang commented Jan 22, 2025

Describe the bug
as title.
when running in the non-administrator mode

what about to use https://github.com/Skycoder42/QHotkey instead .

@shenlebantongying
Copy link
Collaborator

shenlebantongying commented Jan 22, 2025

Honestly, I think the hack will eventually stop working, maybe in Windows 12/13/14…

Because silently monitoring Ctrl+C and clipboard is a security hole. Beside us, all other usages are likely associated with malware. If I am Microsoft, I will ban this feature ASAP to protect the majority of the customers.

what about to use https://github.com/Skycoder42/QHotkey instead .

The mechanism used is the same, so I don't think it will fix any problems.

@enjoying-codes
Copy link

The key sequence will be recorded as "Ctrl+C, Ctrl+C" due to pressing the "Ctrl" key throughout the process. However, you can also trigger the "Ctrl+C+C" function by using "Ctrl+C,C" (do not press "Ctrl" for the second "C") during recording. In the actual operation, you can perform "Ctrl+C, Ctrl+C" for word extraction (holding the "Ctrl" key)

Simplified version:
Do not hold the "Ctrl" key during recording.
Hold the "Ctrl" key during the actual operation.

Image

Hope this can solve the bug.

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

3 participants