HapticKey icon indicating copy to clipboard operation
HapticKey copied to clipboard

Additional option for when to trigger haptic feedback

Open ribrob opened this issue 7 years ago • 4 comments

Currently there are 2 options to trigger haptic feedback;

  1. All Taps on Touch Bar
  2. Esc and F1, F2, etc. keys

The first Isn't ideal as it means you get fedback when you tap the bar even if there's no button there

The second Is quite limiting, as app-specific Touch Bar buttons do not trigger the haptics

Is it possible to add an option for Taps on any Touch Bar buttons?

This would trigger haptics whenever the user touches a button on the touch bar, but not when they tap an empty area of the bar.

ribrob avatar Apr 24 '18 13:04 ribrob

Thank you for the feedback! I understand that the difference, but it’s because of the current implementation limitation. I think it’s technically possible, however requires some extra reverse engineering of the Touch Bar private APIs, which I didn’t try yet.

niw avatar Apr 24 '18 17:04 niw

What about for just the touch bar's "x"?

Palisand avatar Nov 11 '18 04:11 Palisand

@niw May I ask if there is any updates?̊̈ I really would like this feature...

goranmoomin avatar Jun 14 '19 00:06 goranmoomin

I explored a way to detect these events from touch bar in different approach such as using IOKit, however not really find a way to do so yet. Since this year at WWDC, they announced new APIs, I will take a look at them as well as testing it on Catalina to figure out the better solution.

niw avatar Jun 15 '19 00:06 niw