Tinypad: numpad support

git-svn-id: svn://kolibrios.org@826 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Mihail Semenyako (mike.dld)
2008-07-17 21:41:30 +00:00
parent a59b895ca6
commit 4def1db832
6 changed files with 110 additions and 38 deletions

View File

@@ -507,9 +507,9 @@ TPOSW = 10
;cmp ebx,0x00000153
;jbe .key.tb.2
test dword[shi],KM_CTRLALT
test [chr],KM_CTRLALT
jnz .key.exit
movzx eax,[chr]
movzx eax,byte[chr]
movzx eax,[eax+key0]
or al,al
jz .key.exit