Hi Francisco José Ferreira Alves,
yes, it is possible to open different pages by clicking on the same link in a different way (like single click or double click) but the challenge is, if you bind both events then for double click event it will trigger the single click event as well so as a solution I implemented the same thing with the help of JS to prevent the single click when someone doubles click the link.
I have attached the OML file as well for your reference. Check the behavior with a single click or double click on the link.