The d key in my laptop is not working. I need to remap the Ctrl+Alt+s key combination to d using auto hotkey. However, the send command doesn't really fit my needs as I want to be able to use that key combination for d in other combinations as well, like ⊞ win++d, etc. I could code all such custom shortcuts using the send command, but that does not seem very neat. I've tried using the key remapping syntax as follows:
^!s::d
However that doesn't work. As a side note, ^x::^c works perfectly, but, ^x::c doesn't start mapping the key combination Ctrl+x to the key c.
I wonder why.
I'm looking for a simple way to remap multiple keys to a single one, so that other additional keys pressed with it work as well. This is why the * wildcard doesn't fit my requirements.