MathGroup Archive 2000

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

Search the Archive

Re: Trouble with backspace under Linux/i386

  • To: mathgroup at smc.vnet.net
  • Subject: [mg22560] Re: Trouble with backspace under Linux/i386
  • From: Laurent Jacques <ljacques at fyma.ucl.ac.be>
  • Date: Sat, 11 Mar 2000 17:52:36 -0500 (EST)
  • Organization: Universite Catholique de Louvain, Louvain-la-Neuve, Belgium
  • References: <89qi3j$aom@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Thank you for your answers to my problem. With these, I have finally found
a solution.
In fact, the problem is that 'NumLock' key is a modifier key in Mathematica
Unix/Linux
(I think that it's very troublesome and perhaps some Mathematica
developpers could change this fact in futur version).

Anyway, with some command line options of Mathematica program (see them by
typing "Mathematica --help"),
I am able now to modify this trouble. It's simple. Instead of usual
'Mathematica' command, just type (under 4.0):

"Mathematica -primaryModifierMask Mod1Mask -secondaryModifierMask Mod3Mask"

Be careful that this 'Mathematica' is in fact the binary program and not a
shell script which calls it.
In this case, modify the call of binary program inside the script.

Thank you for your indications which help me to find a solution.

Laurent.


--
Laurent JACQUES (Doctorant F.R.I.A.)                      Office: b230
Institut de Physique Théorique                    Tel: +32.10.47.32.36
Université Catholique de Louvain                  Fax: +32.10.47.24.14
2, chemin du Cyclotron                  mailto:ljacques at fyma.ucl.ac.be
B-1348 Louvain-la-Neuve Belgium    http://www.fyma.ucl.ac.be/~ljacques





  • Prev by Date: Re: magnification issue
  • Next by Date: Re: iterations, recursions and derivatives
  • Previous by thread: Re: Trouble with backspace under Linux/i386
  • Next by thread: Re: Trouble with backspace under Linux/i386