Home
last modified time | relevance | path

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

/external/libxkbcommon/src/
Dtext.c60 { "RepeatKeys", CONTROL_REPEAT },
61 { "Repeat", CONTROL_REPEAT },
62 { "AutoRepeat", CONTROL_REPEAT },
Dkeymap.h154 CONTROL_REPEAT = (1 << 0), enumerator
166 (CONTROL_REPEAT | CONTROL_SLOW | CONTROL_DEBOUNCE | CONTROL_STICKY | \
/external/libxkbcommon/src/x11/
Dkeymap.c108 ret |= CONTROL_REPEAT; in translate_controls_mask()