Make CAPS LOCK a mute key

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
lonestar311
Posts: 1
Joined: 04 Aug 2021, 18:37

Make CAPS LOCK a mute key

Post by lonestar311 » 04 Aug 2021, 19:54

Five years (or more) ago, a friend wrote an AHK script to cause my Win XP box to toggle my audio on/off using the CAPS LOCK key. Sadly, the friend is gone and I am presently coming to terms with Win 10 which has no interest in accepting the .exe from the XP machine. Has anyone written such a routine? If so, would you be willing to share it? I'm no programmer and I'm having no luck at becoming one now. TIA.
Last edited by gregster on 04 Aug 2021, 22:45, edited 1 time in total.
Reason: Topic moved from 'Tutorials'.

User avatar
mikeyww
Posts: 26882
Joined: 09 Sep 2014, 18:38

Re: Make CAPS LOCK a mute key

Post by mikeyww » 04 Aug 2021, 23:18

Code: Select all

CapsLock::SoundSet, +1,, Mute

Post Reply

Return to “Ask for Help (v1)”