We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c1d5ee commit e7400f9Copy full SHA for e7400f9
1 file changed
src/inject/inject.js
@@ -63,7 +63,7 @@ function initOnHashChangeAction(domains) {
63
}
64
65
function initShortcuts(shortcut, backgroundShortcut) {
66
- $(document).on("keypress", function(event) {
+ $(document).on("keydown", function(event) {
67
// Shortcut: bind user's combination, if a button exist and event not in a textarea
68
if( processRightCombinationBasedOnShortcut(shortcut, event) && window.idled && $(".github-link:visible")[0] && notAnInput(event.target)) {
69
triggerGitHubLink(false)
0 commit comments