We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f386fb + 4d885ef commit 4c6c270Copy full SHA for 4c6c270
assets/javascripts/app/shortcuts.coffee
@@ -37,7 +37,7 @@ class app.Shortcuts
37
return
38
39
onKeypress: (event) =>
40
- return if @buggyEvent(event)
+ return if @buggyEvent(event) or (event.charCode == 63 and document.activeElement.tagName == 'INPUT')
41
unless event.ctrlKey or event.metaKey
42
result = @handleKeypressEvent event
43
event.preventDefault() if result is false
0 commit comments