Re: [Lazarus] Handling the Caps Lock key

2024-12-20 Thread Jose Chao via lazarus
Por favor, remova a linha Sleep(50) do evento OnTimer. Saudação de Pinhalzinho/SP - Brasil José Chão Em sex., 20 de dez. de 2024 às 07:44, Jose Chao escreveu: > Hello everyone. > How are you Ari? > After a few changes it worked for me. > Code attached to this message. > > Greetings from Pinha

Re: [Lazarus] Handling the Caps Lock key

2024-12-20 Thread Jose Chao via lazarus
Hello everyone. How are you Ari? After a few changes it worked for me. Code attached to this message. Greetings from Pinhalzinho/SP - Brazil José Chão Em dom., 15 de dez. de 2024 às 14:18, Arí Ricardo Ody via lazarus < lazarus@lists.lazarus-ide.org> escreveu: > I posted a question earlier abou

[Lazarus] Handling the Caps Lock key

2024-12-15 Thread Arí Ricardo Ody via lazarus
I posted a question earlier about how to handle and display the status of the CapsOn keys since my keyboard has no indicator. With the help of chatGPT I put together a small program that tries to do this by checking the status and trying to change the Text property of a TEdit object. It turns out