AutoHotkey Community

It is currently May 27th, 2012, 11:31 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 32 posts ]  Go to page Previous  1, 2, 3
Author Message
 Post subject:
PostPosted: May 4th, 2011, 8:33 pm 
Thanks sooo much for these scripts!
I have a Trackman Marble FX. It's the best trackball I've ever used and I'm not all that keen on switching to any of the new ones I've seen out there.
The only thing I have missed is the scroll. I'v had to have a separate mouse hooked up with a scroll wheel just to get that.
So now I need one mouse less.

Thanks so much!! This is awesome!


Report this post
Top
  
Reply with quote  
PostPosted: July 20th, 2011, 5:38 pm 
Hey i need help..:D im so bad using AHK so here is my script:

#SingleInstance, Force
#NoEnv
SetTitleMatchMode, 2

GroupAdd, TABLES, ahk_class SunAwtFrame ; Make Table Group

SetTimer, AutoFocusTimer, 50 ;Set Autofocus Timer

Return

AutoFocusTimer: ;Auto focus on mouse over

MouseGetPos, , , ID
If !WinActive("ahk_id %ID%")
{
WinGetClass, ClassName, ahk_id %id%
If (ClassName = "SunAwtFrame")
WinActivate, ahk_id %ID%
}

Return

#IfWinActive, ahk_group TABLES ; Only Send F1 if Table Group is active

RButton:: ;Hotkey to send F1
Send {F1}

Return

MButton::
Send 10000,
;Hotkey to send F3
Send {F3}

sleep, 120

Return



i would like to get mbutton autobetting all in is that possible? if so how? not it goes all the chips to 1,5k but i have to click raise button my self i would like to be auto

There is pic what i mean:
http://imageshack.us/photo/my-images/231/help1kc.jpg/


And another question is it possible the get code like that if i sit out ahk script sits me back right away? it should somehow autopress that i am back button
there is also pic what i mean:

http://imageshack.us/photo/my-images/824/help2d.jpg/


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 32 posts ]  Go to page Previous  1, 2, 3

All times are UTC [ DST ]


Who is online

Users browsing this forum: MSN [Bot], nomissenrojb and 67 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group