Operating System - HP-UX
1753371 Members
4888 Online
108792 Solutions
New Discussion юеВ

How I can change my Keyboard Language?

 
Jose Luis
Advisor

How I can change my Keyboard Language?

Hi everybody:
(hpux 11.0)
How I can change my Keyboard Language(only in my profile) for it's works with Latin's caracters?
i.e:
"??"
Thank's in advance!!
The UNIX world is the tenth planet in the solar system
8 REPLIES 8
Helen French
Honored Contributor

Re: How I can change my Keyboard Language?

S.K. Chan
Honored Contributor

Re: How I can change my Keyboard Language?

I would do this ..

# mv /etc/kbdlang /etc/kbdlang.org

then reboot the system. When the system boots up it'll prompt for you to select the connected keyboard language from the list. Here is where you choose the language you wanted.





John Carr_2
Honored Contributor

Re: How I can change my Keyboard Language?

Hi

checkout file /etc/kbdlang this should do it

John.

Jose Luis
Advisor

Re: How I can change my Keyboard Language?

There is a another procedure?
Maybe withouth reboot the system?
I need this solution only for my profile (my user count), no for root user.
Thank's
The UNIX world is the tenth planet in the solar system
S.K. Chan
Honored Contributor

Re: How I can change my Keyboard Language?

Check the "README" documentation in /usr/lib/nls and see if that's what you want.
S.K. Chan
Honored Contributor

Re: How I can change my Keyboard Language?

Also check out ..
# man xmodmap
which allows you to modify keymaps, which I think is what you actually wanted.
# xmodmap -pk
will display the current keymap table which is available to you.
Jeff Schussele
Honored Contributor

Re: How I can change my Keyboard Language?

Hi Jose,

You can also set LANG in your $HOME/.profile or $HOME/.dtprofile or .vueprofile if you use CDE or VUE.

I would, as S.K., suggested look at the readme file to determine what char encoding you'll need & be aware that you may need to load it from the distribution media if it wasn't loaded at install time.

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Jose Luis
Advisor

Re: How I can change my Keyboard Language?

I have the solution, thank's to your helps.
thank you very much for your ideas.
Bye bye!!
The UNIX world is the tenth planet in the solar system