Re: Ctrl-Shift-Arrows in mcedit again



On Tue, Jul 31, 2001 at 10:09:48PM +0500, Vlad Harchev wrote:
> On Tue, 31 Jul 2001, Walery Studennikov wrote:
> > Does anybody knows how to make work Ctrl-Shift-Arrows
> > in mcedit if it doesn't work?
> > Maybe some terminal setting needs adjusting (which?)
> > or maybe I have broken version of slang and/or ncurses?
> > 
> > I have standard LINUX terminal.
> > Distribution: RedHat Linux 7.1
> 
>  Hi, 
>  Did you ever have Ctrl-Shift-Arrows in any version of MC on your RH7.1?

With 2.4 kernel - no.

 
Already solved.
The problem was in the keymap.
Im my 2.4 kernel with very many standard keymaps
(including ALL russian keymaps)
when you pressing Ctrl-Shift ALL keys are ignored
until you release Ctrl or Shift.
I have solved this adding the following
in my russian keymap:

		keycode 105 =   Left
	shift   keycode 105 =   Left
	control keycode 105 =   Left
shift   control keycode 105 =   Left
		keycode 106 =   Right
	shift   keycode 106 =   Right
	control keycode 106 =   Right
shift   control keycode 106 =   Right


Regards, Walery
								




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]