User Feedback :: [Help] No "@" with firefox



I hope somebody know's the trick, or has the same problem.
I'm using DSL 2.0 HD installed with de-latin keyboard setup.
Every application is able tho display the "@" but not Firefox.

Help Pleeeeeaaaasssseee !!!!

make the following .Xmodmap file in /home/dsl
Code Sample
remove mod4 = Mode_switch
add mod5 = Mode_switch

and then put this line in /home/dsl/.xinitrc
Code Sample
xmodmap .Xmodmap

Thanks for the help, but everything is prepared in .xinitrc

Code Sample

KEYTABLE="$(getknoppixparam.lua KEYTABLE)"
DESKTOP=`cat $HOME/.desktop`

# For German Keyboards
if [ $KEYTABLE == "de" ]; then
 xmodmap -e "clear Mod4" -e "add Mod5 = Mode_switch" &
fi


I only changed us to de because I don't know where to set "KEYTABLE" to de

Works also for Belgian azerty.
A trick for newbies (like me) in cases like these :
Open Beaver , type in the character you need or the whole emailadress , copy it out with "Strg-C" and then Paste it into the Browser with "Strg-V"  , you can also do this with URLs ,and not to forget this works under Windows too ,
I know this is not professional , but can be helpfull sometime  :D

Next Page...
original here.