The latest firmware on my HD3 causes an issue with sh_ivtool for keyboard input capture.
I now get the string "
latinime: Loading /ebrmain/share/latinime//EN.dict " before whatever I enter.
As a workaround I've just been cropping the first 51 characters from the variable.
Code:
f=`$sh_ivtool -t "Enter your string"`
f=${f:51}