Trying to write a program that allows users to control the program using global shortcuts. I already have a working version for Windows using pyHook, but cannot figure out how to grab global login on a Mac. The other questions I read here mainly seemed to be about Linux, not Mac. (that's why I ask) Is there a way to do this?
source
share