MTMR
MTMR copied to clipboard
Missing Touches. This is a bug in IOHIDFamily
When I try to use the 2 and 3 finger gestures on latest macOS an MTMR I get the following error in the console:
613431379.198128 Missing Touches. This is a bug in IOHIDFamily

This is still present with 10.15.6 and very nerve recking... Since I desperately need MTMR for my daily workflow :(
I completely reinstalled macOS and the bug is persisting... Can you please try out my preset:
[
{
"type": "mute",
"width": 60,
"align": "right"
},
{
"type": "battery",
"align": "right"
},
{
"type": "timeButton",
"align": "right"
},
{
"type": "illuminationDown",
"width": 70,
"align": "left"
},
{
"type": "illuminationUp",
"width": 70,
"align": "left"
},
{
"type": "staticButton",
"title": "entf",
"width": 120,
"action": "keyPress",
"keycode": 117
},
{
"type": "staticButton",
"title": "off",
"action": "appleScript",
"actionAppleScript": {
"filePath": "/Users/majuss/Applications/displayOff.scpt"
}
},
{
"type": "staticButton",
"title": "on",
"action": "appleScript",
"actionAppleScript": {
"filePath": "/Users/majuss/Applications/displayOn.scpt"
}
}
]