Searched defs:hotkey (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/base/win/
H A Dforeground_helper.cc42 INPUT hotkey = {0}; local
43 hotkey.type = INPUT_KEYBOARD;
44 hotkey.ki.wVk = VK_F22;
45 if (1 != SendInput(1, &hotkey, sizeof(hotkey))) {
52 // waiting for the hotkey, we set a timer and exit the loop.

Completed in 1249 milliseconds