0

I am trying to use autohotkey to remap the middle mouse button to the combination CTRL+S (makes for easier saving when I am writing). Right now my code looks like: MButton::Send {^s} Send {up} return. While this does save, at the same time it also enters the words "return" and "send" on whatever page I am saving. I have also tried MButton:LCtrl+^s but that does not work either. Can anyone help with this issue?

1 Answer 1

1

I don't know how you managed to write this code without (at least seemingly) having opened the documentation.

But well, anyway, you're going to want to use the remapping syntax, and then you'll end up with this:
MButton::^s
And that's all.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.