Home
last modified time | relevance | path

Searched refs:keyboardAction (Results 1 – 1 of 1) sorted by relevance

/plugin/lytebox/
H A Dlytebox.js585 LyteBox.prototype.enableKeyboardNav = function() { document.onkeydown = this.keyboardAction; };
587 LyteBox.prototype.keyboardAction = function(e) { method in LyteBox