Added enter as alternate to [ and ]

master
shoaib11120 2021-12-25 14:36:36 +05:30
parent 4f65582704
commit 504624cd7c
1 changed files with 2 additions and 0 deletions

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)
{