Skip to content

Javascript keyDownMenu

James Cobban edited this page Jun 27, 2019 · 2 revisions

function keyDownMenu(event)

Up: Javascript Programming Guide

Source: /jscripts/util.js

The function implements those special keystroke events that are supported on items within the page menu. In particular it supports changing line that has the focus by using the up and down arrow keys. The Tab and Shift-Tab keys can also be used but some users have physical difficulty in holding down two keys at the same time.

Next: function traceAlert(message)

Clone this wiki locally