Re: XDvi.mainTranslations in 2.99.5
Stefan Ulrich <[email protected]> Tue, 14 Dec 2004 21:23:54 +0000
| Newsgroups | gmane.comp.tex.tetex.beta |
|---|---|
| Message-ID | <[email protected]> |
Peter Münster <[email protected]> writes: > Hello, > with teTeX 2.99.5, the following line in my ~/.Xdefaults doesn't work any > more: > XDvi.mainTranslations: #override <Key>Up: up(0.1)\n <Key>Down: down(0.1)\n > Any idea? By default, xdvi will now use the Motif toolkit (does the output of `xdvi -v' contain `Motif'?). In that case, you'll need to use osfUp/osfDown instead of Up/Down: XDvi.mainTranslations: #override\n\ <Key>osfUp: up(0.1)\n\ <Key>osfDown: down(0.1)\n Best, Stefan