mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-20 00:17:16 +00:00
Suppress AKD support for II and II+ models. (Fixed #116)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user