Xref: utzoo comp.sys.dec:3533 gnu.emacs:3199 Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!cs.utexas.edu!uunet!decwrl!bacchus.pa.dec.com!granite.pa.dec.com!mellon From: mellon@fenris.pa.dec.com (Ted Lemon) Newsgroups: comp.sys.dec,gnu.emacs Subject: Re: ESC on ds3100 keyboard: how to rebind? Message-ID: Date: 6 Jul 90 17:35:55 GMT References: <1156@psych.stanford.edu> Sender: news@wrl.dec.com (News) Organization: Digital Equipment Corporation Lines: 22 In-Reply-To: connie@psych.Stanford.EDU's message of 4 Jul 90 06:22:08 GMT First, fix your dxterm configuration so that it doesn't remap the keys. Then, do the following: xmodmap <<~ ! Fix the escape key, which is mislabeled and misused as a `~ key on the ! lk200. Purists may disapprove of SHIFT-ESC producing ~. Write ! your own. keysym quoteleft = Escape asciitilde ! ! Make comma and period shift into greatness: keysym comma = comma less keysym period = period greater ! ! Make the <> key product `~ instead: keysym less = quoteleft asciitilde ! ! Make the caps lock key into a control key: clear Lock keycode 176 = Control_R add control = Control_R ~