kb_types
if (kb_types[i].kb_encoding == KB_USER)
opt[i].opt_name = kb_types[i].kb_name;
if (strcmp(kb_types[i].kb_name, dflt) == 0)
static const struct kb_types kb_types[] = {
const struct kb_types *kbt = kb_types + m->cursel;
menu_ent opt[__arraycount(kb_types)];