Search found 9 matches
- 24 Sep 2020, 09:31
- Forum: Gaming
- Topic: help would be appreciated. i'm stuck
- Replies: 1
- Views: 420
Re: help would be appreciated. i'm stuck
I don't think you can do this with Autohotkey. In this post: https://www.autohotkey.com/boards/viewtopic.php?f=18&t=42605 named "Trying to remap or "send" as a joystick? READ THIS BEFORE POSTING" you find: "If you are trying to effectively do this: Send {Joy1} or a::Joy1 then please note that AHK do...
- 24 Sep 2020, 09:14
- Forum: Gaming
- Topic: Rapidly Press Keyboard Key on Controller Z Axis
- Replies: 2
- Views: 257
Re: Rapidly Press Keyboard Key on Controller Z Axis
Maybe my script can help you. I used the movement of the left thumbstick on a dualshock 4 controller with ds4windows, autohotkey and windows 7 to toggle a speed increase - basically toggle pressing a key very fast. The script page is named "Autofire toggle using Keyboard or Game Controller (can be u...
- 24 Sep 2020, 09:10
- Forum: Gaming
- Topic: mapping joystick not working
- Replies: 2
- Views: 859
Re: mapping joystick not working
try 1joy1. The first 1 in 1joy1 is for the controller nr. 1 - autohotkey detects the controller and gives them an number. You use that number in front of the controller button names(ex: joy1) and get 1joy1.
so 1joy1 is controller nr 1 and button joy1. 1joy2 is controller nr 1 and button joy2
so 1joy1 is controller nr 1 and button joy1. 1joy2 is controller nr 1 and button joy2
- 24 Sep 2020, 09:01
- Forum: Gaming
- Topic: Can I control my Xbox One with AHK ???
- Replies: 2
- Views: 775
Re: Can I control my Xbox One with AHK ???
"I don't believe Autohotkey can send joystick buttons. It can only send keyboard keys." quote from: https gamefaqs.gamespot.com /boards/916373-pc/70846197. Broken Link for safety I thought the same thing so I thingk he's right - You can't tell Autohotkey to use a key on a keyboard to fake a controll...
- 24 Sep 2020, 08:48
- Forum: Gaming
- Topic: How to use AHK to press 4 button combo in ps4 controller.
- Replies: 1
- Views: 938
Re: How to use AHK to press 4 button combo in ps4 controller.
Hello Ubbe, I used a ps4 dualshock 4 controller wireless mode and DS4Windows on windows 7,with some game emulators and using Autohotkey i could make the controller buttons and analog stick to toggle a key on the keyboard. You can use a controller button to click multiple keys in succession or do oth...
- 24 Sep 2020, 08:25
- Forum: Ask For Help
- Topic: Taking Contoller input to run a script
- Replies: 2
- Views: 138
Re: Taking Contoller input to run a script
Here are some script files to detect the controller (autohotkey names it joystick) buttons. Maybe they can be useful to you, too, along with the autofire script. I also created a script for Autofire toggle using the Keyboard or a Game Controller here: https://www.autohotkey.com/boards/viewtopic.php?...
- 24 Sep 2020, 08:17
- Forum: Gaming
- Topic: [tekken] how to input this script to a xbox one controller?
- Replies: 1
- Views: 103
Re: [tekken] how to input this script to a xbox one controller?
Hi ninja, You can try to modify my script, without the toggle, just the joystick detection and key press, if you can. I created a script for Autofire toggle using the Keyboard or a Game Controller here: https://www.autohotkey.com/boards/viewtopic.php?f=6&t=81380 The AutoHotkey editor named SciTE4Aut...
- 24 Sep 2020, 07:48
- Forum: Tips and Tricks
- Topic: Autofire and toggle
- Replies: 34
- Views: 86047
Re: Autofire and toggle
Hello, If you're interested, I created a script for: Autofire toggle using the Keyboard or a Game Controller You can use the analog thumbstick or controller keys to toggle the autofire of a key, too. The script's post is called: Autofire toggle using Keyboard or Game Controller (can be used for Game...
- 24 Sep 2020, 07:42
- Forum: Gaming
- Topic: Autofire toggle using Keyboard or Game Controller (can be used for Game Emulators Speed Toggle)
- Replies: 0
- Views: 883
Autofire toggle using Keyboard or Game Controller (can be used for Game Emulators Speed Toggle)
Autofire toggle using Keyboard or Game Controller (can be used for Game Emulators Speed Toggle) This script enables custom keyboard keys and/or custom game controller Thumbsticks or buttons to toggle the state of a key between being kept pressed (and autofiring) and being released. The script has t...