Improve key binding names and descriptions (#16529)

This commit is contained in:
Tommaso Sciortino
2026-01-13 12:07:55 -08:00
committed by GitHub
parent 91fcca3b1c
commit e931ebe581
5 changed files with 31 additions and 36 deletions

View File

@@ -829,7 +829,7 @@ export const InputPrompt: React.FC<InputPromptProps> = ({
return;
}
if (keyMatchers[Command.TOGGLE_SHELL_INPUT_FOCUS_IN](key)) {
if (keyMatchers[Command.FOCUS_SHELL_INPUT](key)) {
// If we got here, Autocomplete didn't handle the key (e.g. no suggestions).
if (activePtyId) {
setEmbeddedShellFocused(true);