Home
last modified time | relevance | path

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

/external/libxkbcommon/src/
Dkeymap.h155 CONTROL_SLOW = (1 << 1), enumerator
166 (CONTROL_REPEAT | CONTROL_SLOW | CONTROL_DEBOUNCE | CONTROL_STICKY | \
Dtext.c63 { "SlowKeys", CONTROL_SLOW },
/external/libxkbcommon/src/x11/
Dkeymap.c137 ret |= CONTROL_SLOW; in translate_controls_mask()