mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-25 17:13:47 +01:00
debugAccelerator: (#471)
- Added the F12 accelerator for Debug->Activate (DevTools) for faster access in Electron. Matches the shortcut for Chrome browsers.
This commit is contained in:
parent
751fe82f92
commit
561b5cbf75
@ -369,6 +369,7 @@ function getMenu(window) {
|
|||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
label: "Activate",
|
label: "Activate",
|
||||||
|
accelerator: "f12",
|
||||||
click: () => window.webContents.openDevTools(),
|
click: () => window.webContents.openDevTools(),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user