Home Page Multimedia Button as hotkey

Ask gaming related questions (AHK v1.1 and older)
eduardoblu
Posts: 19
Joined: 28 Apr 2017, 18:54

Home Page Multimedia Button as hotkey

29 Apr 2017, 16:29

I have those multimedia buttons on my keyboard and they could be awesome hotkeys for my games.

The problem is: how can i avoid them to run my browser (like browser_home does) and just send the command to the game's window?

I looked really hard for that answer, but i think i'm not using the right search terms.
wolf_II
Posts: 2688
Joined: 08 Feb 2015, 20:55

Re: Home Page Multimedia Button as hotkey

29 Apr 2017, 17:14

Make a hotkey for Browser_Home and write code for it. Your browser will no longer respond to it.

Code: Select all

Browser_Home::
    ; use any code here
    MsgBox, Hello
Return
I hope that helps.
eduardoblu
Posts: 19
Joined: 28 Apr 2017, 18:54

Re: Home Page Multimedia Button as hotkey

29 Apr 2017, 17:59

I appreciate your intention, but the problem is: the game associates the button to one determinated function, and since this button is no longer pressed, it has no efect. I mean, I could make something like

Code: Select all

Browser_Home::W
And associate W to the function, but W already have one, know what I mean?
eduardoblu
Posts: 19
Joined: 28 Apr 2017, 18:54

Re: Home Page Multimedia Button as hotkey

01 May 2017, 11:31

another opinions?

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 63 guests