New
v0.27
New:
Actions
https://github.com/Toxblh/MTMR/tree/v0.27.0#actions
"actions": [
{
"trigger": "singleTap",
"action": "hidKey",
"keycode": 53
}
]
Triggers:
singleTap
doubleTap
tripleTap
longTap
Thanks to @cipi1965 #349
Up next calendar widget

{
"type": "upnext",
"from": 0, // Lower bound of search range for next event in hours. Default 0 (current time)(can be negative to view events in the past)
"to": 12, // Upper bounds of search range for next event in hours. Default 12 (12 hours in the future)
"maxToShow": 3 // Limits the maximum number of events displayed. Default 3 (the first 3 upcoming events)
"autoResize": false // If true, widget will expand to display all events. Default false (scrollable view within "width")
},