The primary keymap entry point: creates a new XKB keymap from a set of
RMLVO (Rules + Model + Layouts + Variants + Options) names.
@param context The context in which to create the keymap.
@param names The RMLVO names to use. See xkb_rule_names.
@param flags Optional flags for the keymap, or 0.
@returns A keymap compiled according to the RMLVO names, or NULL if
the compilation failed.
Create a keymap from RMLVO names.
The primary keymap entry point: creates a new XKB keymap from a set of RMLVO (Rules + Model + Layouts + Variants + Options) names.
@param context The context in which to create the keymap. @param names The RMLVO names to use. See xkb_rule_names. @param flags Optional flags for the keymap, or 0.
@returns A keymap compiled according to the RMLVO names, or NULL if the compilation failed.
@sa xkb_rule_names @memberof xkb_keymap