HapticKey
HapticKey copied to clipboard
A simple utility application to trigger haptic feedback when tapping Touch Bar.
Added in Resources one new folder fr.lproj containing Localizable.strings UTF-8 file translated into French.
Hi, so when I tap the touch bar, I feel a vibration on the built-in trackpad, but not on the external Magic Trackpad 2, which also has haptic support. Is...
* Add new delegate callback that can take `CGEvent` directly without converting to `NSEvent` * Check if the event is for Touch Bar or not by using undocumented `kCGEventFieldTouchContextID` before...
Steps to replicate: - Run HapticKey - From Menu Bar, change the HapticKey setting to 'All Taps on Touch Bar' - Haptic feedback happens correctly for all Touch Bar keys...
Hi! I recently found this and was very impressed at the app's functionality. I'm trying to get this to work in tandem with my fork of a touchbar widget app...
Or do you take donations? This is a nice app :)
Hi, I like the app and have been using it for quite some time now (about 2 or 3 weeks) and I just realised that a Volume control for the...
Every mouse event causes the `EventTapCallback` to be called, which over time results in a constant 1-2% CPU usage. I did a basic time profile and found that the main...
I'm curious if you've tried only doing the feedback on touch-down only, and not on touch-up. If I touch the key fast enough I only seem to get the touch-down...
While debugging the application on MacBook Pro 2018 (#23), there are reports that haptic feedback is weaker on MacBook Pro 2018. Need to investigate how it’s weak and what solutions...