Yoshimasa Niwa

Results 47 comments of Yoshimasa Niwa

What @ujihisa linked from his comment shows the first line as expected behavior (with an extra enter key after getting a first candidate by the space, I think.) In this...

Thank you so much! ☺️ The app is using private APIs which are not allowed to use in the app on Mac AppStore therefore I have no plan to make...

@chrisballinger Thank you for your investigation, I didn't realize that `eventWithCGEvent:` costs that much. Actually, after disassemble `NSEvent` implementation, it does more than I expected. Technically, scan all possible event...

Created #15 for testing. The change removes all `eventWithCGEvent:` call from non Touch Bar related gesture events. However, as I tested, probably because of amount of events we anyways need...

@chrisballinger Yeah, that part, differentiating events from Touch Bar or normal multi touch device, requires some undocumented API usages. If you can test this branch and see some benefits, I’m...

@ghazel Awesome. This is good hack. For sure, using `IOKit` would be a possible solution, not only for this but also other issues such as #4. Let me test your...

@gch1p Yeah, I tested once and tried to use it, however recently I was a little bit busy and couldn’t have time to work on it. I will give another...

True. As I separate event tap to the own runloop on the different thread than NSApplication’s runloop, then see cleaner call tree, but still most of time is spent to...

Hi, @Yann-R, To make translation works, could you add this new locale in the Xcode project also use UTF-16 encoding for `Localizable.strings` instead so that it can actually work.

@Yann-R Please follow next steps after opening `HapticKey.xcodeproj` by the latest Xcode. Open HapticKey project file then, select HapticKey under Project, then in Localization, click plus button then select "French...