Marvin Raaijmakers schrieb: > OK. Where can I find (technical) documentation about this program and > its source code? I am interested in this because it might be possible to > write a quite simulair application that reads ACPI hotkey events and > simulates for each event a key press.
Don't know about documentation, but: [EMAIL PROTECTED]:~$ dpkg -S /usr/sbin/thinkpad-keys hotkey-setup: /usr/sbin/thinkpad-keys So you can get the source code by issuing: apt-get source hotkey-setup But please note that what you want already exists. Take a look at acpid and acpi_fakekey. It is included in the acpi-support package. You may also want to take a look at the scripts in /etc/acpi/ to see how it's used. Regards, Mika -- laptop-testing-team mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/laptop-testing-team
