|
|
|
@ -57,7 +57,7 @@ window.rambox.contextMenuBuilder = new ContextMenuBuilder();
|
|
|
|
|
window.rambox.contextMenuListener = new ContextMenuListener(function(event, info) { |
|
|
|
|
window.rambox.contextMenuBuilder.showPopupMenu(info); |
|
|
|
|
}); |
|
|
|
|
process.title = `Subframe ${webFrame.routingId}: ${window.location.hostname}` |
|
|
|
|
process.title = `${webFrame.routingId}: ${window.location.hostname}` |
|
|
|
|
|
|
|
|
|
document.addEventListener("keydown", (event) => { |
|
|
|
|
if (event.type !== 'keydown' || event.key === 'z' || event.key === 'a' ) return; // event used by default
|
|
|
|
|