HapticKey
HapticKey copied to clipboard
Possible to limit area where haptics activate?
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 (EnergyBar). I was wondering where in the code I can edit to recompile such that only certain areas of the touchbar will trigger haptics?
I didn’t try though, you can probably modify HTKTapGestureEventListener and filter unwanted NSTouch to not callback event listener.
See https://github.com/niw/HapticKey/blob/master/HapticKey/Classes/HTKTapGestureEventListener.m#L50-L67.