mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-23 01:32:55 +02:00
Implemented control + c functionality to stop running cmds such as hack() and analyze()
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
* Script object
|
||||
*/
|
||||
|
||||
//Define commands in script editor (ctrl x to close, etc.)
|
||||
//Define key commands in script editor (ctrl x to close, etc.)
|
||||
$(document).keydown(function(e) {
|
||||
if (Engine.currentPage == Engine.Page.ScriptEditor) {
|
||||
//Ctrl + x
|
||||
|
||||
Reference in New Issue
Block a user