https://bugs.winehq.org/show_bug.cgi?id=53243
--- Comment #5 from Edward Mendelson emendelson@mac.com --- The vDos programmer tested this and reports:
---------------------
This is reported pressing Ctrl-2 running under Windows:
uAct flags0: 4, flags1: 1, flagsw: 0, mode: 10, scancode: 3, type: 100, unicode: 0
Under Wine:
uAct flags0: 4, flags1: 1, flagsw: 0, mode: 10, scancode: 3, type: 100, unicode: 32
Wine reports an Unicode (actual character), likewise for Ctrl-6.
An easy fix would be to let the keyboard routine first check if Ctrl is down. If so, set the Unicode parameter 0. No Ctrl key combination would result in a character?
----------------------
Does this sound like something that can be changed in Wine? If Ctrl is down, set Unicode parameter to 0??
Thanks for any help with this.