Home
last modified time | relevance | path

Searched refs:ACTION_LATCH_TO_LOCK (Results 1 – 5 of 5) sorted by relevance

/external/libxkbcommon/xkbcommon/src/x11/
Dkeymap.c146 action->mods.flags |= ACTION_LATCH_TO_LOCK; in translate_action()
162 action->mods.flags |= ACTION_LATCH_TO_LOCK; in translate_action()
191 action->group.flags |= ACTION_LATCH_TO_LOCK; in translate_action()
204 action->group.flags |= ACTION_LATCH_TO_LOCK; in translate_action()
/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dkeymap-dump.c317 …(action->type != ACTION_TYPE_MOD_LOCK && (action->mods.flags & ACTION_LATCH_TO_LOCK)) ? ",latchToL… in write_action()
329 …(action->type != ACTION_TYPE_GROUP_LOCK && (action->group.flags & ACTION_LATCH_TO_LOCK)) ? ",latch… in write_action()
Daction.c328 ACTION_LATCH_TO_LOCK, array_ndx, value, in HandleSetLatchLockMods()
395 ACTION_LATCH_TO_LOCK, array_ndx, value, in HandleSetLatchLockGroup()
/external/libxkbcommon/xkbcommon/src/
Dkeymap.h142 ACTION_LATCH_TO_LOCK = (1 << 1), enumerator
Dstate.c435 if (filter->action.mods.flags & ACTION_LATCH_TO_LOCK) { in xkb_filter_mod_latch_func()