Jason Wihardja

Results 22 comments of Jason Wihardja

Ok, so after I experimented around the mouse settings, it seems that the issue only happens when I set a high polling rate. It seems that there's something changed in...

As explained [here](https://developers.facebook.com/blog/post/2011/01/14/platform-updates--new-user-object-fields--edge-remove-event-and-more/), the user_address and user_mobile_phone permissions have been removed and thus, you can no longer obtain those information from the API.

Ok, it seems that calling `getPhoto()` doesn't really requests the image. Try changing the implementation of `getPhoto()` to ``` public void getPhoto(String entityId, OnPhotoListener onPhotoListener) { final Bundle bundle =...

I have a macropad, which fires keyboard keys F13 through F20, then have keyboard cowboys basically capture the key for each app like this one for example ![image](https://github.com/zenangst/KeyboardCowboy/assets/3488460/c7aa4055-fff0-4848-b9c7-7c540e926e7d) For F1...

No, it's entirely functional. When I open the app, I can also click through the UI. It's just that the keystrokes are not being processed

Thanks for the quick fix @zenangst. I'll surely try it out when it is released.

Hi @zenangst, unfortunately it didn't fix the problem. I was wondering, were you able to reproduce the problem in your environment? Because I also start to wonder, whether it has...

Unfortunately, the issue still arises. In particular with F14 and F15 whose default actions are decrease/increase screen brightness

It didn't work even after I disabled the built-in macos functions, the keys seem to still getting mapped to decrease/increase brightness ![image](https://github.com/zenangst/KeyboardCowboy/assets/3488460/1e1d41d4-86c4-4491-8c2b-bb86aa8bbbf3)

Upon further inspection, I noticed that using the latest version, only F14 and F15 are broken. The other function buttons now work correctly. I tried to tinker with different combinations...