Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1576 → Rev 1316

/kernel/trunk/hid/keyboard.inc
177,7 → 177,6
mov eax,VKEY_SCRLOCK
jmp .no_key.xor
@@:
mov bh,0
test ch,ch
js .writekey
movzx eax,ch ; plain key
201,6 → 200,7
jz @f
mov bl,[keymap_alt+eax]
@@:
mov bh, 0
jmp .writekey
.modifier:
test ch, ch