Next Previous Contents

123. SLkm_define_keysym

Synopsis

Define a keysym in a keymap

Usage

int SLkm_define_keysym (seq, ks, km)

      char *seq;
      unsigned int ks;
      SLKeyMap_List_Type *km;
Description

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.

See Also

SLkm_define_key, SLang_define_key


Next Previous Contents