| View previous topic :: View next topic |
| Author |
Message |
moavia hassan
Joined: 19 Nov 2004 Posts: 14
|
Posted: Fri Nov 19, 2004 3:16 am Post subject: HotKey is not working |
|
|
| When i run "virtual game station" Playstation Emulator" autohotkey scripts are not working in the game. Is there any technique to use scripts when i am playing playstation games. |
|
| Back to top |
|
 |
jonny
Joined: 13 Nov 2004 Posts: 3004 Location: Minnesota
|
Posted: Fri Nov 19, 2004 3:29 am Post subject: |
|
|
| First try using the "#UseHook" directive at the very top of the script. If that doesn't work, there's other threads on this forum already talking about this kind of thing, so check them out. And if those still don't work, the program may be set up to not receive commands except from the real keyboard and mouse. Some programs do this too efficiently for AutoHotkey to be able to access them. |
|
| Back to top |
|
 |
moavia hassan
Joined: 19 Nov 2004 Posts: 14
|
Posted: Sat Nov 20, 2004 8:02 pm Post subject: Hot Key is not woking |
|
|
| Thankyou jonny. I have solved this problem By using GetKeyState Function. |
|
| Back to top |
|
 |
|