Suppress AKD support for II and II+ models. (Fixed #116)

This commit is contained in:
tomcw
2018-05-28 22:36:00 +01:00
parent 0d4be07e7e
commit a07407c6f8
2 changed files with 5 additions and 7 deletions
+5
View File
@@ -466,6 +466,11 @@ BYTE __stdcall KeybReadFlag (WORD, WORD, BYTE, BYTE, ULONG)
keywaiting = 0;
if (IS_APPLE2) // Include Pravets machines too?
return keycode;
// AKD
bool bState = GetKeyState(lastvirtkey) < 0;
GetKeyStateOfSpecialAKD(lastvirtkey, bState);