Feedback
TextField KeyDown reports framework OEM key names
- Status
- Fixed
- Fixed in
- v26.6.5
- Source discussion
- https://forum.objo.dev/d/415-textfield-keydown-strange-keyname
- Last updated
- 2026-06-21
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
TextField, TextArea, NumericTextField, and SearchField KeyDown handlers can receive framework-specific OEM key names such as OemQuotes, OemCloseBrackets, and OemMinus instead of Objo-friendly key names. This makes punctuation keys difficult to handle from ObjoBasic code.