Open Side Menu Go to the Top
Register
StarsHotkeys - AHK StarsHotkeys - AHK

12-04-2008 , 10:39 AM
For a basic 4-5 button mouse:

http://www.autohotkey.com/docs/KeyList.htm

LButton - the left mouse button
RButton - the right mouse button
MButton - the middle or wheel mouse button

WheelDown - this is equivalent to rotating the mouse wheel down (toward you)
WheelUp - the opposite of the above. When WheelDown/Up are used as hotkeys, A_EventInfo contains the number of turns/notches.

Supported only in Windows 2000/XP or later:
XButton1 - a button that appears only on certain mice
XButton2 - a button that appears only on certain mice


I use a 13 button Logitech MX Revolution mouse with UberOptions software to program all the buttons to various hotkeys. All you have to do to is program a hotkey on your keyboard, for example Fold = F1, then go into UberOptions and set whatever mouse button you want to use to fold...say Left Click = F1. This mouse is wireless.

A great corded gaming mouse (ambidextrous too) is the Razer Lachesis. It has 9 buttons and comes with excellent software that also allows you to easily program all the hotkeys. For a basic 5 button mouse, the Razer Deathadder is really nice.

If you're interested in getting any of these make sure you check all the online discount sites because they can be found for crazy sick deals way below retail.
StarsHotkeys - AHK Quote
12-04-2008 , 06:05 PM
Thanks for the feedback. I'm looking at the Logitech Mx Revolution right now on Tiger Direct and it says it only has 7 buttons. Is there 2 different versions?
StarsHotkeys - AHK Quote
12-04-2008 , 07:36 PM
Well technically it does only have 7 buttons, but the scroll wheel and thumb wheel are multifunctional so you can program 13 different options:

1 -Right Click
2- Left Click
3- Middle Button
4- Side Button 1
5- Side Button 2

6-
Thumb Wheel - Up
Thumb Wheel - Down
Thumb Wheel - Push In

7-
Scroll Wheel - Up
Scroll Wheel - Down
Scroll Wheel - Tilt Right
Scroll Wheel - Tilt Left
Scroll Wheel - Push

In order to be able to get full use of all 13 options you have to be sure to download Uberoptions...it's free. The software it comes with won't let you program all of them.
StarsHotkeys - AHK Quote
12-09-2008 , 12:15 PM
Has anyone else notices problems since this morning?
StarsHotkeys - AHK Quote
12-09-2008 , 12:19 PM
Quote:
Originally Posted by SmooveSquid
Has anyone else notices problems since this morning?
My "Call" hotkey still makes a call, but it brings up the table themes screen as well.
StarsHotkeys - AHK Quote
12-09-2008 , 02:13 PM
yeah, it's broke
StarsHotkeys - AHK Quote
12-09-2008 , 04:02 PM
idem...
StarsHotkeys - AHK Quote
12-09-2008 , 08:17 PM
I've changed the script to fix the problems caused by the auto-refresh feature.
StarsHotkeys - AHK Quote
12-10-2008 , 12:41 AM
They added the option to take out the "Right-Click Table to show table themes" in their Options today. Disabling that should fix any issues anyone was having with using right click.
StarsHotkeys - AHK Quote
12-10-2008 , 03:46 PM
Quote:
Originally Posted by Amerzel
They added the option to take out the "Right-Click Table to show table themes" in their Options today. Disabling that should fix any issues anyone was having with using right click.
NICE ! !
StarsHotkeys - AHK Quote
12-10-2008 , 05:53 PM
Quote:
Originally Posted by wickss
I've changed the script to fix the problems caused by the auto-refresh feature.
Sick, thank you!

Love the new auto open and refresh Info tab options.
StarsHotkeys - AHK Quote
12-10-2008 , 06:48 PM
Quote:
Originally Posted by CheeseMoney
I've written some updates to this script, and will clean them up and should post them some time this week (in this thread, if OK with wickss).

1) Added joystick control (w/ d-pad) for table navigation
2) Added table highlight for ease navigating tables
3) added improved function to cycle thru tables with a key, and won't cycle off of pokerstars tables
4) wrote script to stop other programs from stealing focus-- will refocus table on pokerstars table if focus is stolen by another program. With button to turn on/off.

what keys do you assign to d-pad for table navigation?
StarsHotkeys - AHK Quote
12-10-2008 , 10:14 PM
odd problem:

for some reason, when i have stars hotkeys running, previous round's bets stay on the table. i'll try to get a screenshot when i have some time. but basically i'll raise pre, caller. flop comes down but our chips still show up in front of us

anyone else run into this issue? its definitely only occuring when stars hotkeys is running. sfso, debust, and HEM/hud are all running w/out these issues

only started happening in the past couple days

running vista
StarsHotkeys - AHK Quote
12-10-2008 , 10:47 PM
Quote:
Originally Posted by Idaho_Angler
what keys do you assign to d-pad for table navigation?
Hang tight, I should get time to finish it for release this weekend. I'll have options for probably both dpad and analog table movement. Its not as simple as just up, down, left, right, since the pov hat and analog (JoyX/JoyY in ahk i think) have many in between areas. Basically, you have to set a timer to catch presses on the dpad/analog, and then have it send a key that starshotkeys can recognize (e.g., F13 for up, f14 for down, etc). I will probably set it so that you can have duplicates keys for table navigation (e.g., you can use uparrow or d-pad up to move up, etc).

It has seriously saved my wrists though.
StarsHotkeys - AHK Quote
12-11-2008 , 12:02 AM
Quote:
Originally Posted by dmk
odd problem:

for some reason, when i have stars hotkeys running, previous round's bets stay on the table. i'll try to get a screenshot when i have some time. but basically i'll raise pre, caller. flop comes down but our chips still show up in front of us

anyone else run into this issue? its definitely only occuring when stars hotkeys is running. sfso, debust, and HEM/hud are all running w/out these issues

only started happening in the past couple days

running vista
Pretty sure its a stars issue. There were people complaining in the stars software improvement thread.
StarsHotkeys - AHK Quote
12-11-2008 , 09:55 AM
Quote:
Originally Posted by fozzy71
Pretty sure its a stars issue. There were people complaining in the stars software improvement thread.
its just odd that it only occurs when hotkeys is running

guess we'll see what happens after the next stars update
StarsHotkeys - AHK Quote
12-11-2008 , 10:44 AM
For some reason bet x bb preflop isn't working anymore for me (just downloaded new version)
StarsHotkeys - AHK Quote
12-11-2008 , 06:16 PM
OP, will this run on a mac?

Also, will it run on a virtual machine created on my Mac (VMware fusion 2 and windows XP)?
StarsHotkeys - AHK Quote
12-12-2008 , 06:33 AM
Quote:
Originally Posted by dmk
odd problem:

for some reason, when i have stars hotkeys running, previous round's bets stay on the table. i'll try to get a screenshot when i have some time. but basically i'll raise pre, caller. flop comes down but our chips still show up in front of us

anyone else run into this issue? its definitely only occuring when stars hotkeys is running. sfso, debust, and HEM/hud are all running w/out these issues

only started happening in the past couple days

running vista
This is connected with the auto-refresh feature. Download the new version.
StarsHotkeys - AHK Quote
12-13-2008 , 04:43 AM
Love the script, but is there a way to get it to automatically close tables I busted on?
StarsHotkeys - AHK Quote
12-13-2008 , 06:26 AM
Quote:
Originally Posted by kitaristi0
Love the script, but is there a way to get it to automatically close tables I busted on?
search for debustifier although it can be a little buggy and would be nice to have a more stable version.

Also a 'Close tournament lobbies every X Seconds' Hotkey would be cool but cant complain about free software (donate to this man though)
StarsHotkeys - AHK Quote
12-13-2008 , 12:30 PM
Quote:
Originally Posted by jmflu
search for debustifier although it can be a little buggy and would be nice to have a more stable version.

Also a 'Close tournament lobbies every X Seconds' Hotkey would be cool but cant complain about free software (donate to this man though)
Stars Debustifier
StarsHotkeys - AHK Quote
12-13-2008 , 07:39 PM
Thanks
StarsHotkeys - AHK Quote
12-13-2008 , 08:22 PM
Wickss is always on top of an update, ship teh donations IMO.

Also the Razer Lachesis is my favorite mouse for use with the script. The Razer software makes mapping, macros, button timing etc super easy. Wickss will attest to the fact I won't play without the script or that mouse.
StarsHotkeys - AHK Quote
12-13-2008 , 10:57 PM
Quote:
Originally Posted by CheeseMoney
I've written some updates to this script, and will clean them up and should post them some time this week (in this thread, if OK with wickss).

1) Added joystick control (w/ d-pad) for table navigation
2) Added table highlight for ease navigating tables
3) added improved function to cycle thru tables with a key, and won't cycle off of pokerstars tables
4) wrote script to stop other programs from stealing focus-- will refocus table on pokerstars table if focus is stolen by another program. With button to turn on/off.
Cheesemoney, this sounds awesome!
One question, does your modifications make it so that when you are focused on one table, a new table activating doesn't steal focus?

I'm looking for that feature to avoid accidentally folding a table that 'activates', etc.

Thanks!
StarsHotkeys - AHK Quote

      
m