Previously, the code only checked that ctrl is pressed. This works, but also allows other keys to be hold at the same time which might conflict with other shortcuts. Now the code also makes sure that shift and alt are not pressed.
Previously, the code only checked that ctrl is pressed. This works, but also allows other keys to be hold at the same time which might conflict with other shortcuts. Now the code also makes sure that shift and alt are not pressed.