MTMR icon indicating copy to clipboard operation
MTMR copied to clipboard

Missing Touches. This is a bug in IOHIDFamily

Open majuss opened this issue 5 years ago • 2 comments

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

Screenshot 2020-06-09 at 23 37 53

majuss avatar Jun 09 '20 21:06 majuss

This is still present with 10.15.6 and very nerve recking... Since I desperately need MTMR for my daily workflow :(

majuss avatar Sep 08 '20 11:09 majuss

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"
    }
  }
]

majuss avatar Jan 12 '21 16:01 majuss