Searched defs:hotkeys (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
H A Djquery.hotkeys.js7 * http://github.com/tzuryby/hotkeys
15 jQuery.hotkeys = {
52 var special = event.type !== "keypress" && jQuery.hotkeys.specialKeys[ event.which ],
79 possible[ modif + jQuery.hotkeys.shiftNums[ character ] ] = true;
83 possible[ jQuery.hotkeys.shiftNums[ character ] ] = true;

Completed in 200 milliseconds