[Lazarus] CapsLock and KeyDown

Vojtěch Čihák vojtech.cihak at atlas.cz
Thu Feb 9 00:18:56 CET 2017


Hi,
so far I only found this commented line in LCLType:
 
// $E9-$F5 OEM specific
 
V.
 
______________________________________________________________
> Od: Bart via Lazarus <lazarus at lists.lazarus-ide.org>
> Komu: Lazarus mailing list <lazarus at lists.lazarus-ide.org>
> Datum: 09.02.2017 00:01
> Předmět: [Lazarus] CapsLock and KeyDown
>
Hi,
 
 When I press CapsLock key and release it I expect to get:
 KeyDown: VK_CAPITAL
 followed by
 KeyUP: VK_CAPITAL
 
 However I get:
 KeyDown: VK_CAPITAL
 followed by
 KeyDown; $00E9
 followed by
 KeyUP: VK_CAPITAL
 
 I thought it might be a bug in Lazarus, but the same happens in Delphi7.
 Does anybody know what this is all about?
 
 (Tested on Win7)
 
 Bart
 -- 
 _______________________________________________
 Lazarus mailing list
 Lazarus at lists.lazarus-ide.org
 http://lists.lazarus-ide.org/listinfo/lazarus <http://lists.lazarus-ide.org/listinfo/lazarus>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20170209/61df1495/attachment.html>


More information about the Lazarus mailing list