Addition send method
Brought to you by:
nathanaeljones
Single-line text boxes have problems with sending,
because they select all of their contents when they
recieve focus, so subsequent keypresses replace instead
of append. Let's add a new send type (maybe only in the
right-click menu) for sending to the end of a line
{END} {keypress}. this will fix the problem.