@Isaac
I'd really like to be able to select text with the mouse, and perform simple operations - delete, cut, copy, paste. Delete is most important... I remember when we couldn't even click in the middle of the text, and being able to do that helps a little, but in a perfect world:
- highlight text with mouse
- For highlighted text, delete key deletes
I have just fulfilled this part of your wish

Please check out the next nightly. In particular, you can
1) select text with mouse drag
2) select text with Shift-[Left/Right] for selecting individual characters
3) select text with Ctrl-Shift-[Left/Right] for selecting words (as delimited by spaces)
[of course you can just use Ctrl-[Left/Right] without Shift for cursor navigation]
4) select text with Shift-[Home/End] for selecting towards the start/end of text
5) delete selected text with DEL or Backspace key
6) delete selected text simply by overwriting with new text
That's most important. But also nice:
- ctrl-a selects all text in a box
- ctrl-c copies to clipboard
- ctrl-x cuts to clipboard
- ctrl-v pastes text (overwriting any highlighted, if applicable)
I don't know how universal those keyboard shortcuts are, though...
For these clipboard functions, as I don't have access to other platforms except Windows, I can't complete this task on my own. I will ask Prissi/Dwachs if they are interested when they come back.
Edit :
Forgot to mention that Ctrl-A is also implemented as that is not related to clipboard. And, by default, the whole text is selected when the text input receives focus through tabbing.
Knightly