summaryrefslogtreecommitdiffstats
path: root/pkg/gui/controllers/patch_building_controller.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/controllers/patch_building_controller.go')
-rw-r--r--pkg/gui/controllers/patch_building_controller.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/gui/controllers/patch_building_controller.go b/pkg/gui/controllers/patch_building_controller.go
index 798472f7f..b2d60b770 100644
--- a/pkg/gui/controllers/patch_building_controller.go
+++ b/pkg/gui/controllers/patch_building_controller.go
@@ -44,6 +44,11 @@ func (self *PatchBuildingController) GetKeybindings(opts types.KeybindingsOpts)
Handler: self.Escape,
Description: self.c.Tr.ExitCustomPatchBuilder,
},
+ {
+ Key: opts.GetKey(opts.Config.Universal.ReturnAlt1),
+ Handler: self.Escape,
+ Description: self.c.Tr.ExitCustomPatchBuilder,
+ },
}
}