View Single Post
Posts: 81 | Thanked: 45 times | Joined on Dec 2009
#1
I'm writing a small html text reader in python and I would like to use the volume keys for doing page up and page down. To do that I need to release them which according to:

http://wiki.maemo.org/Documentation/...Qt_application

is done by calling Xchangeproperty.

Since I am using python, hildon, and gtk I wonder whether this function has a python binding, or if there is a higher level python interface available for releasing these buttons?

Regards,
Dov