mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-20 06:50:22 -07:00
fix(cli): add SS3 Shift+Tab support for Windows terminals (#18187)
This commit is contained in:
@@ -668,6 +668,7 @@ describe('KeypressContext', () => {
|
||||
// Reverse tabs
|
||||
{ sequence: `\x1b[Z`, expected: { name: 'tab', shift: true } },
|
||||
{ sequence: `\x1b[1;2Z`, expected: { name: 'tab', shift: true } },
|
||||
{ sequence: `\x1bOZ`, expected: { name: 'tab', shift: true } },
|
||||
// Legacy Arrows
|
||||
{
|
||||
sequence: `\x1b[A`,
|
||||
|
||||
Reference in New Issue
Block a user