macOS: send proper UTF-8 text for more key events

This commit is contained in:
Mitchell Hashimoto
2025-05-08 21:22:26 -07:00
parent d015efc87d
commit 5dc88bda6a

View File

@@ -65,6 +65,6 @@ extension NSEvent {
return self.characters(byApplyingModifiers: modifierFlags.subtracting(.control))
}
return nil
return characters
}
}