Ditto
Ditto copied to clipboard
[Issue] Pasting text interferes with custom Right Shift key functionality
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.