https://bugs.winehq.org/show_bug.cgi?id=48758
--- Comment #7 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to Roman Pišl from comment #6)
(In reply to Louis Lenders from comment #5)
BTW, just wondering: what happens on windows when you do ctrl^c+SHIFT? Does it do the same as just ctrl^c?
That just shows ^C, see my first comment.
OK,wouldn`t it be right way to just change the capital 'C' in records[i].Event.KeyEvent.uChar.UnicodeChar == 'C' - 64 into a lower-case, instead of the 'or' statement in your patch ?