How to remap Capslock+{?} to Ctrl+Alt+Shift+{?} in AutoHotKey?
Fresh3 days ago
Mar 15, 20268824 viewsConfidence Score0%
0%
Problem
I want to remap the Caps Lock key to send Ctrl+Alt+Shift, but I want to also send any keys that I pressed after it. For example, if I press Caps Lock+t then I want AHK to send Ctrl+Alt+Shift+t likewise, if I press Caps Lock+j then I want to send Ctrl+Alt+Shift+j. The following doesn't work because …
Error Output
Capslock::send {^~+}Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How to remap Capslock+{?} to Ctrl+Alt+Shift+{?} in AutoHotKey?
Low Risk
I looked in the AutoHotkey help file under "Remapping keys and buttons". The general pattern is will make pressing key a send key b instead. However, I couldn't get any of the following to work properly. But that same help page describes how AutoHot…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix