I want to add to this script so that during the disable period you ccan still use key 4 if you are holding alt shift or cntrl
The code I have disables the 4 key entirely for a duration after it's pressed.
4WasPressedAt:=A_TickCount-5200
~*4::4WasPressedAt:=A_TickCount
#if A_TickCount-4WasPressedAt<5200
*4::return
I would like to have it functional if another key is being held down during that time and then the same for the 3 key with a 4.8 second delay.