AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 33 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Rocker gestures
helpme

Replies: 12
Views: 2459

PostForum: Ask for Help   Posted: Tue Jun 10, 2008 3:15 am   Subject: Rocker gestures
I think I have found one way to get rid of the context windows.

Try the following;

~RButton & LButton::
{
;send {RButton Up}!{left}
SendInput !{Ri ...
  Topic: How to put mouse pointer to centre of the screen?
helpme

Replies: 2
Views: 155

PostForum: Ask for Help   Posted: Tue Jun 03, 2008 11:47 am   Subject: How to put mouse pointer to centre of the screen?
The speed of your reply is incredibly fast. Thank you very much from the bottom of my heart.
  Topic: How to put mouse pointer to centre of the screen?
helpme

Replies: 2
Views: 155

PostForum: Ask for Help   Posted: Tue Jun 03, 2008 11:11 am   Subject: How to put mouse pointer to centre of the screen?
Dear Autohotkey Gurus,

Is there some way to placed the mouse pointer such that it is at the centre of the screen?

I would like to press some hotkey which will instantly place the mouse pointer t ...
  Topic: GUI for configuring remapped buttons for different apps
helpme

Replies: 1
Views: 237

PostForum: Ask for Help   Posted: Wed Aug 01, 2007 8:53 am   Subject: GUI for configuring remapped buttons for different apps
Dear Autohotkey Gurus,

I would like to create an autohotkey program with a GUI that enables the user to configure remapped buttons for different applications.

Let's use the mouse left button as ...
  Topic: Left-right scrolling
helpme

Replies: 1
Views: 237

PostForum: Ask for Help   Posted: Tue Jul 17, 2007 6:51 am   Subject: Left-right scrolling
Dear AutoHotkey experts,

Can AutoHotkey perform left-right scrolling using short-cut keys?

For example, some horizontal lines in a web-page is very long, so the reader needs to scroll to the ri ...
  Topic: How to divide Autohotkey script into several files?
helpme

Replies: 1
Views: 267

PostForum: Ask for Help   Posted: Fri Jun 08, 2007 2:01 am   Subject: How to divide Autohotkey script into several files?
Dear AutoHotkey Gurus,

Is there a way to divide the Autohotkey script into several files?

When the software gets big, everything contained in one file can make things messy. As I am not blessed ...
  Topic: Switch/case statement for Autohotkey
helpme

Replies: 5
Views: 779

PostForum: Ask for Help   Posted: Fri Jun 08, 2007 1:59 am   Subject: Switch/case statement for Autohotkey
Thanks for all your replies. Good to know it is coming out in ver2. Will be eagerly waiting.
  Topic: Switch/case statement for Autohotkey
helpme

Replies: 5
Views: 779

PostForum: Ask for Help   Posted: Thu Jun 07, 2007 7:39 am   Subject: Switch/case statement for Autohotkey
Dear Autohotkey experts,

Is there a switch/case statement equivalent for Autohotkey?

I would like to make my code more readable, if-then-else statements are not very readable when too long.
  Topic: Difference between GoSub and functions?
helpme

Replies: 6
Views: 343

PostForum: Ask for Help   Posted: Wed Jun 06, 2007 10:14 am   Subject: Difference between GoSub and functions?
Thank you Gurus.

I have a simple mind and get confused easily, so I better stick to functions as they will make my code more readable and less messy.

Thanks!
  Topic: Difference between GoSub and functions?
helpme

Replies: 6
Views: 343

PostForum: Ask for Help   Posted: Wed Jun 06, 2007 4:26 am   Subject: Difference between GoSub and functions?
Dear AutoHotkey Gurus,

What is the difference between GoSub and Functions? In what kind of situation is it better to use GoSub as compared to Functions?

Thank you for your guidance.
  Topic: Read/write to config file
helpme

Replies: 1
Views: 242

PostForum: Ask for Help   Posted: Mon Jun 04, 2007 1:44 am   Subject: Read/write to config file
Dear Autohotkey experts,

Is it possible to create a config file and read/write to it? I would like to create a GUI to allow users to configure my AutoHotkey program.

Can this be done?
  Topic: How to send mouseclick to button on webpage?
helpme

Replies: 1
Views: 252

PostForum: Ask for Help   Posted: Fri May 18, 2007 8:54 am   Subject: How to send mouseclick to button on webpage?
Dear Autohotkey Gurus,

How do I send mouseclick to a button on a webpage? Is it by treating the web browser as a window and use ControlSend()?
  Topic: Program has no short-cut keys. How to control?
helpme

Replies: 7
Views: 373

PostForum: Ask for Help   Posted: Fri May 11, 2007 3:36 pm   Subject: Program has no short-cut keys. How to control?
THanks for your suggestions.

The problem with MouseClick is that the GUI buttons' positions are not consistent. How do I ensure that MouseCLick is really click at the right X,Y position?
  Topic: Program has no short-cut keys. How to control?
helpme

Replies: 7
Views: 373

PostForum: Ask for Help   Posted: Thu May 10, 2007 12:27 pm   Subject: Program has no short-cut keys. How to control?
Dear AutoHotkey Gurus,

I wish to automate some programs but their GUI do not have short-cut keys. Seems like only mouse-clicks can be used to control them.

Can someone advise how to automate pro ...
  Topic: How to detect if window is already maximized?
helpme

Replies: 2
Views: 399

PostForum: Ask for Help   Posted: Fri May 04, 2007 7:38 am   Subject: How to detect if window is already maximized?
I would like to program a key such that it toggles between "maximize active window" and "restore active window to previous size".

How can AutoHotkey be made to detect whether th ...
 
Page 1 of 3 Goto page 1, 2, 3  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group