fix(cli): handle DECKPAM keypad Enter sequences in terminal (#26092)

Co-authored-by: Gitanaskhan26 <Gitanaskhan26@users.noreply.github.com>
Co-authored-by: Spencer <spencertang@google.com>
This commit is contained in:
Anas Khalid
2026-04-29 02:47:31 +05:30
committed by GitHub
parent 12a77da45c
commit 4edd7c745c
@@ -41,6 +41,7 @@ const KEY_INFO_MAP: Record<
string,
{ name: string; shift?: boolean; ctrl?: boolean }
> = {
OM: { name: 'enter' },
'[200~': { name: 'paste-start' },
'[201~': { name: 'paste-end' },
'[[A': { name: 'f1' },