Lines Matching refs:keypress
54 // the result of keydown, keypress, keyup and textInput events.
55 // For keydown, keypress and keyup events, the format of the result string is:
57 // where <type> may be 'D' (keydown), 'P' (keypress) or 'U' (keyup).
140 // event types are supported: keydown, keypress, keyup and textInput.
152 void SuppressEvents(int tab_index, bool keydown, bool keypress,
157 SuppressEventByType(tab_index, L"keypress", keypress));
275 " Suppress: keydown:%d, keypress:%d, keyup:%d, textInput:%d\n"
334 // a, suppress keypress
403 // keypress event with charCode=26.
423 // Ctrl+Enter shall generate a keypress event with charCode=10 (LF).