Move Escape keyboard shortcut to shortcuts.js

This commit is contained in:
Feross Aboukhadijeh
2016-05-11 20:36:36 +02:00
parent 1deab08d38
commit 5c9265fc99
3 changed files with 15 additions and 16 deletions

View File

@@ -57,6 +57,7 @@ function toggleDevTools () {
}
function showWebTorrentWindow () {
log('showWebTorrentWindow')
windows.webtorrent.show()
windows.webtorrent.webContents.openDevTools({ detach: true })
}