From owner-freebsd-ports Wed Feb 5 10:47:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA29741 for ports-outgoing; Wed, 5 Feb 1997 10:47:57 -0800 (PST) Received: from veda.is (ubiq.veda.is [193.4.230.60]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA29717 for ; Wed, 5 Feb 1997 10:47:31 -0800 (PST) Received: (from adam@localhost) by veda.is (8.8.4/8.7.3) id TAA24378; Wed, 5 Feb 1997 19:00:00 GMT Date: Wed, 5 Feb 1997 19:00:00 GMT From: Adam David Message-Id: <199702051900.TAA24378@veda.is> To: roberto@keltia.FReenix.FR (Ollivier Robert) Cc: freebsd-ports@freebsd.org Subject: Re: Netscape 8bit input Newsgroups: list.freebsd.ports References: <199701281357.NAA28150@veda.is> <19970128195529.FJ01221@keltia.freenix.fr> X-Newsreader: NN version 6.5.0 #2 (NOV) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >> Netscape will not accept 8bit characters from the mouse buffer, and will not >> accept accent keystrokes from the keyboard. >Which Netscape ? Linux or BSDi ? BSDi, since it runs "native", i.e. I don't have to fiddle with setting up the linux emulator. >The 3.0/BSDI is showing the same symptoms. Maybe a bad interaction between >the libraries used by Netscape and X11R6 ? If you mean running it under BSDi, seems like the program itself (netscape) is at fault. I wonder whether the linux version does the same. >> On my keyboard, SHIFT-RALT-2 defines '@' but netscape uses ALT-2 as a hotkey >> to jump to the 2nd location on the "GO" list. Therefore I find the only way >> to enter '@' is to copy it from another window with the mouse. >Do you have a special entry in your .xmodmap (do you use one ?) for '@' ? keycode 11 = 2 quotedbl 2 at >I also have the following to deal with AltGr differently than Alt. >keycode 113 = Mode_switch >add mod4 = Multi_key What does that last line actually do? (i.e. what change is effected by it?) >Section "Keyboard" > Protocol "Standard" > XkbDisable ^^^^^^^^^^ Aha! Does this prevent netscape from treating AltGr as Alt? (none of the other differences do). Otherwise it looks like I need to fiddle with some of these: (pasted from the XF86Config manpage) XkbRules "rulesfile" XkbModel "model" XkbLayout "layout" XkbVariant "variant" XkbOptions "optionlist" XkbKeymap "keymap" XkbKeycodes "keycodes" XkbTypes "types" XkbCompat "compat" XkbSymbols "symbols" XkbGeometry "geometry" right? -- Adam David