You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 "{}".
The text was updated successfully, but these errors were encountered:
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:
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 "{}".
The text was updated successfully, but these errors were encountered: