-
Notifications
You must be signed in to change notification settings - Fork 1.2k
KeyEvent::text should be None for backspace #3381
Copy link
Copy link
Open
Labels
DS - appkitAffects the AppKit/macOS backendAffects the AppKit/macOS backendDS - x11Affects the X11 backend, or generally free Unix platformsAffects the X11 backend, or generally free Unix platforms
Milestone
Description
Tested Winit 0.29 and bdeb257 with Chrome 120 and Firefox 121.
MacOS 13.6.2 (native) produces Some("\u{8}"), and from a glance at the code, it looks like Windows is probably doing the same. Linux doesn't seem as clear and I'm unable to test.
It would be ideal if this behavior was the same on all platforms.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
DS - appkitAffects the AppKit/macOS backendAffects the AppKit/macOS backendDS - x11Affects the X11 backend, or generally free Unix platformsAffects the X11 backend, or generally free Unix platforms