[ Bottom of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]

National Language Support Guide and Reference

Single-Byte Input Method

The Single-Byte Input Method (SIM) is the standard that supports most of the locales. SIM is a mapping function that supports simple composing defined on workstation keyboards associated with single-byte locales. SIM supports any keyboard, code set, and language that the keycomp command can describe. You can customize SIM using imkeymaps. The coded strings returned by the input method depend on the imkeymap.

Most single-byte locales share one SIM. The SIM features are as follows:

Keymaps

The following keymaps are used by the SIM:

cs_CZ.ISO8859-2.imkeymap
da_DK.ISO8859-1.imkeymap
de_CH.ISO8859-1.imkeymap
de_DE.ISO8859-1.imkeymap
en_GB.ISO8859-1.imkeymap
en_GB.ISO8859-1@alt.imkeymap
en_US.ISO8859-1.imkeymap
es_ES.ISO8859-1.imkeymap
Et_EE.IBM-922 - imkeymap
pl_PL.ISO8859-2@alt.imkeymap
sq_AL.ISO8859-1.imkeymap
fi_FI.ISO8859-1.imkeymap
fi_FI.ISO8859-1@alt.imkeymap
fr_BE.ISO8859-1.imkeymap
fr_CA.ISO8859-1.imkeymap
fr_CH.ISO8859-1.imkeymap
fr_FR.ISO8859-1.imkeymap
fr_FR.ISO8859-1@alt.imkeymap
hr_HR.ISO8859-2.imkeymap
hu_HU.ISO8859-2.imkeymap
is_IS.ISO8859-1.imkeymap
it_IT.ISO8859-1.imkeymap
it_IT.ISO8859-1@alt.imkeymap
nl_BE.ISO8859-1.imkeymap
nl_NL.ISO8859-1.imkeymap
no_NO.ISO8859-1.imkeymap
pl_PL.ISO8859-2.imkeymap
pt_BR.ISO8859-1.imkeymap
pt_PT.ISO8859-1.imkeymap
ro_RO.ISO8859-2.imkeymap
sh_SP.ISO8859-2.imkeymap
sl_SI.ISO8859-2.imkeymap
sk_SK.ISO8859-2.imkeymap
sv_SE.ISO8859-1.imkeymap
sv_SE.ISO8859-1@alt.imkeymap
tr_TR.ISO8859-1.imkeymap

Reserved Keysyms

The following keysyms are unique to this input method and are described in the /usr/include/X11/aix_keysym.h file.

XK_dead_acute 0x180000b4
XK_dead_grave 0x18000060
XK_dead_circumflex 0x1800005e
XK_dead_diaeresis 0x180000a8
XK_dead_tilde 0x1800007e
XK_dead_caron 0x180001b7
XK_dead_breve 0x180001a2
XK_dead_doubleacute 0x180001bd
XK_dead_degree 0x180000b0
XK_dead_abovedot 0x180001ff
XK_dead_macron 0x180000af
XK_dead_cedilla 0x180000b8
XK_dead_ogonek 0x180001b2
XK_dead_accentdieresis 0x180007ae

Modifiers

The following modifiers are used by the SIM:

ShiftMask 0x01
LockMask 0x02
ControlMask 0x04
Mod1Mask (Left-Alt) 0x08
Mod2Mask (Right-Alt) 0x10
Mod5Mask (Num Lock) 0x80

[ Top of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]