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

pull/7320/head
Mitchell Hashimoto 2025-05-08 21:22:26 -07:00
parent d015efc87d
commit 5dc88bda6a
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 1 additions and 1 deletions

View File

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