mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-09-05 19:08:17 +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