MTMR icon indicating copy to clipboard operation
MTMR copied to clipboard

The "quit" long touch does not work with the dock

Open etyloppihacilem opened this issue 4 years ago • 6 comments

When a long press is applied on an app in the dock, there is an haptic feedback but nothing else...

etyloppihacilem avatar Apr 23 '20 10:04 etyloppihacilem

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.

evanswa0606 avatar Apr 26 '20 00:04 evanswa0606

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.

PerpetualCreativity avatar Jun 02 '20 18:06 PerpetualCreativity

Huh. It works if all of the windows of the app are closed...

PerpetualCreativity avatar Jun 02 '20 19:06 PerpetualCreativity

Does anyone know if this issue has been addressed? Just downloaded MTMR and currently having this problem.

Vaughn44 avatar Oct 14 '20 05:10 Vaughn44

I too have the same issue with Big Sur 11.6

mjabdulm avatar Oct 04 '21 02:10 mjabdulm

When I long press a closed app in the dock, it disappear but it does not work with opened apps

etyloppihacilem avatar Nov 25 '21 09:11 etyloppihacilem