mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-04 17:04:04 -07:00
Stop printing garbage characters for F1,F2.. keys (#12835)
This commit is contained in:
committed by
GitHub
parent
2136598e87
commit
3c9052a751
@@ -40,6 +40,7 @@ const createKey = (partial: Partial<Key>): Key => ({
|
||||
meta: partial.meta || false,
|
||||
shift: partial.shift || false,
|
||||
paste: partial.paste || false,
|
||||
insertable: partial.insertable || false,
|
||||
...partial,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user