use mouse wheel to click and paste text

Get help with using AutoHotkey (v2 or newer) and its commands and hotkeys
heydudeyo
Posts: 2
Joined: 29 Mar 2024, 20:43

use mouse wheel to click and paste text

Post by heydudeyo » 29 Mar 2024, 20:52

please help with a script im new to this

i would like to click on my mouse wheel and it clicks in the box and pastes my copied text and hits enter for me please help thank you

[Mod edit: Moved 'please help with a script im new to this' from the subject into the post and added a more meaningful topic title.]
User avatar
mikeyww
Posts: 26988
Joined: 09 Sep 2014, 18:38

Re: use mouse wheel to click and paste text

Post by mikeyww » 29 Mar 2024, 21:05

Welcome to this AutoHotkey forum!

Code: Select all

#Requires AutoHotkey v2.0
MButton::Send '{LButton}^v`n'
heydudeyo
Posts: 2
Joined: 29 Mar 2024, 20:43

Re: use mouse wheel to click and paste text

Post by heydudeyo » 29 Mar 2024, 21:11

thank you very much
Post Reply

Return to “Ask for Help (v2)”