I see some similar questions here (like JavaScript: Check if CTRL button was pressed) but my problem is actually the event triggering. My js code:
// Lis
Try using if (e.ctrlKey).
if (e.ctrlKey)
MDN: event.ctrlKey