Added enter as alternate to [ and ]

This commit is contained in:
shoaib11120
2021-12-25 14:36:36 +05:30
parent 4f65582704
commit 504624cd7c

View File

@@ -39,7 +39,9 @@ namespace stardew_access
{
ahk = AutoHotkeyEngine.Instance;
ahk.ExecRaw("[::\nSend {LButton}");
ahk.ExecRaw("^Enter::\nSend {LButton}");
ahk.ExecRaw("]::\nSend {RButton}");
ahk.ExecRaw("+Enter::\nSend {RButton}");
}
catch (Exception e)
{