diff --git a/src/app/workspace/cmdinput/textareainput.tsx b/src/app/workspace/cmdinput/textareainput.tsx
index 170b83be..c202eaaf 100644
--- a/src/app/workspace/cmdinput/textareainput.tsx
+++ b/src/app/workspace/cmdinput/textareainput.tsx
@@ -617,8 +617,9 @@ class TextAreaInput extends React.Component<{ screen: Screen; onHeightChange: ()
}
}
}
-
- const renderCmdInputKeybindings = inputModel.shouldRenderAuxViewKeybindings(null);
+ const renderCmdInputKeybindings =
+ inputModel.shouldRenderAuxViewKeybindings(null) ||
+ inputModel.shouldRenderAuxViewKeybindings(appconst.InputAuxView_Info);
const renderHistoryKeybindings = inputModel.shouldRenderAuxViewKeybindings(appconst.InputAuxView_History);
return (
0 && rct.EphemeralOpts.ExpectsResponse {
switch dataPk.FdNum {