| Author |
Message |
Topic: Bug? Alt Key? |
Red_Wraith
Replies: 8
Views: 389
|
Forum: Ask for Help Posted: Wed Apr 06, 2005 8:44 pm Subject: Bug? Alt Key? |
Do you happen to have a German keyboard? I had problems with mine and autohotkey (at a script for key remapping).
Cya
PS: Oh, I just read it had something to do with your scanner. Hm, my post ... |
Topic: More compatibility with Win9x/ME concerning key remapping |
Red_Wraith
Replies: 3
Views: 809
|
Forum: Wish List Posted: Thu Mar 31, 2005 6:34 pm Subject: More compatibility with Win9x/ME concerning key remapping |
In order to know what I mean you can check this thread: http://www.autohotkey.com/forum/viewtopic.php?t=2052
To say it in short: A key remapping script works in WinXP but it doesn't work in Win98, ... |
Topic: Key remapper for a game |
Red_Wraith
Replies: 27
Views: 2758
|
Forum: Ask for Help Posted: Thu Mar 31, 2005 6:31 pm Subject: Key remapper for a game |
I don't see a problem with your script. Perhaps it needs an even longer delay after the game window appears.
...often the simplest solutions are the best ones. I simply set the delay from 2000 to 3 ... |
Topic: Key remapper for a game |
Red_Wraith
Replies: 27
Views: 2758
|
Forum: Ask for Help Posted: Tue Mar 01, 2005 1:34 pm Subject: Key remapper for a game |
I removed all the "$", the "*" and the "~". Furthermore removed the line with the kbdhook. I changed "LCtrl" to "Ctrl". Still it doesn't work
Chris said " it would probably require extra scriptin ... |
Topic: Key remapper for a game |
Red_Wraith
Replies: 27
Views: 2758
|
Forum: Ask for Help Posted: Mon Feb 28, 2005 9:27 pm Subject: Key remapper for a game |
| I tried the script in Win98SE and nothing works there, although the script works in WinXPprof. The keys aren't remapped at all. Do I have to change something in the code to get it to work in Win98SE?
... |
Topic: Key remapper for a game |
Red_Wraith
Replies: 27
Views: 2758
|
Forum: Ask for Help Posted: Thu Feb 03, 2005 6:18 pm Subject: Key remapper for a game |
Thank you again. Everything works fine now.
Cya |
Topic: AutoHotkey - c't Magazin 3/05 page 196-200 |
Red_Wraith
Replies: 47
Views: 4133
|
Forum: General Chat Posted: Wed Feb 02, 2005 9:25 pm Subject: AutoHotkey - c't Magazin 3/05 page 196-200 |
I saw Autohotkey for the first time in the article of the c't magazine a few days ago. I'm happy there was an article. Otherwise I wouldn't know that such a nice program is around.
Cya
PS: The a ... |
Topic: Key remapper for a game |
Red_Wraith
Replies: 27
Views: 2758
|
Forum: Ask for Help Posted: Wed Feb 02, 2005 7:50 pm Subject: Key remapper for a game |
| To make the script perfect I'd like to make the script execute the command "Reload" when the game is successfully loaded, so I don't need the hotkey anymore. I tried to do this but I haven't been succ ... |
Topic: Key remapper for a game |
Red_Wraith
Replies: 27
Views: 2758
|
Forum: Ask for Help Posted: Wed Feb 02, 2005 7:00 pm Subject: Key remapper for a game |
| With the changements you suggested, I can use AltGr + Any Key without producing the "key bug" anymore BUT when I use a key combination with LCtrl (e.g. LCtrl + C) and then use the AltGr + Any Key comb ... |
Topic: Key remapper for a game |
Red_Wraith
Replies: 27
Views: 2758
|
Forum: Ask for Help Posted: Wed Feb 02, 2005 6:53 pm Subject: Key remapper for a game |
| We're making progress. With the changements you suggested, I can use AltGr + Any Key without producing the "key bug" anymore BUT when I use a key combination with LCtrl (e.g. LCtrl + C) and then use t ... |
Topic: My english |
Red_Wraith
Replies: 78
Views: 3324
|
Forum: Ask for Help Posted: Wed Feb 02, 2005 5:22 pm Subject: My english |
So, jetzt sind wir schon 4 Deutsche bzw. Deutschsprachige im Thread.
Cya |
Topic: Key remapper for a game |
Red_Wraith
Replies: 27
Views: 2758
|
Forum: Ask for Help Posted: Wed Feb 02, 2005 4:20 pm Subject: Key remapper for a game |
Thank you. The reload command works. Now I can finally remap the LWin to space!
But the other problem (I call it "key bug") is still there. I found out that if I remove the commands for remapping t ... |
Topic: Key remapper for a game |
Red_Wraith
Replies: 27
Views: 2758
|
Forum: Ask for Help Posted: Wed Feb 02, 2005 2:21 pm Subject: Key remapper for a game |
| I tried and tried and I can't tell when I get the second problem (see my last post). After a few tries I thought the problem was gone and I started to write a new post into this forum. After two or th ... |
Topic: Key remapper for a game |
Red_Wraith
Replies: 27
Views: 2758
|
Forum: Ask for Help Posted: Tue Feb 01, 2005 9:18 pm Subject: Key remapper for a game |
I wrote a code which should remap LCtrl and LWin to space, but only when the game is running. There are happening two weird things:
1. LCtrl is remapped perfectly BUT LWin is only remapped if I loa ... |
Topic: Key remapper for a game |
Red_Wraith
Replies: 27
Views: 2758
|
Forum: Ask for Help Posted: Mon Jan 31, 2005 6:22 pm Subject: Key remapper for a game |
Thank you for your hints. I could write a code which works!
#InstallKeybdHook
$*a::
Send, {Space down}
KeyWait, a ; Wait for the key to be released.
Send, {Spa ... |
| |