Carlin Scott

Results 97 comments of Carlin Scott

Thanks for the links; I will check them out, probably next week some time. I tested the plugin on my friend's MacBook air and found that iTunes was hogging all...

I looked at it a little bit and determined that it was too much of a commitment for me. If someone else such as yourself, @Noitidart wants to implement this...

Thanks for all the info @Noitidart and I understand that your time is also valuable. I considered setting up OSX on a VM but a friend of mine is willing...

Somehow I missed Noitdart's last update. I can try finishing off his Gist sometime this week I think.

@Noitidart Well it's complete in that it registers a hotkey but I need to register a set of hotkeys and bind them to my app logic. I will also take...

@Noitidart So media key events are not key events but system events which don't have the **keyCode** merthod but rather a **keycode** property. So when your code tries to get...

@Noitidart Yeah, I figured out the NSSystemDefinedMask bit but getting the keyCode doesn't work, even with that slight casing change.

I spent hours trying to figure out how to de-refence the pointers to get the data1 value. I didn't realize that the cast function de-references pointers and that I had...

Haha, yes, it usually crashes if I do anything wrong :(. In the actual code I'm only going to handle subtype 8 but I'm also trying to figure out if...

So it looks like iTunes gets the events as well, even when I return null from the callback. The [official documentation](https://developer.apple.com/reference/appkit/nsevent/1534971-addlocalmonitorforeventsmatching?language=objc#parameters) implies that returning nil will kill the event chain...