Ask a Question related to Sun Solaris, Design and Development.
-
Langelage, Frank #1
german keyboard
On my blade 150 I attached a german ps/2 keyboard through an ps/2 to USB
adapter.
The machine recognizes this keyboard, but it with english / american layout.
How to say solaris that it is a german keyboard ?
Thanks in advance
Frank Langelage
Langelage, Frank Guest
-
German InDesign-Group?!
Hi, I'm looking for a German newsgroup about InDesign. Do anyone knows something about it and could give me an hint?! Thanks a lot, Sandro -
German NG?
Hi, because I have some Problems with reading and especialliy writing in english I´m searching for a German Newsgroup or Forum about InDesign (CS)... -
[PHP] Mozilla and german 'Umlaute'
> Does anyone know this problem? Does someone have a solution for this? You are probably using UTF16 (or is it called UTF8?) encoding which... -
file i/o with german characters
I'm using the file i/o xtra to import text with German characters. The german characters display as ascii garbage. If I take the same file and copy... -
photoshop Language German
Hello to all, Is there a way to go from a german version to a english version of photoshop, with a update? Thanks already Pier Post -
Juergen Keil #2
Re: german keyboard
"Langelage, Frank" <frank@lafr.de> writes:
Apparently this works automatically with Sun's USB keyboards, because> On my blade 150 I attached a german ps/2 keyboard through an ps/2 to
> USB adapter.
>
> The machine recognizes this keyboard, but it with english / american layout.
>
> How to say solaris that it is a german keyboard ?
they indentify with an USB country code of "DE", or something like
that.
PC USB keyboards (and this probably includes your PS/2 -> USB device)
don't define an USB country code so the system uses the default of "us
english" layout.
On Solaris x86, the same problem exists and is solved by running
/etc/init.d/keymap (linked to /etc/rcS.d/S33keymap.sh) early at system
startup, and this script run /usr/lib/set_keyboard_layout.
The set_keyboard_layout script is not included with Solaris SPARC, but
is exactly what you need to tell the USB keyboard driver to use
a keyboard layout != english.
To set the USB keyboard to a "German" keyboard layout,
set_keyboard_layout runs the command loadkeys with the undocumented
"-s" option:
/usr/bin/loadkeys -s 9
The loadkeys command should work with USB keyboards on Solaris SPARC.
Valid layout codes for the "loadkeys -s" option can be found in
/usr/share/lib/keytables/type_6/layout_*
Juergen Keil Guest



Reply With Quote

