View Single Post
Old 12-07-2023, 01:46 AM   #75
neil_swann80
0000000000101010
neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.neil_swann80 ought to be getting tired of karma fortunes by now.
 
neil_swann80's Avatar
 
Posts: 5,896
Karma: 12981955
Join Date: Mar 2023
Location: An island off the coast of Ireland
Device: PB632 [HD3]
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}
neil_swann80 is offline   Reply With Quote