Home
last modified time | relevance | path

Searched refs:CONTROL_STICKY (Results 1 – 3 of 3) sorted by relevance

/external/libxkbcommon/src/
Dkeymap.h157 CONTROL_STICKY = (1 << 3), enumerator
166 (CONTROL_REPEAT | CONTROL_SLOW | CONTROL_DEBOUNCE | CONTROL_STICKY | \
Dtext.c65 { "StickyKeys", CONTROL_STICKY },
/external/libxkbcommon/src/x11/
Dkeymap.c114 ret |= CONTROL_STICKY; in translate_controls_mask()