vote up 1 vote down star
1

Programaticly, how can I modify the brightness of the backlit keyboard on a Macbook or Macbook Pro using Python?

flag

1 Answer

vote up 5 vote down

Amit Singh discusses these undocumented APIs in this online bonus chapter, but does so using C -- I'm not sure if a Python extension exists to do the same work from Python, perhaps as part of PyObjC (otherwise, such an extension would have to be written -- or ctypes used to access the shared C libraries directly from Python [shudder;-)]).

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.