PDA

View Full Version : help! BetPot remap this to Mx1000 back button plz.


oreopimp
08-17-2006, 01:03 AM
I want to remap the below to the back button on my Mx1000. (it has a forward and back button, usually used when surfing the web). Ive heard its Xbutton1 or Xbutton2, dunno, but looking for help on google this [censored] is way over my head.


~MButton:: ;___ Bet full pot, round to 2dp, autobet, deduct rake, use 4xBB+1/limper
id := getid()
IfWinExist, ahk_id%id% ahk_group tables
{
Pot(id, 1, 2, 0, 1, "ssnl")
}
return

CASSHERN
08-17-2006, 01:28 AM
Just repalce MButton by either Xbutton1 or Xbutton2 ... you'll find out which is #1 and which is #2 ...

oreopimp
08-17-2006, 01:54 AM
yeah just did that a little while ago, apparently it was that easy, but Im a retard when it comes to scripts.