From owner-freebsd-emulation Tue Jan 20 16:59:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA24097 for freebsd-emulation-outgoing; Tue, 20 Jan 1998 16:59:16 -0800 (PST) (envelope-from owner-freebsd-emulation@FreeBSD.ORG) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id QAA24092 for ; Tue, 20 Jan 1998 16:59:11 -0800 (PST) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Tue, 20 Jan 1998 19:58:06 -0500 (EST) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA10146; Tue, 20 Jan 98 19:58:04 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id TAA06705; Tue, 20 Jan 1998 19:56:42 -0500 Message-Id: <19980120195642.49673@ct.picker.com> Date: Tue, 20 Jan 1998 19:56:42 -0500 From: Randall Hopper To: Mike Smith Cc: emulation@FreeBSD.ORG Subject: Re: DOSCMD: How to enable Backspace key? References: <19980118172651.35879@ct.picker.com> <199801190057.LAA00289@word.smith.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <199801190057.LAA00289@word.smith.net.au>; from Mike Smith on Mon, Jan 19, 1998 at 11:27:57AM +1030 Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thanks for responding. Mike Smith: |> DOSCMD seems to work "much" better than when I tried it last. I can |> get into my favorite spreadsheet and word processor now in FreeBSD. :-) | |Yay! | |> QUESTION #1: |> |> How do I get DOSCMD to use the keysym instead of the |> keysym for backspace? |> |> The only man page mention pertaining to keys was -r, and I get "mmap: |> Invalid argument" when I try that. | |Yecch, don't do that. If you are running in an X window, you want to |look at the 'xmodmap' command, which will allow you to frob your |keysyms to your heart's content. But users shouldn't have to redefine the keycode-to-keysym mappings for their entire X Display, affecting the KB config for all their other clients, just for doscmd. An option to use the backspace key and its default binding to the keysym as the backspace key in doscmd would be greatly appreciated. Thanks, Randall