void key_init () { keys_root = NULL; if (key_load_kbs (NULL) == 1) { key_load_defaults (); if (key_load_kbs (NULL) == 1) fe_message (_("There was an error loading key" " bindings configuration"), FE_MSG_ERROR); } }
void key_init () { if (key_load_kbs () == 1) { fe_message (_("There was an error loading key" " bindings configuration"), FE_MSG_ERROR); } }