Searched refs:handleKeyboardShortcut (Results 1 – 1 of 1) sorted by relevance
5771 this.searchInput.keypress(this.handleKeyboardShortcut.bind(this));5773 this.searchResults.keyup(this.handleKeyboardShortcut.bind(this));5804 Search.prototype.handleKeyboardShortcut = function(event) { method in Search