Path: utzoo!attcan!uunet!cs.utexas.edu!tut.cis.ohio-state.edu!bloom-beacon!EXPO.LCS.MIT.EDU!rws From: rws@EXPO.LCS.MIT.EDU (Bob Scheifler) Newsgroups: comp.windows.x Subject: Re: Scandinavian alphabet and the lock modifier Message-ID: <8904121348.AA03251@EXPIRE.LCS.MIT.EDU> Date: 12 Apr 89 13:48:36 GMT References: <4133@ujocs.UUCP> Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 13 How can I get the lock modifier key to work with }, { and | as it works with a..z? I assume you really mean, how can you get the lock modifier to work with "a with diaeresis" and a few other Latin 1 characters. XLookupString should work fine for this. All you need do is place the proper keysyms (e.g. "adiaeresis") on the keys using xmodmap. I think that this is the right place for some hacking, or is it?? No hacking should be required.