Home
last modified time | relevance | path

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

/external/libxkbcommon/src/xkbcomp/
Dkeymap.c42 xkb_mod_mask_t modmap) in UpdateActionMods() argument
49 act->mods.mods.mods = modmap; in UpdateActionMods()
102 mods = key->modmap; in FindInterpForKey()
192 mod->mapping |= key->modmap; in UpdateDerivedKeymapFields()
209 key->modmap); in UpdateDerivedKeymapFields()
Dkeywords.gperf43 modmap, MODIFIER_MAP keyword
Dkeymap-dump.c628 if (key->modmap & (1u << i)) { in write_symbols()
Dsymbols.c1526 key->modmap |= (1u << entry->modifier); in CopyModMapDefToKeymap()
/external/libxkbcommon/doc/
Dkeymap-format-text-v1.md200 the key's modifier map (modmap). The matching operation can be one
203 * `AnyOfOrNone` - The modmap must either be empty or include at
205 * `AnyOf` - The modmap must include at least one of the specified
207 * `NoneOf` - The modmap must not include any of the specified
209 * `AllOf` - The modmap must include all of the specified modifiers
211 * `Exactly` - The modmap must be exactly the same as the specified
/external/libxkbcommon/fuzz/keymap/
Ddict70 "modmap"
/external/libxkbcommon/src/
Dkeymap.h338 xkb_mod_mask_t modmap; member
/external/libxkbcommon/src/x11/
Dkeymap.c609 key->modmap = wire->mods; in get_modmaps()