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.

    edit windows hotkeys

    Discussion in 'Windows OS and Software' started by peace frogs, Oct 28, 2008.

  1. peace frogs

    peace frogs Notebook Guru

    Reputations:
    0
    Messages:
    52
    Likes Received:
    0
    Trophy Points:
    15
    does anyone know any kind of program or software that would allow me to create my own hotkeys. like if i wanted it to ctrl+alt+f would start up firefox
    thank you :)
     
  2. Matt

    Matt Notebook Deity

    Reputations:
    2,618
    Messages:
    1,757
    Likes Received:
    0
    Trophy Points:
    55
    AutoHotKey

    Here's the code for that, by the way:
    Code:
    ^!f::Run [COLOR="Red"]{PathToFirefox}[/COLOR]
    Obviously {PathToFirefox} should be replaced with the path, such as:
    Code:
    C:\Program Files\Mozilla Firefox\firefox.exe
    There's probably a better way of doing this... but this works. (I know because I use it.)
     
  3. CalebSchmerge

    CalebSchmerge Woof NBR Reviewer

    Reputations:
    1,126
    Messages:
    2,395
    Likes Received:
    2
    Trophy Points:
    55
    I use HotKeyz (google it) on my HTPC, I use it to modify my remote, but it all works with the keyboard too.
     
  4. peace frogs

    peace frogs Notebook Guru

    Reputations:
    0
    Messages:
    52
    Likes Received:
    0
    Trophy Points:
    15
    it took me a bit to get the programming down for the autohotkey software but i figured it out. thanks matt.
     
  5. Matt

    Matt Notebook Deity

    Reputations:
    2,618
    Messages:
    1,757
    Likes Received:
    0
    Trophy Points:
    55
    Yep. No problem. I'm actually impressed you use that way. As I said, there are probably WAY more easier ways. (Such as Caleb's.) But this way you have much more customization.
     
  6. peace frogs

    peace frogs Notebook Guru

    Reputations:
    0
    Messages:
    52
    Likes Received:
    0
    Trophy Points:
    15
    well im majoring in computer science so the mindset for programming was there i just had to get the formating down and of course im just doing simple ones like the one you showed me earlier. and the more customization the better as far as im concerned :D