The following commit has been merged in the master branch:
commit ba660b27d9d19965cc4c58f4e1042700d13f19e9
Author: Damyan Ivanov <[EMAIL PROTECTED]>
Date:   Wed Sep 10 13:20:48 2008 +0300

    Handle also Fn+F6. No default binding

diff --git a/actions/hotkey.sh b/actions/hotkey.sh
index 8545b7c..5009cc7 100755
--- a/actions/hotkey.sh
+++ b/actions/hotkey.sh
@@ -94,6 +94,12 @@ case $code in
        /etc/acpi/actions/wireless.sh off
        show_wireless
        ;;
+    # Fn+F6
+    00000012)
+       if [ "${FnF6:-NONE}" != 'NONE' ]; then
+           $FnF6
+       fi
+       ;;
     # Fn+F7 -- mute/unmute speakers
     00000013)
        if [ "${FnF7:-handle_mute_toggle}" != 'NONE' ]; then
diff --git a/debian/changelog b/debian/changelog
index 99d2300..2fc40a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+eeepc-acpi-scripts (1.0.8) UNRELEASED; urgency=low
+
+  * handle also Fn+F6 (no default binding)
+    Thanks to Jean-Christophe for the suggestion
+
+ -- Damyan Ivanov <[EMAIL PROTECTED]>  Wed, 10 Sep 2008 13:19:47 +0300
+
 eeepc-acpi-scripts (1.0.7) unstable; urgency=low
 
   * move notify() to lib/notify.sh
diff --git a/debian/eeepc-acpi-scripts.default 
b/debian/eeepc-acpi-scripts.default
index a8cdbf9..228c427 100644
--- a/debian/eeepc-acpi-scripts.default
+++ b/debian/eeepc-acpi-scripts.default
@@ -45,6 +45,7 @@ SOFTBTN1_ACTION='handle_blank_screen'
 SOFTBTN2_ACTION='NONE'
 SOFTBTN3_ACTION='handle_camera_toggle'
 SOFTBTN4_ACTION='handle_bluetooth_toggle'
+FnF6='NONE'
 FnF7='handle_mute_toggle'
 FnF8='handle_volume_down'
 FnF9='handle_volume_up'

-- 
Maintenance of eeepc-acpi-scripts debian package

_______________________________________________
Debian-eeepc-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-eeepc-devel

Reply via email to