File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,10 @@ func (self *PatchBuildingController) GetKeybindings(opts types.KeybindingsOpts)
4343 DisplayOnScreen : true ,
4444 },
4545 {
46- Key : opts .GetKey (opts .Config .Universal .Return ),
47- Handler : self .Escape ,
48- Description : self .c .Tr .ExitCustomPatchBuilder ,
46+ Key : opts .GetKey (opts .Config .Universal .Return ),
47+ Handler : self .Escape ,
48+ Description : self .c .Tr .ExitCustomPatchBuilder ,
49+ DisplayOnScreen : true ,
4950 },
5051 }
5152}
Original file line number Diff line number Diff line change @@ -68,9 +68,10 @@ func (self *StagingController) GetKeybindings(opts types.KeybindingsOpts) []*typ
6868 Tooltip : self .c .Tr .EditFileTooltip ,
6969 },
7070 {
71- Key : opts .GetKey (opts .Config .Universal .Return ),
72- Handler : self .Escape ,
73- Description : self .c .Tr .ReturnToFilesPanel ,
71+ Key : opts .GetKey (opts .Config .Universal .Return ),
72+ Handler : self .Escape ,
73+ Description : self .c .Tr .ReturnToFilesPanel ,
74+ DisplayOnScreen : true ,
7475 },
7576 {
7677 Key : opts .GetKey (opts .Config .Universal .TogglePanel ),
You can’t perform that action at this time.
0 commit comments