Searched refs:KEY_Y (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ime/ |
H A D | text_input_client.cpp | 41 { KeyComb(KeyCode::KEY_Y, KEY_META), &tic::HandleOnRedoAction }, 50 { KeyComb(KeyCode::KEY_Y, KEY_CTRL), &tic::HandleOnRedoAction },
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_field_keyevent_test.cpp | 161 { KeyCode::KEY_Y, 'Y' }, 536 event.pressedCodes.push_back(KeyCode::KEY_Y); 537 event.code = KeyCode::KEY_Y;
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_xcomponent_key_event.h | 103 KEY_Y = 2041, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/ |
H A D | key_event.h | 96 KEY_Y = 2041, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | key_event.h | 99 KEY_Y = 2041, enumerator
|
H A D | key_event_recognizer.cpp | 109 {KeyCode::KEY_Y, "KEYCODE_Y"}, in KeyCodeToString()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | native__xcomponent__key__event_8h.md | 24 …ve_x_component.md) = 2039, [KEY_X](_o_h___native_x_component.md) = 2040, [KEY_Y](_o_h___native_x_c…
|
H A D | native__key_event_8h.md | 22 …__native_module.md) = 2039, [KEY_X](_ark_u_i___native_module.md) = 2040, [KEY_Y](_ark_u_i___native…
|
H A D | _o_h___native_x_component.md | 55 … KEY_T = 2036, KEY_U = 2037,<br>KEY_V = 2038, KEY_W = 2039, KEY_X = 2040, KEY_Y = 2041,<br>KEY_Z =… 342 | KEY_Y | Key **Y**. |
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | native__xcomponent__key__event_8h.md | 24 …ve_x_component.md) = 2039, [KEY_X](_o_h___native_x_component.md) = 2040, [KEY_Y](_o_h___native_x_c…
|
H A D | _o_h___native_x_component.md | 55 …nbsp;2038, KEY_W = 2039, KEY_X = 2040, KEY_Y = 2041,<… 344 | KEY_Y | 按键'Y' |
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | render_text_field.cpp | 2529 event.IsKey({ KEY_META_OR_CTRL_LEFT, KeyCode::KEY_Y }) || in HandleKeyEvent() 2530 event.IsKey({ KEY_META_OR_CTRL_RIGHT, KeyCode::KEY_Y })) { in HandleKeyEvent()
|