servo / cocoa-rs

DEPRECATED - Cocoa/Objective-C bindings for the Rust programming language
https://github.com/servo/core-foundation-rs/
Other
286 stars 72 forks source link

Empty string when calling NSEvent::characters on a event created by a Quote press #168

Open dawsonfi opened 7 years ago

dawsonfi commented 7 years ago

When i press the Quote key, the NSEvent created returns empty string whe calling the characters function.

I'm using: OS: MacOS Sierra Keyboard: U.S. International - PC keyboard layout Rust: from rustup -> rustc 1.19.0 (0ade33941 2017-07-17)