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.

    Changing the Internet button function

    Discussion in 'HP' started by CrusherW9, Jul 26, 2011.

  1. CrusherW9

    CrusherW9 Notebook Enthusiast

    Reputations:
    0
    Messages:
    34
    Likes Received:
    0
    Trophy Points:
    15
    I have a DV6T Quad 6000 and I was wondering if there is a way you can change the function that the internet button(the one next to the power button) does?
     
  2. uggarocka

    uggarocka Notebook Enthusiast

    Reputations:
    1
    Messages:
    49
    Likes Received:
    1
    Trophy Points:
    16
    If you're into scripting, you can use autohotkey to do this. Here's the hot key tutorial page for AHK: Hotkeys (Mouse, Joystick and Keyboard Shortcuts).

    The internet button is represented by Browser_Home in AHK. So, for example, if you wanted to run notepad instead of your web browser, use this one-line script:

    Browser_Home::Run Notepad