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...

-- 
Asus F5N laptop Special keys not working with asus-laptop kernel module
https://bugs.launchpad.net/bugs/199682
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to