|
|
|
@ -82,18 +82,17 @@ Ext.define('Rambox.Application', {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
,{ |
|
|
|
|
key: "f" |
|
|
|
|
,ctrl: true |
|
|
|
|
,alt: false |
|
|
|
|
,shift: false |
|
|
|
|
,handler: function(key) { |
|
|
|
|
console.log('ok') |
|
|
|
|
var currentTab = Ext.cq1('app-main').getActiveTab() |
|
|
|
|
if(currentTab.getWebView) |
|
|
|
|
currentTab.down('component').el.dom.send('findInPage'); |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
key: "f" |
|
|
|
|
,ctrl: true |
|
|
|
|
,alt: false |
|
|
|
|
,shift: false |
|
|
|
|
,handler: function(key) { |
|
|
|
|
var currentTab = Ext.cq1('app-main').getActiveTab(); |
|
|
|
|
if (currentTab.getWebView) { |
|
|
|
|
currentTab.down('component').el.dom.send('findInPage'); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
,{ |
|
|
|
|
key: "\t" |
|
|
|
|
,ctrl: true |
|
|
|
|