American keyboard layout
To obtain an American keyboard layout at a SunRay you must type the following in a terminal on Solaris:
xmodmap /usr/local/gbar/etc/xmodmap/xmodmap.us_dk
The special Danish letters are then obtainable by using AltGr-å, AltGr-Ø etc.
If you want to change the keyboard layout back to Danish, you must type the following in a terminal:
xmodmap /usr/local/gbar/etc/xmodmap/xmodmap.dk
Warning: Do NOT use this when you are logged in via ThinLinc! It will smash your keyboard layout.
Make the changes permanent
If you want to have the American Keyboard layout, every time you login on a SunRay, you must add the following in ~/.dtprofile:
if [ $DTXSERVERLOCATION = "local" ]; then xmodmap /usr/local/gbar/etc/xmodmap/xmodmap.us_dk fi
Note: You can still use ThinLinc afterwards. It only changes your layout when you are using the databar terminals.

