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.

    volume control hotkeys?

    Discussion in 'Windows OS and Software' started by FairTrade, Aug 19, 2009.

  1. FairTrade

    FairTrade Notebook Geek

    Reputations:
    0
    Messages:
    81
    Likes Received:
    0
    Trophy Points:
    15
    not sure if this is the right forum...but i currently have my lappy hooked up to moniter and keyboard/mouse...essentially just using it as a desktop...but when i listen to music and such, i'd look to be able to control volume with my keyboard, which i could do with the laptop keybaord with the fn key...but yeah, i'm wondering if there's a simple way to set up a hotkey or something so that i can control the volume with my external keyboard...any solutions?

    thanks
     
  2. lixuelai

    lixuelai Notebook Virtuoso NBR Reviewer

    Reputations:
    463
    Messages:
    2,326
    Likes Received:
    1
    Trophy Points:
    56
    You can try AutoHotKey. it is pretty simple. I had a script that does exactly that but I lost it when I reformated.

    Or you can try some freewares out there that seem to do the job.

    You can try this script: http://www.autohotkey.com/docs/scripts/VolumeOSD.htm and delete the OSD parts.

    edit I found it:

    HotKey, F10, vol_Mute ;
    HotKey, F11, vol_Down ;
    HotKey, F12, vol_Up ;

    vol_Up:
    Send {Volume_Up down}
    return

    vol_Down:
    Send {Volume_Down down}
    return

    vol_Mute:
    Send {Volume_Mute}
    return
     
  3. Below Par

    Below Par Notebook Enthusiast

    Reputations:
    0
    Messages:
    28
    Likes Received:
    0
    Trophy Points:
    5
  4. Kocane

    Kocane Notebook Deity

    Reputations:
    395
    Messages:
    1,626
    Likes Received:
    15
    Trophy Points:
    56
    Sound Volume Hotkeys..

    Awesome little app it really does the trick and its free..

    Incase you are using Windows 7, where the standard hotkeys doesnt work in, i have "hacked" the exe and changed the hotkey so it works, you can have that...

    Good app
     
  5. FairTrade

    FairTrade Notebook Geek

    Reputations:
    0
    Messages:
    81
    Likes Received:
    0
    Trophy Points:
    15
    nice, perfect...accept it says its a trail version...will it run out? or does it just have limitations that i won't really care about...cause all i want to use it for is volume control...
     
  6. qhn

    qhn Notebook User

    Reputations:
    1,654
    Messages:
    5,955
    Likes Received:
    1
    Trophy Points:
    205
    And what keyboard brand/model are you using? Many of them have software that comes with them to allow volume control via some keys or comibi-keys.

    cheers ...