| Author |
Message |
Topic: Using the * modifier, sending original key sequence |
RG
Replies: 4
Views: 390
|
Forum: Ask for Help Posted: Wed Oct 26, 2005 1:05 pm Subject: ... |
So there is no way to say something like
Send,KeySequence
where KeySequence is a variable containing the entire key sequence that caused the macro to fire?
I actually have to test each modifier ... |
Topic: Using the * modifier, sending original key sequence |
RG
Replies: 4
Views: 390
|
Forum: Ask for Help Posted: Tue Oct 25, 2005 10:02 pm Subject: Using the * modifier, sending original key sequence |
| Hello. On the last macro I wrote (Mouse Jog Buttons, HOW can I determine the exact sequence of keys which were pressed which caused the macro to run? |
Topic: Mouse Jog buttons |
RG
Replies: 3
Views: 1807
|
Forum: Scripts & Functions Posted: Tue Oct 25, 2005 8:50 pm Subject: The finished script |
OK everyone, here's the finished script.
I decided to use the ScrollLock button to activate/deactivate the mouse keys.
Press Scroll Lock to turn these keys on/off.
Hold down Alt, Ctrl, and/or S ... |
Topic: Mouse Jog buttons |
RG
Replies: 3
Views: 1807
|
Forum: Scripts & Functions Posted: Tue Oct 25, 2005 8:16 pm Subject: Solved one problem |
OK. I solved the problem of the LEFT key not working. I added the ~ onto the beginning of each line, as follows:
;Mouse Jog buttons
;While holding ctrl and alt, press the arrow keys to move ... |
Topic: Mouse Jog buttons |
RG
Replies: 3
Views: 1807
|
Forum: Scripts & Functions Posted: Tue Oct 25, 2005 8:14 pm Subject: Mouse Jog buttons |
| I wrote this script to allow me to 'jog' the mouse pointer by 1 or 10 pixels in any of the 4 directions. This makes minute selecting much easier (my mouse is so touchy that it jumps between pixels so ... |
Topic: Half-QWERTY: One-handed Typing |
RG
Replies: 83
Views: 24003
|
Forum: Scripts & Functions Posted: Tue May 31, 2005 3:10 pm Subject: Problem: the ' key |
Here's a problem. I wanted to map the ' character to Capslock. However, if I enter the following, AHK gives an error "Shift & Capslock is not a valid hotkey name..."
Space & Capslock: ... |
Topic: Half-QWERTY: One-handed Typing |
RG
Replies: 83
Views: 24003
|
Forum: Scripts & Functions Posted: Tue May 31, 2005 2:18 am Subject: Great Script! |
I'm still tweaking this script: I remapped the following keys for convenience:
Enter key --> Capslock Key
Backspace --> ` key (backquote)
Home --> CTRL+1
End --> CTRL+2
Delete --&g ... |
Topic: Where did you hear about Autohotkey? |
RG
Replies: 24
Views: 4860
|
Forum: General Chat Posted: Sun May 01, 2005 3:23 am Subject: Found it by accident |
| I needed a program to enable my users' terminal hotkeys while using the Putty (great program!) terminal software. Searching on Google, I came across AHK and have been hooked ever since! Not only did ... |
Topic: Help with Vb (if anyone knows) |
RG
Replies: 2
Views: 783
|
Forum: General Chat Posted: Sun May 01, 2005 3:18 am Subject: ShellExecute |
| Use the ShellExecute (ShellExecuteEx) Windows API functions for added power. See your API Text Viewer for the complete declaration. |
Topic: Web Browser Forward and Back with Mouse |
RG
Replies: 15
Views: 2596
|
Forum: Scripts & Functions Posted: Sun May 01, 2005 2:49 am Subject: The final version |
Here is my final version of the browser forward/back script:
~LButton & RButton::
SetTitleMatchMode, 2
IfWinActive, Firefox
{
Send,!{Left}
}
retu ... |
Topic: Tetris game |
RG
Replies: 11
Views: 6036
|
Forum: Scripts & Functions Posted: Fri Mar 18, 2005 12:43 pm Subject: Tetris game |
This is really nice!
The only thing I noticed: upon downloading the script and attempting to execute it, I received the following error:
Error: Parameter #3 must be a number in this case.
Spe ... |
Topic: Web Browser Forward and Back with Mouse |
RG
Replies: 15
Views: 2596
|
Forum: Scripts & Functions Posted: Fri Mar 18, 2005 12:28 pm Subject: Brower Wars |
Hello everyone! I didn't know I was starting the "war of the browsers" by beginning this post. I was simply putting up some useful (I thought) code for AHK, hoping for suggestions on improvement ... |
Topic: Web Browser Forward and Back with Mouse |
RG
Replies: 15
Views: 2596
|
Forum: Scripts & Functions Posted: Thu Mar 17, 2005 4:02 pm Subject: Web Browser Forward and Back with Mouse |
I wrote a very useful little script which allows the user to go Back and Forward within his/her web browser by simply holding down a mouse button and clicking another.
I would greatly appreciate a ... |
Topic: Deluxe Clipboard |
RG
Replies: 33
Views: 10900
|
Forum: Scripts & Functions Posted: Mon Mar 14, 2005 9:44 pm Subject: Deluxe Clipboards |
Very nice work, Laszlo!  |
Topic: Remote Control Capability like VNC |
RG
Replies: 6
Views: 1292
|
Forum: Wish List Posted: Fri Mar 11, 2005 2:13 pm Subject: Remote Control Capability like VNC |
Hello. I was thinking about a neat idea for AutoHotkey. I use remote control software frequently for support issues, and it seems that AHK would be perfect for providing such functionality.
It wo ... |
| |