I would like to do
svn commit -m \"\"
But message should have two lines:
Commit by: firstuser Bug track: 92
The Problem is that "enter" (Ascii 13) sends the command. So you need a "newline"
use alt + 10 (press alt, type the number at the numberblock, release alt)