nriley / Pester

Simple, disposable alarms and timers for macOS.
https://sabi.net/nriley/software/#pester
BSD 2-Clause "Simplified" License
162 stars 14 forks source link

Automatically select corresponding radio button when choosing time with mouse #24

Open carlcotner opened 6 years ago

carlcotner commented 6 years ago

Currently if one of the time options is selected, Pester will not let you select an input field from the other with the mouse without first selecting the other radio button. For example, if the "in" radio button is selected, you can't use the mouse to select the "at" time or date field with the mouse without first setting the "at" radio button. It would be easier to just be able to click into the "at" time field and have the "at" radio button be set automatically.

(This is analogous to the ability to select the "Display ..." checkbox just by clicking on the "Display" text itself.)

nriley commented 6 years ago

Agree this would make sense. These radio buttons use a legacy/"discouraged" UI (NSMatrix) which should be replaced; this change would be easier to do as part of this work. (However, I am not sure if or when I would have time for this; this is mostly for anyone else who is interested.)