Searched refs:VKEY_APPS (Results 1 – 6 of 6) sorted by relevance
26 EXPECT_EQ(ui::VKEY_APPS, KeyEventFromKeyIdentifier("Apps").key_code()); in TEST_F()
41 { {"Apps", "", ""}, ui::VKEY_APPS, 0 },
275 VKEY_APPS = VK_APPS, enumerator
111 return VKEY_APPS; // (5D) Applications key (Natural keyboard) in windowsKeyCodeForKeyEvent()
616 …dMenuKey = !(event.modifiers & WebInputEvent::InputModifiers) && event.windowsKeyCode == VKEY_APPS; in keyEvent()
41772 GDK_Menu to return VKEY_APPS instead of VKEY_MENU.