MathGroup Archive 1998

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Linux: couldn't reach []{} with latin2 keyboard layout

  • To: mathgroup at smc.vnet.net
  • Subject: [mg14611] Re: Linux: couldn't reach []{} with latin2 keyboard layout
  • From: Davor Cengija <dcengija at public.srce.hr_OBRISI_.tel.hr>
  • Date: Wed, 4 Nov 1998 13:46:44 -0500
  • Organization: HiNet
  • References: <719e77$la3@smc.vnet.net> <71jlbl$8nu@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Peter Breitfeld wrote:
> 
> Davor Cengija <dcengija at public.srce.hr_OBRISI_.tel.hr> schrieb/wrote:
> > I'm using Mathematica 3 on RH5.1 (2.0.35)
> >
> > Is there a way to make Mathematica to use latin2 keyboard layout?
> >
> >
> 
> I think you should edit the file KeyEventTranslations.tr located
> somewhere in ...mathematica/.. /FrontEnd. To add the translation for
> "[" to come up with AltGr+F enter the following:
> 
> Item[KeyEvent["F",Modifiers->{Option}],
>   FrontEndExecute[{
>      FrontEnd`NotebookWrite[
>        FrontEnd`SelectNotebook[],"[",After]}]]

Yes, I found that tip on Wolfram's web page. But, the problem is that
Mathematica doesn't understand AltGr key. Wolfram's programmers know
for this problem and trying to solve it.

I didn't edit that file you mentioned above, but i mapped the offended
keys on unused keys on my win95 keyboard using xmodmap (much less  to
edit, works system wide)

> 
> Do this for all Keys you need.
> I'm using Linux too, and I have to start Mathematica with the option
> "-pureKeys" to make this work properly.
> 

-pureKeys doesn't have any effect

I have another problem: can't reach croatian language specific
characters (such as S with litle v above, equivalent to Sch, etc). you
can use german language specifics (such as Aumlaut, Oumlaut etc)?


-- 
Davor Cengija
Davor.Cengija at fsb.hr


  • Prev by Date: Re: Can I get ComplexExpand to really work?
  • Next by Date: Problem printing with Mathematica 3.0.0 under MacOS 8.5
  • Previous by thread: Re: Linux: couldn't reach []{} with latin2 keyboard layout
  • Next by thread: Re: Linux: couldn't reach []{} with latin2 keyboard layout