From: Merciadri Luca on
Hi,

As stated in the title, using functions key such as `Fn Home',
`Fn End', etc., on my Asus EEE 1000 HE results in the writing of
the resulting characters in MATLAB's console.

I run
==
matlab -nodesktop -nosplash
==
and then, say that I write some long command like
==
thisIsMyLongFunctionToCall(many_parameters_here)
==
and that I want to go at its beginning. I might then use `Fn Home'
to get at the beginning of the line. Then, it appends `OH' to
thisIsMyLongFunctionToCall(many_parameters_here). I then have
==
thisIsMyLongFunctionToCall(many_parameters_here)OH
==
Shift End writes `OF' at the place of the `OH' of `Fn Home'.

How can I manage to get rid of these two-letters blocks, and to have,
at the place of such blocks, the desired function?

Thanks.
 | 
Pages: 1
Prev: pls help me.
Next: Adding arrows to axes