[Lazarus] Key scan codes

Larry Dalton larrydalton71 at gmail.com
Mon May 29 15:44:35 CEST 2017


Yes. That is what I wanted. Thanks!

Sent from my iPhone

> On May 29, 2017, at 07:17, shoKwave via Lazarus <lazarus at lists.lazarus-ide.org> wrote:
> 
> Something like:
> 
> procedure TForm1.FormKeyPress(Sender: TObject; var Key: char);
> begin
>  Label1.Caption := '$' + IntToHex(Ord(Key), 2);
> end;
> 
> 
>> Am 28.05.2017 um 23:11 schrieb Larry Dalton via Lazarus:
>> I need a function or procedure that will return the scan code for a keypress on both Linux systems and Windows, ie when the 'L' key is pressed it would return '$4C'.
>> 
>> Sent from my iPhone
> 
> -- 
> _______________________________________________
> Lazarus mailing list
> Lazarus at lists.lazarus-ide.org
> http://lists.lazarus-ide.org/listinfo/lazarus


More information about the Lazarus mailing list