Home
last modified time | relevance | path

Searched refs:KEY_ALT_LEFT (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event_recognizer.cpp113 {KeyCode::KEY_ALT_LEFT, "KEYCODE_ALT_LEFT"}, in KeyCodeToString()
454 {((int64_t)KeyCode::KEY_ALT_LEFT << KEY_INTENTION_OFFSET) + (int64_t)KeyCode::KEY_DPAD_LEFT, in keyItemsTransKeyIntention()
456 … {((int64_t)KeyCode::KEY_ALT_LEFT << KEY_INTENTION_OFFSET) + (int64_t)KeyCode::KEY_DPAD_RIGHT, in keyItemsTransKeyIntention()
521 addPressedKey(static_cast<int32_t>(KeyCode::KEY_ALT_LEFT)); in GetKeyEvents()
H A Dkey_event.h103 KEY_ALT_LEFT = 2045, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_manager.cpp1734 keyCode1.emplace_back(KeyCode::KEY_ALT_LEFT); in AddKeyboardShortcutSingleKey()
1784 keyCode1.emplace_back(KeyCode::KEY_ALT_LEFT); in AddKeyboardShortcutDoubleKeysWithCtrlAlt()
1786 keyCode3.emplace_back(KeyCode::KEY_ALT_LEFT); in AddKeyboardShortcutDoubleKeysWithCtrlAlt()
1811 keyCode1.emplace_back(KeyCode::KEY_ALT_LEFT); in AddKeyboardShortcutDoubleKeysWithShiftAlt()
1813 keyCode3.emplace_back(KeyCode::KEY_ALT_LEFT); in AddKeyboardShortcutDoubleKeysWithShiftAlt()
1870 keyCode1.emplace_back(KeyCode::KEY_ALT_LEFT); in AddKeyboardShortcutTripleKeys()
1872 keyCode3.emplace_back(KeyCode::KEY_ALT_LEFT); in AddKeyboardShortcutTripleKeys()
1874 keyCode5.emplace_back(KeyCode::KEY_ALT_LEFT); in AddKeyboardShortcutTripleKeys()
1876 keyCode7.emplace_back(KeyCode::KEY_ALT_LEFT); in AddKeyboardShortcutTripleKeys()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_xcomponent_key_event.h107 KEY_ALT_LEFT = 2045, enumerator
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/samples/
H A Devent_adapter.cpp152 keyEvent_->pressedCodes.push_back(KeyCode::KEY_ALT_LEFT); in RecognizeKeyEvent()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/
H A Dkey_event.h100 KEY_ALT_LEFT = 2045, 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.cpp69 …if ((std::find(status.begin(), status.end(), OHOS::Ace::KeyCode::KEY_ALT_LEFT) != std::end(status)… in CalculateModifierKeyState()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Dnative__xcomponent__key__event_8h.md24 …onent.md) = 2043, [KEY_PERIOD](_o_h___native_x_component.md) = 2044, [KEY_ALT_LEFT](_o_h___native_…
H A Dnative__key_event_8h.md22 …module.md) = 2043, [KEY_PERIOD](_ark_u_i___native_module.md) = 2044, [KEY_ALT_LEFT](_ark_u_i___nat…
H A D_o_h___native_x_component.md55 …, KEY_Y = 2041,<br>KEY_Z = 2042, KEY_COMMA = 2043, KEY_PERIOD = 2044, KEY_ALT_LEFT = 2045,<br>KEY_…
346 | KEY_ALT_LEFT | Left Alt key. |
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Dnative__xcomponent__key__event_8h.md24 …onent.md) = 2043, [KEY_PERIOD](_o_h___native_x_component.md) = 2044, [KEY_ALT_LEFT](_o_h___native_…
H A D_o_h___native_x_component.md55 …sp;KEY_COMMA&nbsp;=&nbsp;2043,&nbsp;KEY_PERIOD&nbsp;=&nbsp;2044,&nbsp;KEY_ALT_LEFT&nbsp;=&nbsp;204…
348 | KEY_ALT_LEFT | 左Alt键 |
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Devent_manager_test_ng_new.cpp990 event.pressedCodes.emplace_back(KeyCode::KEY_ALT_LEFT);
H A Devent_manager_test_ng.cpp117 event.pressedCodes.emplace_back(KeyCode::KEY_ALT_LEFT);
/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()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_test_ng.cpp1764 keyE.pressedCodes = { KeyCode::KEY_ALT_LEFT };
1772 keyE.pressedCodes = { KeyCode::KEY_ALT_LEFT };