Find a keymap
SLKeyMap_List_Type *SLang_find_keymap (char *keymap_name);
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.
SLang_create_keymap, SLang_find_key_function