Numpad Del fix 2-nd try

This commit is contained in:
Alexander S. Aganichev 2002-10-27 18:21:45 +00:00
parent 0514770bd6
commit 7f2a5deb09

View File

@ -1233,7 +1233,7 @@ gkey kbxget_raw(int mode) {
}
// Fix Win9x anomaly
if((CKS & NUMLOCK_ON) and (VKC == VK_DELETE))
if((CKS & NUMLOCK_ON) and (VKC == VK_DELETE) and ascii)
VKC = VK_DECIMAL;
switch(VKC) {