mirror of
https://github.com/openai/codex.git
synced 2026-09-16 12:13:30 +00:00
Added missing comma
This commit is contained in:
@@ -256,7 +256,7 @@ impl TextArea {
|
||||
{
|
||||
// AltGr on many keyboards reports as Ctrl+Alt; treat it as a literal char.
|
||||
self.insert_str(&c.to_string());
|
||||
}
|
||||
},
|
||||
KeyEvent {
|
||||
code: KeyCode::Backspace,
|
||||
modifiers: KeyModifiers::ALT,
|
||||
|
||||
Reference in New Issue
Block a user