mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-06 07:37:56 +02:00
MISC: Add key binding feature (#1830)
This commit is contained in:
@@ -7,7 +7,7 @@ import { Player } from "@player";
|
||||
import Typography from "@mui/material/Typography";
|
||||
import TextField from "@mui/material/TextField";
|
||||
import Button from "@mui/material/Button";
|
||||
import { KEY } from "../../utils/helpers/keyCodes";
|
||||
import { KEY } from "../../utils/KeyboardEventKey";
|
||||
|
||||
interface IProps {
|
||||
open: boolean;
|
||||
|
||||
Reference in New Issue
Block a user