💻 Software
How to combine three keys as a hotkey with Autohotkey?
Fresh5 days ago
Mar 15, 202625200 viewsConfidence Score0%
0%
Problem
I want to combine keys in a single hotkey, such as this: This doesn't work because Autohotkey doesn't allow the combination of more than two keys except the modifier keys. Searching for a solution I found out that using scan codes in left hand side might be a work around, such as: I tested this sol…
Error Output
CapsLock & !k:: Send !{Up}Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How to combine three keys as a hotkey with Autohotkey?
Low Risk
How about this?
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix