Stardew Valley Animation Canceling.

Ask gaming related questions (AHK v1.1 and older)
Grape
Posts: 1
Joined: 17 Jul 2021, 11:15

Stardew Valley Animation Canceling.

Post by Grape » 17 Jul 2021, 11:22

Hello. I've been trying to get a script to work to Press rshift delete r. For the game stardew valley.

Code: Select all

LCtrl::
Send, {rshift down}
Send, {del down}
Send, r
Send, {rshift up}
Send, {del up}
[Mod edit: [code][/code] tags added.]

This is the script I used it won't work and I need help fixing it.

Thank you.

User avatar
mikeyww
Posts: 26438
Joined: 09 Sep 2014, 18:38

Re: Stardew Valley Animation Canceling.

Post by mikeyww » 20 Jul 2021, 08:01

See if it works in Notepad first. Terminate your multi-line hotkey routines with Return. Check the KeyHistory to understand what is happening with the keys. If your script works in Notepad but not in your game, then examine the tips for games.

https://autohotkey.com/board/topic/111737-how-to-make-ahk-work-in-most-games-the-basics/

Post Reply

Return to “Gaming Help (v1)”