Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Mar 1995 09:34:43 +0000 (GMT)
From:      "Soeren Schmidt" <sos@kmd-ac.dk>
To:        bde@zeta.org.au (Bruce Evans)
Cc:        ache@astral.msk.su, davidg@Root.COM, current@FreeBSD.org
Subject:   Re: backspace now broken (proposal)
Message-ID:  <199503060824.AA01914@dkuug.dk>
In-Reply-To: <199503042311.KAA13994@godzilla.zeta.org.au> from "Bruce Evans" at Mar 5, 95 10:11:27 am

next in thread | previous in thread | raw e-mail | index | archive | help
In reply to Bruce Evans who wrote:
> 
> >>Ok, maybe following scheme will fit:
> >>
> >>Backspace -> ^H
> >>Grey Keypad Delete -> 0x7F
> >>Numeric Keypad Del (if NumLock off) -> ESC [ K
> >>
> >>any objections?
> 
> >   None from me.
> 
> I object.
> 
> 1) The grey keypad keys don't exist on small (laptop) keyboards.
> 2) I always use numeric keypad (!NumLocked) keys, never the grey keypad keys.
> 3) The BIOS returns the same characters for the grey keypad keys as for
>    the !NumLocked numeric keypad keys.
> 4) Escape sequences suck.  `stty erase "ESC [ K"' doesn't work...
> 
> Bruce
 
Ahem, sorry for starting all this...

I tried to incorporate the changes that ache finds nessesary for him to
use over there. Besides this my litte script for changing all the keymaps
got a "little" creative, see I allways had the "<-" key as delete in
the danish keymap, that explains that change :-(.

I think the consensus of all this would be:

backspace aka "<-" key:		0x08
grey delete key:		0x7f 	(function key 61)
keypad ", del" key:		function key 61 aka 0x7f if numlock ","

Ache you can allways program your keys like you want in the ru keymaps
and I'll let "grey delete" be a function key (defaults to 0x7f).

Any objections (that I find walid :-), or I'll change this "soon"...

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Soren Schmidt      (sos@FreeBSD.org | sos@kmd-ac.dk)      FreeBSD Core Team
..



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503060824.AA01914>