Feedback
Remove redundant Key.Enter constant
- Status
- Fixed
- Fixed in
- v26.6.5
- Source discussion
- https://forum.objo.dev/d/396-editor-display-keyreturn-like-a-keyword
- Last updated
- 2026-06-21
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Remove the redundant Key.Enter keyboard constant from Objo. Objo desktop key events report the Return/Enter key as Key.Return, so Key.Enter duplicates the same underlying key and can mislead users into writing comparisons that do not match emitted key names. Users should compare against Key.Return.