Home
last modified time | relevance | path

Searched refs:modmap (Results 1 – 7 of 7) sorted by relevance

/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dkeymap.c40 xkb_mod_mask_t modmap) in UpdateActionMods() argument
47 act->mods.mods.mods = modmap; in UpdateActionMods()
100 mods = key->modmap; in FindInterpForKey()
190 mod->mapping |= key->modmap; in UpdateDerivedKeymapFields()
207 key->modmap); in UpdateDerivedKeymapFields()
Dkeywords.gperf44 modmap, MODIFIER_MAP keyword
Dkeymap-dump.c624 if (key->modmap & (1u << i)) { in write_symbols()
Dsymbols.c1534 key->modmap |= (1u << entry->modifier); in CopyModMapDefToKeymap()
/external/libxkbcommon/xkbcommon/doc/
Dkeymap-format-text-v1.txt194 key's modifier map (modmap). The matching operation can be one of the
197 * AnyOfOrNone - The modmap must either be empty or include at least
199 * AnyOf - The modmap must include at least one of the specified
201 * NoneOf - The modmap must not include any of the specified modifiers.
202 * AllOf - The modmap must include all of the specified modifiers (but
204 * Exactly - The modmap must be exactly the same as the specified
/external/libxkbcommon/xkbcommon/src/
Dkeymap.h337 xkb_mod_mask_t modmap; member
/external/libxkbcommon/xkbcommon/src/x11/
Dkeymap.c604 key->modmap = wire->mods; in get_modmaps()