|
From: Jon <dev...@gm...> - 2010-09-26 20:00:15
|
2010/9/26 Hans-Bernhard Bröker <HBB...@t-...> > On 26.09.2010 06:59, Jon wrote: > >> This could be the case as well. The laptop I am using is lenovo x61s. >> The whole keyboard is separated into several "isolated" parts. The >> misfunctioning keys are separated from the character keys and are >> located on the very upper part of the keyboard. >> > > It's pretty much impossible that that would have anything to do with the > problem. This is happening several layers of software away from the > physical buttons. Thanks, this reassures me! > > > Please let me know how to check "TERM environment variable, gnuplot >> build options (readline or not), and the settings of your terminal >> emulator (PuTTY in your case)" I am not familiar with these things, >> thank you very much for your kind help. >> > > For starters, inspect all settings of PuTTY in the "Terminal" folder of the > options dialog, and do a > > ! echo $TERM > > in your remote gnuplot session (or just > > echo $TERM > > directly in the remote shell, before starting gnuplot). > For the putty setting, go from putty -> change setting -> terminal -> keyboard, there are a lot of options and I list them here Change the sequences sent by: The Backspace key -- Control+?(127) The Home and end key -- Standard The Function keys and keypad -- ESC(n~ Application keypad setting: initial state of cursor keys: -- Normal Initial state of numerical keypad -- Normal Enable extra keyboard setting: Control+Alt is different from AltGr ------------------------ For your information, I also list choices in putty -> change setting -> terminal, Set various terminal options (checked) Auto wrap mode initially on Use background color to erase screen Answerback to ^E: -- putty Line discipline options: Local echo -- Auto Local line editing -- Auto ------------- There are several options for the three items, I tried to modify to other options, but does not help in gnuplot, the keys changed from 1~ to wH etc. For the command "echo $TERM" running on the remote computer, it returns xterm. The version of putty I used is 0.60 with Cyg enhanced, that is, it is puttyCyg Thanks for further help! |