|
Originally Posted by av_boy
Ok, I figured out how to fix this problem. And since apparently my original post was not clear, here it goes again.
There are 2 buttons on the front of this laptop. These two buttons are right where you rest your right palm while using the keyboard. These 2 buttons enable/disable the bluetooth and the wireless cards. On occasion, I accidentally push these buttons with my palm, and disable the device. I want to disable these buttons so that pushing them does nothing, and instead use ePowerManagement to control the devices.
Now to the fix:
These buttons are controlled by the LaunchManager application. Stopping this application will disable these 2 buttons like I want. The problem is that by stopping launch manager none of the "special buttons" on the keyboard work anymore, so this isnt an option for me.
To disable just the wifi and bluetooth buttons:
In the directory c:\Program Files\Launch Manager there is a file called MMKEYBD.CFG . This file maps the special keys. I modified the contents of that file to look like this:
[Legacy Keyboard]
Driver File for WinNT = Dritek_KB_Filter
Driver File for Win9X = DvHkKDEx.VxD
[Legacy Keyboard HotKey for Win9X]
Key 1 = 1,E0,73,E0,F3,F501,P1
Key 2 = 1,E0,74,E0,F4,F500,e-Key(Acer eManager)
Key 3 = 1,E0,6C,E0,EC,F503,E-Mail
Key 4 = 1,E0,32,E0,B2,F504,WWW
Key 5 = 1,E0,25,E0,A5,F010,Help
Key 6 = 1,E0,26,E0,A6,F505,Fn+F2(Acer eSettings)
Key 7 = 1,E0,27,E0,A7,F506,Fn+F3(Acer ePM)
Key 8 = 1,E0,30,E0,B0,0501,Volume Up
Key 9 = 1,E0,2E,E0,AE,0502,Volume Down
Key 10 = 1,E0,20,E0,A0,0500,Mute
Key 11 = 1,E0,71,E0,F1,F700,Touchpad Enabled (Fn+F7)
Key 12 = 1,E0,72,E0,F2,F701,Touchpad Disabled (Fn+F7)
Key 13 = 1,E0,29,E0,A9,F507,Multi-Monitor Switch
Key 14 = 1,E0,33,E0,B3,F508,Euro Symbol
Key 15 = 1,E0,34,E0,B4,F509,Money Symbol
Key 16 = 1,E0,6E,E0,EE,F512,Brightness Up
Key 17 = 1,E0,6F,E0,EF,F513,Brightness Down
[Legacy Keyboard HotKey for WinNT]
Key 1 = 1,E0,73,E0,F3,F501,P1
Key 2 = 1,E0,74,E0,F4,F500,e-Key(Acer eManager)
Key 3 = 1,E0,6C,E0,EC,F503,E-Mail
Key 4 = 1,E0,32,E0,B2,F504,WWW
Key 5 = 1,E0,25,E0,A5,F010,Help
Key 6 = 1,E0,26,E0,A6,F505,Fn+F2(Acer eSettings)
Key 7 = 1,E0,27,E0,A7,F506,Fn+F3(Acer ePM)
Key 8 = 1,E0,30,E0,B0,0501,Volume Up
Key 9 = 1,E0,2E,E0,AE,0502,Volume Down
Key 10 = 1,E0,20,E0,A0,0500,Mute
Key 11 = 1,E0,71,E0,F1,F700,Touchpad Enabled (Fn+F7)
Key 12 = 1,E0,72,E0,F2,F701,Touchpad Disabled (Fn+F7)
Key 13 = 1,E0,29,E0,A9,F507,Multi-Monitor Switch
Key 14 = 1,E0,33,E0,B3,F508,Euro Symbol
Key 15 = 1,E0,34,E0,B4,F509,Money Symbol
Key 16 = 1,E0,6E,E0,EE,F512,Brightness Up
Key 17 = 1,E0,6F,E0,EF,F513,Brightness Down
|