|
From: Mikhael G. <mi...@ho...> - 2002-10-17 19:49:42
|
On 16 Oct 2002 16:05:01 -0500, Larry Alkoff wrote: > > My HOME and END keys do not work using Joe in X-windows > using Libranet 2.7 which is based on Debian. > > The keys work fine on a bash command line in console mode or X-windows > and in Joe in console mode. Did you think about a possibility to add the missing key bindings to your .joerc? First determine escape sequences your HOME and END keys generate. Press Ctrl-V in bash prompt and then HOME, then copy this to your .joerc. For example, I have such bindings: % egrep '^(bol|eol)' .joerc bol .kh Go to beginning of line bol ^A bol ^[ [ 1 ~ bol ^[ [ H bol ^[ O H bol ^[ [ ^@ eol .kH Go to end of line eol ^E eol ^[ [ 4 ~ eol ^[ [ F eol ^[ O F eol ^[ [ e Regards, Mikhael. |