Severals issues with keyboard under OpenBSD:
In the menu select Run Command,type in any text nothing appear, you will not be able to call any application even if you called it correctly. Pressing Enter/ESC or the arrow key seems to work.
In Run Command if u scroll up using the mouse or the arrow key -> SEGFAULT: in ecore _e_execbuf_prev() .Basicaly it is choking on an empty buffer. At this time am unable to list code in gdb, will post back later an update.
What leads me to believe that the arrow key are working is the that the function _e_exebuf_cb_key_down is called right before _e_execbuf_prev().
The same behavior appear in Themes -> Import -> there is no text that appear, but if u copy/paste the path from something else,say a Eterm it works, Enter works etc...