Numpad Del fix 2-nd try
This commit is contained in:
parent
0514770bd6
commit
7f2a5deb09
@ -1233,7 +1233,7 @@ gkey kbxget_raw(int mode) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Fix Win9x anomaly
|
// Fix Win9x anomaly
|
||||||
if((CKS & NUMLOCK_ON) and (VKC == VK_DELETE))
|
if((CKS & NUMLOCK_ON) and (VKC == VK_DELETE) and ascii)
|
||||||
VKC = VK_DECIMAL;
|
VKC = VK_DECIMAL;
|
||||||
|
|
||||||
switch(VKC) {
|
switch(VKC) {
|
||||||
|
Reference in New Issue
Block a user