Searched refs:hotkey (Results 1 - 3 of 3) 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);
/external/chromium_org/tools/gen_keyboard_overlay_data/
H A Dgen_keyboard_overlay_data.py6 """Generate keyboard layout and hotkey data for the keyboard overlay.
8 This script fetches data from the keyboard layout and hotkey data spreadsheet,
208 def ToKeys(hotkey):
215 values = hotkey.split(' - ')
374 """Fetches the hotkey data from the spreadsheet."""

Completed in 534 milliseconds