ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

Mapping Capslock key to Middle Button Mouse Click

(1/1)

jbullfrog:
I was wondering if anybody could create a simple .exe file that could map the CapsLock button to the Middle Click Button on a mouse.

CapsLock could then be enabled with Shift + Capslock.

Thanks in advance.

I am using this for my laptop.

MilesAhead:

--- ---#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.

+CapsLock::CapsLock
CapsLock::MButton

The AutoHotKey download has a tool to compile the script to exe.  You can select a program icon other than the default green H if you like.

Navigation

[0] Message Index

Go to full version