M
Malcolm McLean
For some applications you do need to be able to send keystrokes to theBut this basically brings you back to a command line interface. You can't
compare a window system with detailed mouse and keyboard events to form
submission (which requires some kind of GUI underneath it). That is completely
moronic.
main logic cruncher. But usually you don't. Someplace somewhere you
need the logic to detect the keystroke, decode it, convert it to a
character stream, and display the text. Users like instantaneous
feedback for this. Also, it's not very processor heavy, and virtually
always the task is very standardised, just a case of entering text
into an edit box. So the obvious place to do this is in the terminal.
That's not a moronic design decision at all.