1833717 Members
2260 Online
110063 Solutions
New Discussion

Problem no AltGr

 
Prunet
New Member

Problem no AltGr

Hi,
I have a problem when I connect myself to HP-UX 11.11 from a redhat 7.2 (kernel 2.4.30 and XFree86 4.5) with CDE, I haven't AltGr and then no '|', '@', '#'...
I tried to resolve the problem with xmodmap but without success.

Thank, Luc

Sorry for my english..
4 REPLIES 4
Alessandro Pilati
Esteemed Contributor

Re: Problem no AltGr

Sorry for the simpleness of the solution, I think that a first workaround that should let you work is opening a terminal and type "man ascii", and you will see all ascii characters, and so you can do cut and paste of the one you need.

Hope this can be a minimal help.

PS: did you try with the sequence ALT - < ascii code > ? ( for example, this character { si ALT+123 )
if you don't try, you'll never know if you are able to
Prunet
New Member

Re: Problem no AltGr

Thanks,
But that don't works..

it's the "xmodmap -pke" result (keycode corresponding) :
- on the HP-UX 11.11: keycode 66 = Mode_switch
- on the linux redhat 7.2: keycode 113 = ISO_Level3_Shift Multi_key
- and on the HP-UX launch by CDE on linux: keycode 113 = ISO_Level3_Shift Multi_key

I tested all the combinations, without success..

Luc
Laurent Menase
Honored Contributor

Re: Problem no AltGr

try
export XKB_DISABLE=1
in users .profile
Prunet
New Member

Re: Problem no AltGr

Thanks, That works !
I tried without success :
Option "XkbDisable" "1"
And your solution works in the .profile

Thanks again !