Path: utzoo!attcan!uunet!lll-winken!ames!apple!sun-barr!rutgers!gatech!emory!km From: km@mathcs.emory.edu (Ken Mandelberg) Newsgroups: comp.unix.aux Subject: A keyboard patch for A/UX Message-ID: <4187@emory.mathcs.emory.edu> Date: 30 Jun 89 03:12:35 GMT Organization: Math & Computer Science, Emory University, Atlanta, GA Lines: 63 I've worked out a binary patch for the A/UX keyboard driver to make a small change in the ascii encoding. The goal was to make the large "delete" key generate an ascii "BACKSPACE" (control-h) and make the smaller "del" key generate an ascii "DELETE". The point of this is that many of us prefer to set our erase character to backspace, and our intr charcter to delete, rather than the DEC standard Apple expects. Keeping this setting constant means that there are no surprises if you rlogin/tip to A/UX from another machine, or use the MacII to rlogin/tip to another Unix host. The adb patch is very short and is applied with the following shell script. You must reboot to have it take effect. #! /bin/sh adb -k -w /unix /dev/kmem <