Hi, this works. Just check all methods available in KeyInput and MouseInput to 
see what it can really do.
 
  KeyInput.Apply([ssShift]);
  KeyInput.Press(VK_T);
  KeyInput.Unapply([ssShift]);
  KeyInput.Press(VK_e);
  KeyInput.Press(VK_s);
  KeyInput.Press(VK_t);  
 
V.
______________________________________________________________
> Od: Larry Dalton via Lazarus <[email protected]>
> Komu: Lazarus mailing list <[email protected]>
> Datum: 29.10.2016 15:44
> Předmět: Re: [Lazarus] TMouseinput mouse click.
>
I can't get it to print an uppercase letter
-- 
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to