Comment 9 for bug 199682

Revision history for this message
opax (opax-gm) wrote :

Hello!

Ok I found a way not to fix it but to dodge the issue

I give an example

well my /etc/acpi/webbtn.sh file was

#!/bin/bash

 . /usr/share/acpi-support/key-constants
acpi_fakekey $KEY_WWW

but acpi_fakekey $KEY_WWW doesn't work..

so I replace it by

#!/bin/bash

 . /usr/share/acpi-support/key-constants
acpi_fakekey $KEY_HOMEPAGE

And then you change the shortcuts in gnome-keybinding-properties and it rolls!

You can find all the $KEY_* avaible in this file

/usr/share/acpi-support/key-constants

For sure all aren't used...