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

[Issue] Pasting text interferes with custom Right Shift key functionality #768

Open
suxscribe opened this issue Dec 21, 2024 · 0 comments
Open

Comments

@suxscribe
Copy link

I have two keyboard languages in my system and use Left Shift for Lang 1 and Right Shift for Lang 2.
I have noticed that when pasting text from Ditto, the language always switches to Lang 2.

As far as I understand, the RSHIFT key up event (in CSendKeys::AllKeysUp()) gets invoked during pasting, causing this issue.

Can RSHIFT be excluded from the process somehow?

The only workaround I've found so far is to add a Left Shift press in the Default Paste String to revert to Lang 1. However, that's not very convenient when working with Lang 2.

image

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