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.

  1. If there is a help popup displayed, it is hidden.
  2. If the key is F1, display the help popup for the input element identified by this.

Next: function displayMenu(ev)