| Author |
Message |
Topic: Hotkey not blocked! |
Dave-X
Replies: 4
Views: 88
|
Forum: Ask for Help Posted: Wed Feb 08, 2012 3:00 pm Subject: Hotkey not blocked! |
| janopn, thanks for the suggestions but none of those solutions work! |
Topic: Hotkey not blocked! |
Dave-X
Replies: 4
Views: 88
|
Forum: Ask for Help Posted: Wed Feb 08, 2012 1:56 pm Subject: Hotkey not blocked! |
I'm trying to change my right mouse button to walk forward in a game (w button), instead of cast a spell. In the game, the mouse buttons are unbindable! (wake up game devs)
When I use the code
... |
Topic: Full screen games blocking global hot keys |
Dave-X
Replies: 0
Views: 62
|
Forum: Ask for Help Posted: Sun Feb 05, 2012 9:35 am Subject: Full screen games blocking global hot keys |
Hello,
I've fought around with this problem forever and I can only guess there is a simple solution. The problem exists when playing some full screen games, they block all global hotkeys (like winam ... |
Topic: Gamers who use mouse 1 (right mouse button) to walk |
Dave-X
Replies: 9
Views: 799
|
Forum: Ask for Help Posted: Thu Jul 28, 2011 10:12 pm Subject: Gamers who use mouse 1 (right mouse button) to walk |
| I've had this problem before too, for example, with fallout to prevent the mouse wheel from zooming to third person, but it's hard coded in the game. Sorry, I cannot provide anymore info on your prob ... |
Topic: Gamers who use mouse 1 (right mouse button) to walk |
Dave-X
Replies: 9
Views: 799
|
Forum: Ask for Help Posted: Thu Jul 28, 2011 7:05 pm Subject: Gamers who use mouse 1 (right mouse button) to walk |
Right mouse button to walk forward is the BEST. Cheers for a fellow elitist!!!
Is it possible to reassign zoom to another button, therefore unbinding it from Rbutton, so that it simply won't trigg ... |
Topic: Pass All Keys To Another Window? |
Dave-X
Replies: 13
Views: 270
|
Forum: Ask for Help Posted: Thu Jul 28, 2011 6:47 pm Subject: Pass All Keys To Another Window? |
| Yeah, for some reason the Pause key on my keyboard isn't triggering it, but when I changed it to another key it worked. The arrow keys work great, so that is just a mater of adding the extra function ... |
Topic: Pass All Keys To Another Window? |
Dave-X
Replies: 13
Views: 270
|
Forum: Ask for Help Posted: Thu Jul 28, 2011 6:16 pm Subject: Pass All Keys To Another Window? |
Be sure to run notepad, and activate another window, and start typing, press Pause button to set this thing on & off
Tested on Win 7 x64 - AHK Basic
Tried it again and it worked this time, t ... |
Topic: Pass All Keys To Another Window? |
Dave-X
Replies: 13
Views: 270
|
Forum: Ask for Help Posted: Thu Jul 28, 2011 3:51 pm Subject: Pass All Keys To Another Window? |
| I have two monitors and love playing RPG games, but I'm quite forgetful so I like to take notes with my second monitor. The problem is, I always have to alt+tab, type notes, and restore the game. S ... |
Topic: Can't Hide DOS/CMD Window |
Dave-X
Replies: 2
Views: 161
|
Forum: Ask for Help Posted: Sun Feb 13, 2011 2:13 pm Subject: Can't Hide DOS/CMD Window |
That is what I get for writing it while I'm half asleep
Great, thanks! |
Topic: Can't Hide DOS/CMD Window |
Dave-X
Replies: 2
Views: 161
|
Forum: Ask for Help Posted: Sun Feb 13, 2011 1:43 pm Subject: Can't Hide DOS/CMD Window |
| I wrote a simple script that will run a DOS application. Even with the hide option, the DOS window is still shown. I am sure this is because it is actually a DOS application, designed to run in a co ... |
Topic: Hotstring vs. Hotkey |
Dave-X
Replies: 1
Views: 892
|
Forum: Ask for Help Posted: Tue Jan 19, 2010 6:50 am Subject: Hotstring vs. Hotkey |
I am seeing that hotstring activated mode such as :*:.f:: does not work, but hotkey mode activated such as F1:: does work.
So how can I have it hotstring activated? |
Topic: Hotstring vs. Hotkey |
Dave-X
Replies: 1
Views: 892
|
Forum: Ask for Help Posted: Tue Jan 19, 2010 6:42 am Subject: Hotstring vs. Hotkey |
Hello, I am having trouble creating a simple script. I wanted a window to enter a filename, uncheck a checkbox, then click save for me.
I ran into a problem with ControlClick and IfWinActive.
I ... |
Topic: Simple Question About Using Send & Modifiers |
Dave-X
Replies: 1
Views: 196
|
Forum: Ask for Help Posted: Mon Oct 26, 2009 11:58 pm Subject: Simple Question About Using Send & Modifiers |
Adding this...
Also I just noticed that without the modifier, I can still fire the hot key with any other key pressed, is Shift some kind of exception to the rule? |
Topic: Simple Question About Using Send & Modifiers |
Dave-X
Replies: 1
Views: 196
|
Forum: Ask for Help Posted: Mon Oct 26, 2009 11:56 pm Subject: Simple Question About Using Send & Modifiers |
In a game there are machine guns! I wanted to add single-fire ability to these weapons so I write something very simple. The LButton is fire weapon.
*XButton2::
{
Send {LButt ... |
Topic: DLLCall & Visual Basic.NET |
Dave-X
Replies: 7
Views: 644
|
Forum: Ask for Help Posted: Sat Oct 24, 2009 8:33 pm Subject: DLLCall & Visual Basic.NET |
| No, it's x64 running on x64. Also, I managed to get a -2 error now, using the &String, which is "The return type or one of the specified arg types is invalid. This error can also be caused b ... |
| |