HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_LATCH_TO_LOCK (Results 1 - 5 of 5) sorted by null

  /external/libxkbcommon/xkbcommon/src/
keymap.h 142 ACTION_LATCH_TO_LOCK = (1 << 1),
state.c 435 if (filter->action.mods.flags & ACTION_LATCH_TO_LOCK) {
    [all...]
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
keymap-dump.c 317 (action->type != ACTION_TYPE_MOD_LOCK && (action->mods.flags & ACTION_LATCH_TO_LOCK)) ? ",latchToLock" : "",
329 (action->type != ACTION_TYPE_GROUP_LOCK && (action->group.flags & ACTION_LATCH_TO_LOCK)) ? ",latchToLock" : "",
action.c 328 ACTION_LATCH_TO_LOCK, array_ndx, value,
395 ACTION_LATCH_TO_LOCK, array_ndx, value,
  /external/libxkbcommon/xkbcommon/src/x11/
keymap.c 146 action->mods.flags |= ACTION_LATCH_TO_LOCK;
162 action->mods.flags |= ACTION_LATCH_TO_LOCK;
191 action->group.flags |= ACTION_LATCH_TO_LOCK;
204 action->group.flags |= ACTION_LATCH_TO_LOCK;
    [all...]

Completed in 88 milliseconds