ctrl+insert now works globally - i.e. inside editor

This commit is contained in:
azivner
2017-12-17 16:40:38 -05:00
parent 42dfbaa986
commit eee06a4b90
2 changed files with 6 additions and 4 deletions

View File

@@ -39,7 +39,6 @@ $(document).bind('keydown', 'ctrl+shift+i', () => {
}
});
$(document).bind('keydown', 'ctrl+f', () => {
if (isElectron()) {
const searchInPage = require('electron-in-page-search').default;