If one tries to set the duration in the timer widget by scrolling on a touchpad, one finds that the scroll is too sensitive. Unlike a mouse wheel, it is very difficult to scroll only by one 'unit' with a touchpad. For laptop users, it would be nice to have a 'set custom duration' option in the right click menu, which would allow one to use the keyboard to enter the desired digits.
I can confirm on neon dev unstable.
Git commit b93baf5da0f1e1d993cda906c4823d205d3cc525 by Nate Graham, on behalf of Łukasz Korbel. Committed on 10/12/2020 at 18:46. Pushed by ngraham into branch 'master'. Add settings page for predefined timers Add new page in settings of Timer applet for editing "predefined timers" values. Those values are used in context menu of the applet. Related: bug 353091, bug 301861 FIXED-IN: 5.21 M +5 -0 applets/timer/package/contents/config/config.qml D +0 -40 applets/timer/package/contents/ui/TimerDigit.qml A +162 -0 applets/timer/package/contents/ui/TimerEdit.qml [License: GPL (v2+)] M +15 -68 applets/timer/package/contents/ui/TimerView.qml A +175 -0 applets/timer/package/contents/ui/configTimes.qml [License: GPL (v2+)] M +13 -13 applets/timer/package/contents/ui/main.qml M +5 -0 applets/timer/plugin/timer.cpp M +5 -0 applets/timer/plugin/timer.h https://invent.kde.org/plasma/kdeplasma-addons/commit/b93baf5da0f1e1d993cda906c4823d205d3cc525
A possibly relevant merge request was started @ https://invent.kde.org/plasma/kdeplasma-addons/-/merge_requests/41