Searched refs:KEY_ALT_RIGHT (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | key_event_recognizer.cpp | 114 {KeyCode::KEY_ALT_RIGHT, "KEYCODE_ALT_RIGHT"}, in KeyCodeToString() 458 … {((int64_t)KeyCode::KEY_ALT_RIGHT << KEY_INTENTION_OFFSET) + (int64_t)KeyCode::KEY_DPAD_LEFT, in keyItemsTransKeyIntention() 460 … {((int64_t)KeyCode::KEY_ALT_RIGHT << KEY_INTENTION_OFFSET) + (int64_t)KeyCode::KEY_DPAD_RIGHT, in keyItemsTransKeyIntention()
|
H A D | key_event.h | 104 KEY_ALT_RIGHT = 2046, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | event_manager.cpp | 1735 keyCode2.emplace_back(KeyCode::KEY_ALT_RIGHT); in AddKeyboardShortcutSingleKey() 1785 keyCode2.emplace_back(KeyCode::KEY_ALT_RIGHT); in AddKeyboardShortcutDoubleKeysWithCtrlAlt() 1787 keyCode4.emplace_back(KeyCode::KEY_ALT_RIGHT); in AddKeyboardShortcutDoubleKeysWithCtrlAlt() 1812 keyCode2.emplace_back(KeyCode::KEY_ALT_RIGHT); in AddKeyboardShortcutDoubleKeysWithShiftAlt() 1814 keyCode4.emplace_back(KeyCode::KEY_ALT_RIGHT); in AddKeyboardShortcutDoubleKeysWithShiftAlt() 1871 keyCode2.emplace_back(KeyCode::KEY_ALT_RIGHT); in AddKeyboardShortcutTripleKeys() 1873 keyCode4.emplace_back(KeyCode::KEY_ALT_RIGHT); in AddKeyboardShortcutTripleKeys() 1875 keyCode6.emplace_back(KeyCode::KEY_ALT_RIGHT); in AddKeyboardShortcutTripleKeys() 1877 keyCode8.emplace_back(KeyCode::KEY_ALT_RIGHT); in AddKeyboardShortcutTripleKeys()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_xcomponent_key_event.h | 108 KEY_ALT_RIGHT = 2046, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/ |
H A D | key_event.h | 101 KEY_ALT_RIGHT = 2046, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ime/ |
H A D | text_input_client.cpp | 128 …(keyEvent.HasKey(KeyCode::KEY_ALT_LEFT) || keyEvent.HasKey(KeyCode::KEY_ALT_RIGHT) ? KEY_ALT : KEY… in HandleKeyEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_drag_modifier.cpp | 70 …(std::find(status.begin(), status.end(), OHOS::Ace::KeyCode::KEY_ALT_RIGHT) != std::end(status))) { in CalculateModifierKeyState()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | native__xcomponent__key__event_8h.md | 24 ….md) = 2044, [KEY_ALT_LEFT](_o_h___native_x_component.md) = 2045,<br>[KEY_ALT_RIGHT](_o_h___native…
|
H A D | native__key_event_8h.md | 22 …e.md) = 2044, [KEY_ALT_LEFT](_ark_u_i___native_module.md) = 2045,<br>[KEY_ALT_RIGHT](_ark_u_i___na…
|
H A D | _o_h___native_x_component.md | 55 … = 2042, KEY_COMMA = 2043, KEY_PERIOD = 2044, KEY_ALT_LEFT = 2045,<br>KEY_ALT_RIGHT = 2046, KEY_SH… 347 | KEY_ALT_RIGHT | Right Alt key. |
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | native__xcomponent__key__event_8h.md | 24 …md) = 2044, [KEY_ALT_LEFT](_o_h___native_x_component.md) = 2045,<br/>[KEY_ALT_RIGHT](_o_h___native…
|
H A D | _o_h___native_x_component.md | 55 …;KEY_PERIOD = 2044, KEY_ALT_LEFT = 2045,<br/>KEY_ALT_RIGHT = 20… 349 | KEY_ALT_RIGHT | 右Alt键 |
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_utils.cpp | 2100 if (!hasKeyCode(KeyCode::KEY_ALT_LEFT) && !hasKeyCode(KeyCode::KEY_ALT_RIGHT)) { in CheckKeysPressed()
|