The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Media Keys

    Discussion in 'Other Manufacturers' started by Luthi3n, Dec 19, 2008.

  1. Luthi3n

    Luthi3n Notebook Consultant

    Reputations:
    26
    Messages:
    193
    Likes Received:
    0
    Trophy Points:
    30
    I have the .reg file to change the browser and mail client that the keys open, but I was wondering if there was any way to make the media play keys (play, pause, etc...) work with any other player than Windows Media Player. Of the ones I have tried so far it works with foobar but you have to have foobar as the focused window, it works with Songbird even when it isn't the focused window, but it doesn't work at all with Winamp.

    Anyone done any experimenting with them?
     
  2. RyderOCZ

    RyderOCZ Company Representative

    Reputations:
    63
    Messages:
    51
    Likes Received:
    0
    Trophy Points:
    15
    In Winamp, enable hotkeys (it is disabled by default) if you have not already.
     
  3. Luthi3n

    Luthi3n Notebook Consultant

    Reputations:
    26
    Messages:
    193
    Likes Received:
    0
    Trophy Points:
    30
    Thanx. I feel rather stupid that it was that simple.

    +rep too :)
     
  4. E-wrecked

    E-wrecked BANNED

    Reputations:
    1,110
    Messages:
    3,591
    Likes Received:
    2
    Trophy Points:
    105
    talk about fast customer support ;)
     
  5. DanInDeerfield

    DanInDeerfield Notebook Enthusiast

    Reputations:
    0
    Messages:
    23
    Likes Received:
    0
    Trophy Points:
    5
    Oh Oh Oh... how do you change the browser and mail keys? I just posted yesterday in the Alienware M17 forums asking!
     
  6. Luthi3n

    Luthi3n Notebook Consultant

    Reputations:
    26
    Messages:
    193
    Likes Received:
    0
    Trophy Points:
    30
    Download this file:
    http://rapidshare.com/files/175230880/AP_Key.rar

    Edit the appropriate .reg file to your liking.

    For example, the default browser is IE, but for me if I want to change it to Firefox, this is what it would look like in the .reg file:

    Code:
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MobilePC\HotStartButtons\4]
    "ApplicationPath"="\"C:\\Program Files (x86)\\Mozilla Firefox\\firefox.exe\""
    All I did was change the filepath from Internet Explorer to Mozilla Firefox and change the .exe at the end to firefox.exe

    Just do the same for your email client too.

    Hope this helps.
     
  7. mhooper1125

    mhooper1125 Notebook Evangelist

    Reputations:
    152
    Messages:
    626
    Likes Received:
    0
    Trophy Points:
    30
    Thansk Luthi3n, Nice post. + rep to you.
     
  8. Luthi3n

    Luthi3n Notebook Consultant

    Reputations:
    26
    Messages:
    193
    Likes Received:
    0
    Trophy Points:
    30
    Here is the entire code for the .reg file if you would rather just copy and paste it into a new file:

    32bit:
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MobilePC\HotStartButtons\1]
    "ApplicationPath"="c:\\windows\\ehome\\ehshell.exe /directmedia:music"
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MobilePC\HotStartButtons\2]
    "ApplicationPath"="\"C:\\Program Files\\CyberLink\\PowerDVD\\PowerDVD.exe\""
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MobilePC\HotStartButtons\3]
    "ApplicationPath"="c:\\windows\\ehome\\ehshell.exe /directmedia:discplayback"
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MobilePC\HotStartButtons\4]
    "ApplicationPath"="\"C:\\Program Files\\Internet Explorer\\iexplore.exe\""
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MobilePC\HotStartButtons\5]
    "ApplicationPath"="\"C:\\Program Files\\Windows Mail\\WinMail.exe\""
    64bit:
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MobilePC\HotStartButtons\1]
    "ApplicationPath"="c:\\windows\\ehome\\ehshell.exe /directmedia:music"
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MobilePC\HotStartButtons\2]
    "ApplicationPath"="\"C:\\Program Files (x86)\\CyberLink\\PowerDVD\\PowerDVD.exe\""
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MobilePC\HotStartButtons\3]
    "ApplicationPath"="c:\\windows\\ehome\\ehshell.exe /directmedia:discplayback"
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MobilePC\HotStartButtons\4]
    "ApplicationPath"="\"C:\\Program Files (x86)\\Internet Explorer\\iexplore.exe\""
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MobilePC\HotStartButtons\5]
    "ApplicationPath"="\"C:\\Program Files (x86)\\Windows Mail\\WinMail.exe\""
    
    Just copy and paste the stuff in the CODE tags into a text document and save it as xxxxx.reg and make sure to select "Save as Type: All Files"