Package: hotkey-setup Version: 0.1-17 Severity: normal
The includes changes enable or quiet some of the multimedia/Fn key combo's on the MSI MS-1035 (aka L725) laptop. Hope this helps... :) Arjan --- /etc/init.d/hotkey-setup.ORIG 2007-04-11 00:56:16.000000000 +0200 +++ /etc/init.d/hotkey-setup 2007-04-11 01:00:51.000000000 +0200 @@ -93,6 +93,14 @@ esac ;; + MICRO-STAR*) + case "$name" in + *INFINITY*) + . /usr/share/hotkey-setup/micro-star-infinity.hk + ;; + esac + ;; + Samsung*) . /usr/share/hotkey-setup/samsung.hk ;; --- /usr/share/hotkey-setup/key-constants.OLD 2007-04-11 02:17:35.000000000 +0200 +++ /usr/share/hotkey-setup/key-constants 2007-04-11 02:17:35.000000000 +0200 @@ -1,4 +1,4 @@ -# Generated from /usr/include/linux/input.h dated Sat Feb 4 14:58:52 GMT 2006 +# Generated from /usr/include/linux/input.h dated Fri Mar 23 20:52:51 GMT 2007 KEY_RESERVED=0 KEY_ESC=1 KEY_1=2 @@ -217,6 +217,18 @@ KEY_BRIGHTNESSDOWN=224 KEY_BRIGHTNESSUP=225 KEY_MEDIA=226 +KEY_SWITCHVIDEOMODE=227 +KEY_KBDILLUMTOGGLE=228 +KEY_KBDILLUMDOWN=229 +KEY_KBDILLUMUP=230 +KEY_SEND=231 +KEY_REPLY=232 +KEY_FORWARDMAIL=233 +KEY_SAVE=234 +KEY_DOCUMENTS=235 +KEY_BATTERY=236 +KEY_BLUETOOTH=237 +KEY_WLAN=238 KEY_UNKNOWN=240 KEY_LOCK=$KEY_COFFEE KEY_LIGHT=$KEY_F19 @@ -224,4 +236,3 @@ KEY_ROTATESCREEN=$KEY_F21 KEY_VIDEOMODECYCLE=$KEY_F22 KEY_PRESENTATION=$KEY_F23 -KEY_BATTERY=236 --- /dev/null 2007-04-11 02:23:26.108166657 +0200 +++ /usr/share/hotkey-setup/micro-star-infinity.hk 2007-04-11 02:23:27.000000000 +0200 @@ -0,0 +1,24 @@ +# MSI inifity (e.g. MSI MS-1035 aka L725) + +# Fn-key combinations + # Fn-F2 External VGA toggle # Handled by ACPI +setkeycodes e064 $KEY_PROG1 # Fn-F3 Touchpad disable # No Elantech Touchpad support yet :( + # Just choose some key to quiet it? +setkeycodes e077 $KEY_BRIGHTNESSDOWN # Fn-F4 Brightness down +setkeycodes e078 $KEY_BRIGHTNESSUP # Fn-F5 Brightness up +#setkeycodes e02e $KEY_VOLUMEDOWN # Fn-F7 Volume down # Canonical mapping, commented out. +#setkeycodes e030 $KEY_VOLUMEUP # Fn-F8 Volume up # Canonical mapping, commented out. +#setkeycodes e020 $KEY_MUTE # Fn-F9 Sound On/Off # Canonical mapping, commented out. +#setkeycodes e05f $KEY_SLEEP # Fn-F12 Sleep Zz # Canonical mapping, commented out. + +# Four special keys around power button +#setkeycodes e06c $KEY_MAIL # 'envelope' button Mail # Canonical mapping, commented out. +#setkeycodes e032 $KEY_WWW # 'e' button WWW # Canonical mapping, commented out. +setkeycodes e076 $KEY_WLAN # 'satellite dish' key WLAN on +setkeycodes e062 $KEY_BLUETOOTH # 'sattelite dish' key Bluetooth on +setkeycodes e079 $KEY_SEARCH # 'magnifying glass' key Search? + +# Not on keyboard but generated anyway +# Are these the correct mappings? +setkeycodes e071 $KEY_POWER # plugging in AC connector Running on AC power +setkeycodes e072 $KEY_BATTERY # unplugging AC connector Running on battery -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.20.4 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages hotkey-setup depends on: ii dmidecode 2.8-4 Dump Desktop Management Interface hotkey-setup recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]