mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-30 06:54:15 -07:00
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:
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user