[NCLUG] Re: Backspace

Gabriel L Somlo somlo at CS.ColoState.EDU
Mon Feb 25 09:37:58 MST 2002


Heh... :) I like the one about the CapsLock key -- excellent idea ! No 
more of that all-caps crap when I reach for shift or tab :) :)

-- 
-----------------------------------------------------------------------
     Gabriel L.  Somlo                   Assistant System Administrator
Computer Science Department
 Colorado State University               e-mail: somlo at cs.colostate.edu
  601 Howes St. 2nd Floor                 phone: +1 (970) 491-5305
  Fort Collins,  CO 80523
-----------------------------------------------------------------------

On Mon, 25 Feb 2002, Mike Loseke wrote:

> Thus spake Rich Young:
> > 
> > > It looks like your keyboard sends a 'delete' keypress when you hit
> > > backspace.  What do you get when you do  Ctl-V Delete ?
> > 
> > If my understanding of these things is correct, it sends keycode 14 when I 
> > hit backspace.  This is then interpreted as a delete, rather than a 
> > backspace, by some interpreting software in the operating system.  The fact 
> > that showkey indicates a difference between the keys is to me a convincing 
> > argument that it's software, and thus changeable.
> > 
> > John's email looks promising, in that he mentions a few things I haven't 
> > stumbled across on my own yet.  Perhaps it's in there somewhere -- I'll let 
> > y'all know when I find it.
> 
>  I've had this in my ~/.xinitrc for years - it might help:
> 
> xmodmap -e "keycode 22 = BackSpace"
> xmodmap -e "keycode 107 = Delete"
> xmodmap -e "keysym Caps_Lock ="
> 
>  Makes the Backspace key do a backspace, makes the delete key do a delete
> and turns the caps lock key into a dead key. Very handy.
> 
> 




More information about the NCLUG mailing list