| Author |
Message |
Topic: Tray Menu Problem |
stretch65
Replies: 1
Views: 161
|
Forum: Ask for Help Posted: Sat Jun 30, 2007 4:26 pm Subject: Tray Menu Problem |
Hi,
I've been having trouble with my script's tray menu. What I
want to do is show the tray menu when I right-click it (which is
what it's doing now - no problems), BUT also I would like to
... |
Topic: Virtual On-Screen Keyboard Problem |
stretch65
Replies: 2
Views: 215
|
Forum: Ask for Help Posted: Sun Jun 03, 2007 2:23 pm Subject: Virtual On-Screen Keyboard Problem |
| Wow! That's an amazing piece of work. Many thanks. |
Topic: Virtual On-Screen Keyboard Problem |
stretch65
Replies: 2
Views: 215
|
Forum: Ask for Help Posted: Sun Jun 03, 2007 1:45 pm Subject: Virtual On-Screen Keyboard Problem |
Hi everyone,
I've been trying to program my own version of a virtual on-screen keyboard. Those of you who are familiar with Window's On-Screen keyboard will know what I'm talking about. I haven't ... |
Topic: Problem with "Input" |
stretch65
Replies: 1
Views: 242
|
Forum: Ask for Help Posted: Wed Feb 14, 2007 2:29 am Subject: Problem with "Input" |
Hi,
I was experimenting with the "Input" command and came across a
problem. In the following script, if you type the letter 'a', you're
prompted to type the string "pqr". The ... |
Topic: Question about '~' Syntax |
stretch65
Replies: 3
Views: 224
|
Forum: Ask for Help Posted: Thu Jun 22, 2006 5:48 pm Subject: Question about '~' Syntax |
Yeah ... but the trouble with this is when I type 'rbutton & a', after sending
'xxx', a right-click is issued which I don't want either. |
Topic: Question about '~' Syntax |
stretch65
Replies: 3
Views: 224
|
Forum: Ask for Help Posted: Thu Jun 22, 2006 3:42 pm Subject: Question about '~' Syntax |
Hi,
I've got a problem with the following script:
;rbutton & a:: send, xxx
~lbutton:: return
~rbutton:: return
As it stands, the left and right mouse button ... |
Topic: Minor Syntax Problem |
stretch65
Replies: 4
Views: 295
|
Forum: Ask for Help Posted: Fri Jun 16, 2006 2:03 pm Subject: Minor Syntax Problem |
Hi,
I've been trying to set up a hotkey for "(". The code goes something like this:
$(:: myfunction(param)
For some reason, AHK thinks there's a ")" ... |
Topic: 'Process' command? |
stretch65
Replies: 1
Views: 216
|
Forum: Ask for Help Posted: Fri Jun 02, 2006 6:46 am Subject: 'Process' command? |
Hi,
I've come across something which confuses me. I've been writing a script
in which I want the shift key to echo a message when it's released.
A code fragment is listed below. The strange t ... |
Topic: Problem running 'link' |
stretch65
Replies: 2
Views: 262
|
Forum: Ask for Help Posted: Sat May 20, 2006 12:47 pm Subject: Problem running 'link' |
Hi,
There's a button on the Quick Launch bar that shows the desktop.
I've looked at its properties, and it says it's a Windows Explorer
Command (not a .lnk file like most of the other buttons). ... |
Topic: Hiding Mouse Cursor? |
stretch65
Replies: 2
Views: 246
|
Forum: Ask for Help Posted: Wed Jan 25, 2006 5:38 am Subject: Hiding Mouse Cursor? |
Hi,
Is there any way of hiding the mouse pointer? |
Topic: Returning Name of Current Subroutine? |
stretch65
Replies: 1
Views: 328
|
Forum: Ask for Help Posted: Tue Jan 03, 2006 3:03 pm Subject: Returning Name of Current Subroutine? |
Hi,
I was wondering if there is any function or command that can return
the name of the subroutine that is currently executing or which was
last called? |
Topic: Why couldn't I make a simple macro for repeated keys? |
stretch65
Replies: 5
Views: 492
|
Forum: Ask for Help Posted: Mon Nov 28, 2005 8:00 am Subject: Why couldn't I make a simple macro for repeated keys? |
Hi,
Put a dollar sign in front of the 'a', like so:
$a::Send {a 2}
The above should work. The dollar sign is necessary because you're
invoking the same hotkey in the send command.
D ... |
Topic: Increasing Mouse Pointer Speed/Acceleration? |
stretch65
Replies: 5
Views: 583
|
Forum: Ask for Help Posted: Mon Nov 28, 2005 7:40 am Subject: Increasing Mouse Pointer Speed/Acceleration? |
Hi,
I've just purchased a thumb-operated, hand-held trackball called the
Ami Hand Track Pro. Unfortunately, the speed and acceleration of
the trackball is a little slow. The supplied device dr ... |
Topic: Key Output Problem |
stretch65
Replies: 3
Views: 306
|
Forum: Ask for Help Posted: Mon Sep 19, 2005 11:38 am Subject: Key Output Problem |
Hi,
I've written a script in which all the alphabetical keys call a rather lengthy procedure before the corresponding character is output. I don't think there's a problem with the response time o ... |
Topic: Testing Scripts |
stretch65
Replies: 1
Views: 240
|
Forum: Ask for Help Posted: Tue Jul 12, 2005 6:09 am Subject: Testing Scripts |
Hi,
I have a problem with the testing of one of my scripts. I started work
on it several months ago. I won't bore you with the details of what it
actually does, except to say that it continue ... |
| |