in reply to Re^4: Windows Tk issue Copy and Paste Russian keyboard
in thread Windows Tk issue Copy and Paste Russian keyboard
Probably depends on the decision, wether to interpret scancodes (key positions) or characters (key meanings). In this case it's characters, and the russian layout doesn't have a C (Latin-Letter-Cee), so you can't enter Control-C, only Control-Cyrillic-Letter-Es, which leads to OP's situation.