MULTIKEY , Is the code correct?

New to FreeBASIC? Post your questions here.
coderJeff
Site Admin
Posts: 4313
Joined: Nov 04, 2005 14:23
Location: Ontario, Canada
Contact:

Re: MULTIKEY , Is the code correct?

Post by coderJeff »

VANYA wrote: Nov 29, 2022 5:32 I don't even know why SC_LSHIFT was suppressed and what false signals are being sent.
I was able to test a DOS program in console on Win98/WinXP (VMs).

After some testing and reading, turns out that some key presses / releases generate scan codes that look exactly like left shift make / break codes.

I will commit a fix soon that resets the got_extended_key flag back to false. I did some testing and seems to be ok.
VANYA
Posts: 1834
Joined: Oct 24, 2010 15:16
Location: Ярославль
Contact:

Re: MULTIKEY , Is the code correct?

Post by VANYA »

coderJeff wrote: Nov 30, 2022 6:49
VANYA wrote: Nov 29, 2022 5:32 I don't even know why SC_LSHIFT was suppressed and what false signals are being sent.
I will commit a fix soon that resets the got_extended_key flag back to false. I did some testing and seems to be ok.
This is good news, thanks!
Post Reply