forked from KolibriOS/kolibrios
no ascii codes for releasing keys (fix of rev. 1576)
git-svn-id: svn://kolibrios.org@1579 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
b2b1554837
commit
31116bcdb7
@ -177,7 +177,7 @@ irq1:
|
|||||||
mov eax,VKEY_SCRLOCK
|
mov eax,VKEY_SCRLOCK
|
||||||
jmp .no_key.xor
|
jmp .no_key.xor
|
||||||
@@:
|
@@:
|
||||||
mov bh,0
|
xor ebx,ebx
|
||||||
test ch,ch
|
test ch,ch
|
||||||
js .writekey
|
js .writekey
|
||||||
movzx eax,ch ; plain key
|
movzx eax,ch ; plain key
|
||||||
|
Loading…
Reference in New Issue
Block a user