Re: [hatari-devel] Recent symbolic keyboard mapping change |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Recent symbolic keyboard mapping change
- From: Thorsten Otto <admin@xxxxxxxxxxx>
- Date: Sun, 13 Oct 2024 18:04:45 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tho-otto.de; s=dkim; t=1728835496; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=b9Ta6SrWHQErI039MQiNTZRgRucnK4Q+dirRcNdNeQs=; b=HqbaKJXFnkKIsz2dpXG9tKSTsl9bhiw4MwOrrDkSFhV2GrqJTEwFzPhvq1j51rwKuVe9qp mQzU3VHyBvXxvO/73LxdPPsLM3XfC0yyDDjUeOWzKoskVX9u+bUKuE/akmI2jvgqmQ/mbM s3NnqPDtCuJ6x41vwFJCzAkdGrIaqTHo7f6XLisJiGRcTnzE3fIEfE8iYcmdn9HIYX4qlA hM9PtAjl+z6PDWL+js+j+y4aLDlwRA+x6seX0OhTDeYQYuXnNPbsSxpsoGv9BHzacU3cu7 i/Cw5gX+/w5n3ZF2kEq0eJQ53kXKE3B3pAMclGmbB7DYIaJ3DIUj5CcqCdh+bw==
On Sonntag, 13. Oktober 2024 17:14:51 CEST Miro Kropáček wrote:
> SHIFT alone doesn't produce any text so you can ignore the text input event
> and prioritise the scancode one.
But that are two different events. At the time you get the key press event, you don't know whether an additional text input event will come or not. Maybe the user did not even type anything in the meantime. You cannot wait for that to happen either, because a lot of games eg. use the ctrl key as fire button.