From: SMTP%"mako@FNALA.FNAL.GOV" 30-MAR-1994 09:37:17.97 To: EVERHART CC: Subj: Re: Define a Delete key? From: mako@FNALA.FNAL.GOV X-Newsgroups: comp.os.vms Subject: Re: Define a Delete key? Date: 29 Mar 1994 09:47:55 GMT Organization: Fermi National Accelerator Lab Lines: 21 Message-Id: <2n8tgb$bco@fnnews.fnal.gov> Reply-To: mako@FNALA.FNAL.GOV Nntp-Posting-Host: fnala.fnal.gov To: Info-VAX@CRVAX.SRI.COM X-Gateway-Source-Info: USENET In article <1994Mar25.192513.66863@yuma>, forsythe@phobos.cira.colostate.edu writes: > I often log in to a vax 4000-90 from an HP-UX 735 (I like the > VAX better !). We have our terminal emulation (vt100) working > OK except for the delete key (I use set term/inquire when I log > in). I want to be able to have a DCL command line delete key. Wouldn't xmodmap work? We have several X terminals for which the DEL key functions differently, so I grabbed xmodmap from export.lcs.mit.edu (some- where down the pub/R5untarred directory, I suppose) built it and made a little command procedure with the following lines: $ What = F$ENVIRONMENT("PROCEDURE") $ Here = F$PARSE("A.A;1", What) - "A.A;1" $ xmodmap :== $ 'Here'XMODMAP.EXE $! $ xmodmap -e "keycode 110 = Delete" $! ... We run it on our VMS machines after logging in from these X terminals. mako