Filtered by: tags=Objective-C

How to programmatically emulate Appple special keys such as media navigation & power keys

June 28, 2019 |  osx  keyboard  keys  Objective-C  HID 
Media keys along with some other keys are not handled through the standard apple keyboard event subsystem. They are treated differently, and therefore emulating them from software requires special code (EventTap won't work!). Here's a function that does th

Converting a std

June 26, 2019 |  Objective-C  osx  memory  array  vector  string 
An excellent piece of code to do the above is [here](https://gist.github.com/jeremy-w/3777700): Again, thanks to this [gist](https://gist.github.com/jeremy-w).