const disabledKeys = ["c", "C", "x", "J", "u", "I"]; // keys that will be disabled
e.preventDefault(); // preventing its default behaviour
showAlert(e); // calling showAlert() function on mouse right click
// calling showAlert() function, if the pressed key matched to disabled keys