forked from KolibriOS/kolibrios
Fix for r.3355
git-svn-id: svn://kolibrios.org@3356 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
e6d03e93b1
commit
f6c49894db
@ -232,9 +232,10 @@ send_scancode:
|
||||
jne @f
|
||||
|
||||
cmp cl, 0xE0
|
||||
jne .writekey
|
||||
jne @f
|
||||
|
||||
mov eax, VKEY_LWIN
|
||||
mov bh, 0
|
||||
jmp .modifier
|
||||
;--------------------------------------
|
||||
@@:
|
||||
@ -242,9 +243,10 @@ send_scancode:
|
||||
jne @f
|
||||
|
||||
cmp cl, 0xE0
|
||||
jne .writekey
|
||||
jne @f
|
||||
|
||||
mov eax, VKEY_RWIN
|
||||
mov bh, 0
|
||||
jmp .modifier
|
||||
;--------------------------------------
|
||||
@@:
|
||||
|
Loading…
Reference in New Issue
Block a user