Re: [hatari-devel] Key repeat disabling |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Key repeat disabling
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Sun, 18 May 2025 08:45:32 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1747557936; bh=czkMSUN+HLqq3IsfRDId6K+4eSvi0TRylkf0nmBYe8Y=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type: Content-Transfer-Encoding:From; b=jXe9s0DURXq6rkaZLxu0scNqoBtD5XIsGkwwX/FtSDcXKPo8uZRB+p04CEa5xFN0M gmYsBJnIk3RZ6kDCZ72r8mG52DRYGhPitMl2bC7yfp3TFNZeoG8JQmkK6GQNnKqizJ JMkdDzyEmzTVTHSkrEADrDPrjOABMdmtrwCi0/NoQNlTstftgJMGFiixgYiWwI4DfI AiRXL5MZgesQBLW5Sgibt+nFUEU0V6t1ItUGaWufn4OFfv367rtaAkjVbuaev15bd2 olWTuKvAiFE7MGtIxJI/92g+2VWhHltkQvh9Ls+4f9JZYpeLQPqsSjbmSDuc9+eVhk mSu7HTZpc9bxA==
Am Tue, 13 May 2025 15:31:22 +0200
schrieb Nicolas Pomarède <npomarede@xxxxxxxxxxxx>:
> Le 13/05/2025 à 15:19, Thomas Huth a écrit :
> > On 13/05/2025 15.12, Eero Tamminen wrote:
> >> Hi Miro,
> >>
> >> On 12.5.2025 1.07, Eero Tamminen wrote:
> >>> On 10.5.2025 23.18, Miro Kropáček wrote:
> >>>> if I could vote for one last-minute feature for 2.6, it would be a
> >>>> configuration option (cfg/command line) for "Disable key repeat in fast
> >>>> forward mode". I have to maintain a separate branch just to have this
> >>>> option enabled by default. :-)
> >>>
> >>> Um, just set it from SDL GUI and save options?
> >>
> >> Nicolas added also CLI option for that, called
> >> "--disable-key-repeat-fast- forward".
> >>
> >> I think it would read more naturally as
> >> "--disable-fast-forward-key-repeat" though... Comments?
> >
> > Could we maybe avoid the negation and simply call it
> > "--fast-forward-key-repeat" instead?
>
> choose as you like, I put an option name just to complete the patch :) I
> don't have any opinion on the order of the words in the option
>
> It's just that I chose the negation wording because it's the same as in
> the SDL UI.
Right. I think we should fix it everywhere, so I changed the GUI and the
config file now, too.
Thomas