Next Previous Contents

125. SLang_find_keymap

Synopsis

Find a keymap

Usage

SLKeyMap_List_Type *SLang_find_keymap (char *keymap_name);

Description

The SLang_find_keymap function searches through the list of keymaps looking for one whose name is keymap_name. If a matching keymap is found, the function returns a pointer to the keymap. It returns NULL if no such keymap exists.

See Also

SLang_create_keymap, SLang_find_key_function


Next Previous Contents