https://bugs.winehq.org/show_bug.cgi?id=40736
Bug ID: 40736 Summary: In notepad Ctrl+[Grey /] cause '/' char to be added Product: Wine Version: 1.9.11 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: gur.stavi@gmail.com Distribution: ---
The issue is about pressing the combination of CTRL + sys keys from the right side numeric keypad of the keyboard: CTRL-[/] CTRL-[*] CTRL-[-] CTRL-[+]
It can be reproduced in Notepad. In Notepad under Windows these sequences will do nothing. In Notepad under Wine these sequences will cause the character to be added to the document.
Perhaps it is related to 'TranslateAccelerator' API but this is just a guess.
The real problem is with 'Notepad++' where these sequences are the default accelerators for zoom control so chars are added to the document whenever zoom is changed.
Regards, Gur