mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-21 08:45:06 -05:00
MML: SendKeys (win), Removed a WriteLn and added a small check.
This commit is contained in:
parent
8acb244ec3
commit
2faecb4966
@ -380,8 +380,8 @@ begin
|
|||||||
Shift := (Hi(VK) > 0);
|
Shift := (Hi(VK) > 0);
|
||||||
C := LoByte(VK);
|
C := LoByte(VK);
|
||||||
ScanCode := MapVirtualKey(C, 0);
|
ScanCode := MapVirtualKey(C, 0);
|
||||||
|
if (ScanCode = 0) then
|
||||||
WriteLn(ScanCode);
|
Continue;
|
||||||
|
|
||||||
if (Shift) then
|
if (Shift) then
|
||||||
Keybd_Event(VK_SHIFT, $2A, 0, 0);
|
Keybd_Event(VK_SHIFT, $2A, 0, 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user