forked from KolibriOS/kolibrios
fix releasing hotkeys
git-svn-id: svn://kolibrios.org@1576 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
39d97b907c
commit
e2eede0de5
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user