Javascript – How to reasonable detect key press without modifier key?
What is the most sensible way to detect if a key (e.g. F) is pressed without any modifier key (e.g. Ctrl, Alt, Alt Gr)? Do you have to explicitly consider every single modifier key? KeyboardEvent: ctrlKey property, altKey property, AltGraph…