JavaStation Client Software Guide

Enabling Special Characters on the U.S. Keyboard

Four javaos.im.compose properties enable you to modify the characters typed at the U.S. English keyboard. You can enable input of Latin accent characters or Arabic, Hebrew, or Thai characters.

To Enable Latin Accent Characters on the U.S. Keyboard
  1. Set the following JavaOS property:


-djavaos.im.compose.deadkeys=true

To Enable Arabic Characters on the U.S. Keyboard
  1. Set the following JavaOS property:


-djavaos.im.compose_ar=ISO8859_6

ISO8859_6 is the code for the Arabic character set. Once this property is set, the Ctrl-t key sequences toggles the JavaStation keyboard between U.S. and Arabic modes.

To Enable Hebrew Characters on the U.S. Keyboard
  1. Set the following JavaOS property:


-djavaos.im.compose_iw=ISO8859_8

ISO8859_8 is the code for the Hebrew character set. Once this property is set, the Ctrl-t key sequences toggles the JavaStation keyboard between U.S. and Hebrew modes.

To Enable Thai Characters on the U.S. Keyboard
  1. Set the following JavaOS property:


-djavaos.im.compose_th=TIS620

TIS620 is the code for the Thai character set. Once this property is set, the Ctrl-t key sequences toggles the JavaStation keyboard between U.S. and Thai modes.