How do you activate a deep click action without also activating its normal click?
i made a post on reddit but i think the sub there is dead. basically im controlling actionbars in game and if i have two keys bound to a deep click for instance, left fingertip is normal click: 1 deep click: f1 now i have both bound to press but if i trigger the deep click this will also trigger 1 before the deep click is even reached is it possible to disable the initial press only if deep click is registered so its one or the other? i worked around it kinda by having one spell trigger at deep click press and the initial spell to release so it does one then the other, but thats not the goal currently incase i need to save one of those spells and not cast both together.