Javascript keyDown - jcobban/Genealogy GitHub Wiki
function keyDown(ev)
Up: Javascript Programming Guide
Source: /jscripts/util.js
The function keyDown is the default keydown event handler for text input fields.
- If there is a help popup displayed, it is hidden.
- If the key is F1, display the help popup for the input element identified by
this
.
Next: function displayMenu(ev)