-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fn-toggle stops working after some time #5
Comments
Hi Dieter, Can you easily reproduce this behavior? My best bet is that the "key presses" detection function is sometimes missing a "key up", event, which makes the app thinks another key is always pressed (in which case it won't pop up the Touch Bar - only single Fn presses will do). |
Hello, I have the TouchBarServer application running non stop. Is there any logging behind the scenes that we can look at to find out where the problem is ? |
There's no logging by default, but if you have Xcode it's fairly easy to add it yourself: |
Hi guys, I have the same behavior. It is working great for some time but stops working and need to be disabled and enabled in the menubar to make it work again. Steve |
Not sure what's going on yet, but we're trying to track this. Difficulty is caused by the time it takes for it to stop working |
I will try to narrow it down and provide more information. Anyway thank you so much for sharing your awesome work! |
Hi, I can't seem to find the file This time, it stopped working coming out of sleep mode. After opening XCode, it worked again. But it seems very random, both in the moment it stops working as well in opening other applications where the functionality returns.. |
Sorry, my bad. It's this file: https://github.com/bikkelbroeders/TouchBarDemoApp/blob/master/TouchBarServer/AppDelegate.m |
@dieterdemeyer @juststevede We've just released v1.2 which handles the Fn key in a completely different (and hopefully more reliable) way. Could you install this version and see if the issue is now gone? |
I already downloaded the new version and will keep you posted. Again, thanks for sharing your work! |
Same here. |
I've been running the new version on 2 MacBooks for a few hours now without any issues. |
I didn't have any issues anymore too. Well done! |
Awesome, I'll consider this resolved and close the issue. If ever it's coming back after all, just reopen or submit a new issue. |
Hello,
I've been using the app for a few hours now during the weekend and I noticed that the Fn toggle stops working after a certain period of time.
When reenabling the "On-Screen Touch Bar" from the menu bar, it seems to be working again.
Anything I can do to help debug this ?
The text was updated successfully, but these errors were encountered: