MTMR
MTMR copied to clipboard
The "quit" long touch does not work with the dock
When a long press is applied on an app in the dock, there is an haptic feedback but nothing else...
To quit the touchbar, you could add an "exit" widget through the following:
{ "type": "exitTouchbar" }
in your touchbar. This will add a dedicated "exit" button that quits MTMR when you click on it. In addition, if you would like to create a long touch, insert the following into any button object(test and see with different buttons, I haven't used MTMR for that long so I do not know which accept long touch):
"longAction": "appleScript", "longActionAppleScript": { "inline": "tell application \"MTMR\" to quit" }
Good luck, reply on this thread if you still have problems.
I have the same issue as TheFiremanH. He is, I believe, referring to the following line in the README:
dock (half-long click to open app, full-long click to kill app)
"full-long click to kill app" does not work (macOS 10.15). I can feel the haptic feedback, twice (once for half-long and once for full-long) and the dock is able to open apps, but not quit them.
Huh. It works if all of the windows of the app are closed...
Does anyone know if this issue has been addressed? Just downloaded MTMR and currently having this problem.
I too have the same issue with Big Sur 11.6
When I long press a closed app in the dock, it disappear but it does not work with opened apps