Bug 379495

Summary: sending keyboard input of repeating alternate case ignores case on second character
Product: [Applications] systemsettings Reporter: scott.nottingham
Component: kcm_khotkeysAssignee: Michael Jansen <kde>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: NOR    
Version First Reported In: 5.8.6   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description scott.nottingham 2017-05-04 01:22:14 UTC
When creating a "Send Keyboard Input" shortcut, if the sequence involves sending a lower case letter immediately followed by an upper case of the same letter, both letters are sent as lower case.  The same is true for the opposite scenario, where if you first send a capital letter followed by lower case of the same letter, both result in upper case.

For example, the sequence:
Sequence -- f:Shift+f
Expected result:  fF
Actual result:  ff

Sequence -- Shift+F:f
Expected result: Ff
Actual result:  FF

Work around:
to produce the string fF, use the sequence:
f:f:Backspace:Shift+F
Comment 1 scott.nottingham 2017-05-05 21:36:42 UTC
appears to be fixed in recent version
cannot reproduce on 5.9.4