On Sat, Oct 29, 2016 at 11:59 AM, Balázs Székely via Lazarus <
[email protected]> wrote:

>   KeyInput.Down(VK_SHIFT);
>   KeyInput.Press(VK_L);
>   KeyInput.Up(VK_SHIFT);
>   //...


It allows you to send string too, eg:

KeyInput.Press('hello WORLD');

-- 
Silvio Clécio
-- 
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to