
08-20-2008, 10:09 AM
|
Re: Third level shift characters do not work (Belgian azerty) In our last episode, , the lovely
and talented TomB broadcast on comp.unix.bsd.freebsd.misc:
> I do use xmodmap to remap some keys, but according to xev (which checks
> for X events) the correct characters *are* generated, so there's no need
> to remap them. Basically xev is the only program that gets e.g. an "@"
> when "Alt Gr" "é" is pressed.
> Anything else I can look at?
Look at the application. Some seem to access the keyboard at a lower level.
Also, this seems a little obvious: prepare a few lines in the application,
save it, and open it in a binary editor or a text editor that will tell you
the character codes. The application may actually be getting the correct
characters in the document, but you do not see them correctly because the
application is using a wrong font.
--
Lars Eighner SAVE BEASTIE! "What do you do when you're debranded?" usenet@larseighner.com http://larseighner.com/
TIP: To tweak a port or read the distribution information before you make,
use #make extract to unpack the distribution file. |