Remove Ctrl+S shortcut for searching within a team

Close #416
This commit is contained in:
Yuya Ochiai
2017-02-03 23:24:26 +09:00
parent ca5632342e
commit 11f79b3f11
3 changed files with 1 additions and 35 deletions

View File

@@ -69,14 +69,6 @@ function createTemplate(mainWindow, config) {
role: 'paste'
}, {
role: 'selectall'
}, separatorItem, {
label: 'Search in Team',
accelerator: 'CmdOrCtrl+S',
click: (item, focusedWindow) => {
if (focusedWindow) {
focusedWindow.webContents.send('activate-search-box');
}
}
}]
});
template.push({