mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-11 18:23:54 +01:00
Merge pull request #3256 from nanogyth/patch-2
[Doc] Update Injecting HTML guide
This commit is contained in:
commit
46f23836e1
@ -21,7 +21,7 @@ To automatically enter commands in the terminal (only works if looking at the te
|
||||
terminalInput[handler].onChange({target:terminalInput});
|
||||
|
||||
// Simulate an enter press
|
||||
terminalInput[handler].onKeyDown({keyCode:13,preventDefault:()=>null});
|
||||
terminalInput[handler].onKeyDown({key:'Enter',preventDefault:()=>null});
|
||||
|
||||
|
||||
To add lines to the terminal (only works if looking at the terminal):
|
||||
|
Loading…
Reference in New Issue
Block a user