зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1174291 - Fix ctrl-return for e10s findbar. r=evilpie
This commit is contained in:
Родитель
8538d005f3
Коммит
8b2b1647a0
|
@ -152,6 +152,9 @@ RemoteFinder.prototype = {
|
|||
keyPress: function (aEvent) {
|
||||
this._browser.messageManager.sendAsyncMessage("Finder:KeyPress",
|
||||
{ keyCode: aEvent.keyCode,
|
||||
ctrlKey: aEvent.ctrlKey,
|
||||
metaKey: aEvent.metaKey,
|
||||
altKey: aEvent.altKey,
|
||||
shiftKey: aEvent.shiftKey });
|
||||
},
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче