mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-06 21:37:49 +00:00
macOS: send proper UTF-8 text for more key events
This commit is contained in:
@@ -65,6 +65,6 @@ extension NSEvent {
|
||||
return self.characters(byApplyingModifiers: modifierFlags.subtracting(.control))
|
||||
}
|
||||
|
||||
return nil
|
||||
return characters
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user