Bind the on_gui_closed event for manager_window

This commit is contained in:
Will Berry
2023-04-03 15:16:24 -04:00
parent 9f9477bffa
commit 7c61dcff18
3 changed files with 10 additions and 1 deletions

View File

@@ -370,6 +370,14 @@ if settings.startup["cybersyn-manager-enabled"].value then
key_sequence = "CONTROL + T",
action = "lua",
},
{
type = "custom-input",
name = "cybersyn-manager-confirm-gui",
key_sequence = "",
action = "lua",
linked_game_control = "confirm-gui"
},
-- TODO: bind this input to focusing on the station_name box
--{
-- type = "custom-input",
-- name = "ltnm-linked-focus-search",