-
Notifications
You must be signed in to change notification settings - Fork 1
AutoHotkey Plugin: Error when sending "\"+String #17
Copy link
Copy link
Open
Description
Describe the bug
After the last update (18.10.2022) of the AutoHotkey Plugin, the "send"-function does not send "" [backslash] in combination with a string. With the prior version, all sending commands worked properly. I found a workaround by using "send {}left" leads to an outcome of "\left", but this results in enormous changes that have to be done and therefore a lot of time- due to the missing "search and replace"-function in the macro deck editor.
To Reproduce
Steps to reproduce the behavior:
- Define a new button.
- AutoHotkey Plugin--> Write an Run AHKv2 Script
- Enter: "Send \left". Save
- See error: printing "left" without ""
Expected behavior
Strings with prefix "" should be sent as defined, e.g. "\left"
Maybe there is a qucik way either to fix the changes made by the last update or to easily modify the AHKv2 scripts from "" to "{}".
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels