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
This is a great project! But I encountered a problem. For example, I mapped RAlt to key a, and ahk pressed a key on the window, which directly sent the corresponding key. However, this ahk released the original key first and then sent the target key, which caused the application to think it was alt+a.
RAlt::Send a
The text was updated successfully, but these errors were encountered:
This is a great project! But I encountered a problem. For example, I mapped RAlt to key a, and ahk pressed a key on the window, which directly sent the corresponding key. However, this ahk released the original key first and then sent the target key, which caused the application to think it was alt+a.
RAlt::Send a
The text was updated successfully, but these errors were encountered: