[Wylug-help] X Keyboard Oddness

Jason Lander jason at env.leeds.ac.uk
Mon, 17 Mar 2003 15:38:33 +0000 (GMT)


> > I can't think of a way of implementing this on X. You may need to write
> > a little application to capture the 'Alt+num+num+num-alt' sequence and
> > insert the '@' back into the keyboard queue.
>
> Bleugh.... there must be a way of getting X to play ball with this one.

This definitely counts as a hack but if the `@' key is delivering the
equivalent of

  Alt-0 Alt-6 Alt-4

how about xmodmap-ing Alt-0 -> @ and Alt-<other-digits> to nothing.

- Jason