Home
last modified time | relevance | path

Searched refs:KEY_ALT_RIGHT (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event_recognizer.cpp114 {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 Dkey_event.h104 KEY_ALT_RIGHT = 2046, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_manager.cpp1735 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 Dnative_xcomponent_key_event.h108 KEY_ALT_RIGHT = 2046, enumerator
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/
H A Dkey_event.h101 KEY_ALT_RIGHT = 2046, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_input_client.cpp128 …(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 Dnode_drag_modifier.cpp70 …(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 Dnative__xcomponent__key__event_8h.md24 ….md) = 2044, [KEY_ALT_LEFT](_o_h___native_x_component.md) = 2045,<br>[KEY_ALT_RIGHT](_o_h___native…
H A Dnative__key_event_8h.md22 …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.md55 … = 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 Dnative__xcomponent__key__event_8h.md24 …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.md55 …;KEY_PERIOD&nbsp;=&nbsp;2044,&nbsp;KEY_ALT_LEFT&nbsp;=&nbsp;2045,<br/>KEY_ALT_RIGHT&nbsp;=&nbsp;20…
349 | KEY_ALT_RIGHT | 右Alt键 |
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_utils.cpp2100 if (!hasKeyCode(KeyCode::KEY_ALT_LEFT) && !hasKeyCode(KeyCode::KEY_ALT_RIGHT)) { in CheckKeysPressed()