Closed hymkor closed 5 years ago
When Ctrl-F is pressed, this dialog is open on Windows10 only. (On Windows7 in my office, it is not open = no problems are found.)
I found these.
SetConsoleMode
enableProcessedInput
I made the patch and it works as expected on my PCs.
If you see the problem I found and the patch works as expected on your environments , would you consider to merge ?
Thanks
When Ctrl-F is pressed, this dialog is open on Windows10 only. (On Windows7 in my office, it is not open = no problems are found.)
I found these.
SetConsoleMode
does not work when the handle for CONIO$ is open as RDONLY.enableProcessedInput
is set, Ctrl-F opens the dialog.I made the patch and it works as expected on my PCs.
If you see the problem I found and the patch works as expected on your environments , would you consider to merge ?