Searched defs:hotkey (Results 1 - 2 of 2) 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.
/external/chromium_org/chrome/browser/extensions/
H A Dextension_keybinding_apitest.cc376 const char* hotkey = "Command+D"; local
378 const char* hotkey = "Ctrl+D"; local
381 extension->id(), manifest_values::kBrowserActionCommandEvent, hotkey);

Completed in 2161 milliseconds