Define a keysym in a keymap
int SLkm_define_keysym (seq, ks, km)
char *seq;
unsigned int ks;
SLKeyMap_List_Type *km;
SLkm_define_keysym
associates the key sequence seq
with
the keysym ks
in the keymap km
. Keysyms whose value is
less than or equal to 0x1000
is reserved by the library and
should not be used.
SLkm_define_key, SLang_define_key