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