On Tue, 25 Sep 2018, Mattias Gaertner via Lazarus wrote:

On Tue, 25 Sep 2018 07:54:44 +0200 (CEST)
Michael Van Canneyt via Lazarus <lazarus@lists.lazarus-ide.org> wrote:

On Mon, 24 Sep 2018, wkitty42--- via Lazarus wrote:

> On 09/24/2018 09:00 AM, Michael Van Canneyt via Lazarus wrote: >> On Mon, 24 Sep 2018, AlexeyT via Lazarus wrote: >> >>> 1- If i hold Up/Down key (edit is focused), i dont get many up/down moves >>> in listbox. (only one move. Ubuntu 18 gtk2). > >> Don't keep it pressed. press multiple times. >
>
> auto-key-repeat is ignored?
I don't know what messages are sent when the key is held down.

KeyPress

I doubt that.

procedure TSpotterForm.ESearchKeyPress(Sender: TObject; var Key: char);

This signature cannot handle an arrow key or shift state. Those are only available in key down/up events.

Michael.
--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to