fix releasing hotkeys

git-svn-id: svn://kolibrios.org@1576 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Evgeny Grechnikov (Diamond) 2010-08-22 20:17:11 +00:00
parent 39d97b907c
commit e2eede0de5

View File

@ -177,6 +177,7 @@ irq1:
mov eax,VKEY_SCRLOCK mov eax,VKEY_SCRLOCK
jmp .no_key.xor jmp .no_key.xor
@@: @@:
mov bh,0
test ch,ch test ch,ch
js .writekey js .writekey
movzx eax,ch ; plain key movzx eax,ch ; plain key
@ -200,7 +201,6 @@ irq1:
jz @f jz @f
mov bl,[keymap_alt+eax] mov bl,[keymap_alt+eax]
@@: @@:
mov bh, 0
jmp .writekey jmp .writekey
.modifier: .modifier:
test ch, ch test ch, ch