/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | mmi_keyevent_adapter.h | 92 KEYCODE_SCROLL_LOCK = 2075, enumerator
|
/ohos5.0/foundation/multimodalinput/input/interfaces/kits/c/input/ |
H A D | oh_key_code.h | 219 KEYCODE_SCROLL_LOCK = 2075, enumerator
|
/ohos5.0/base/web/webview/ohos_adapter/multimodalinput_adapter/src/ |
H A D | mmi_keyevent_adapter.cpp | 88 const int32_t KeyEvent::KEYCODE_SCROLL_LOCK = OHOS::MMI::KeyEvent::KEYCODE_SCROLL_LOCK; member in OHOS::NWeb::MMIAdapter::KeyEvent
|
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/ |
H A D | oh__key__code_8h.md | 24 …RIGHT](input.md) = 2073,<br>[KEYCODE_CAPS_LOCK](input.md) = 2074, [KEYCODE_SCROLL_LOCK](input.md) …
|
H A D | js-apis-keycode.md | 117 | KEYCODE_SCROLL_LOCK | 2075 | Scroll Lock key |
|
H A D | input.md | 80 …FT = 2072, KEYCODE_CTRL_RIGHT = 2073,<br>KEYCODE_CAPS_LOCK = 2074, KEYCODE_SCROLL_LOCK = 2075, KEY… 646 | KEYCODE_SCROLL_LOCK | Scroll Lock key|
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/ |
H A D | js-apis-keycode.md | 117 | KEYCODE_SCROLL_LOCK | 2075 | 滚动锁定键 |
|
H A D | oh__key__code_8h.md | 24 …IGHT](input.md) = 2073,<br/>[KEYCODE_CAPS_LOCK](input.md) = 2074, [KEYCODE_SCROLL_LOCK](input.md) …
|
H A D | input.md | 80 …T = 2072, KEYCODE_CTRL_RIGHT = 2073,<br/>KEYCODE_CAPS_LOCK = 2074, KEYCODE_SCROLL_LOCK = 2075, KEY… 646 | KEYCODE_SCROLL_LOCK | 滚动锁定键 |
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/include/ |
H A D | event_log_helper.h | 57 KeyEvent::KEYCODE_CAPS_LOCK, KeyEvent::KEYCODE_SCROLL_LOCK, KeyEvent::KEYCODE_META_LEFT, 66 KeyEvent::KEYCODE_SCROLL_LOCK, KeyEvent::KEYCODE_META_LEFT, KeyEvent::KEYCODE_META_RIGHT
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | key_event.cpp | 131 {KeyEvent::KEYCODE_SCROLL_LOCK, "KEYCODE_SCROLL_LOCK"}, 528 const int32_t KeyEvent::KEYCODE_SCROLL_LOCK = 2075; member in OHOS::MMI::KeyEvent 1277 case KEYCODE_SCROLL_LOCK: { in TransitionFunctionKey()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | key_event_test.cpp | 371 int32_t lockCode = keyEvent->TransitionFunctionKey(KeyEvent::KEYCODE_SCROLL_LOCK);
|
/ohos5.0/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/ |
H A D | key_event.h | 806 static const int32_t KEYCODE_SCROLL_LOCK; variable
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/key_code/src/ |
H A D | js_key_code.cpp | 146 …LARE_NAPI_STATIC_PROPERTY("KEYCODE_SCROLL_LOCK", GetNapiInt32(env, KeyEvent::KEYCODE_SCROLL_LOCK)), in Export()
|
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | mmi_service.cpp | 113 KeyEvent::KEYCODE_CAPS_LOCK, KeyEvent::KEYCODE_SCROLL_LOCK, KeyEvent::KEYCODE_META_LEFT, 1483 specialKeysState[KeyEvent::KEYCODE_SCROLL_LOCK] = in OnGetKeyState()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta1/ |
H A D | js-apidiff-multi-modal-input.md | 271 | ohos.multimodalInput.keyCode | KeyCode | KEYCODE_SCROLL_LOCK = 2075 | 新增 |
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta1/ |
H A D | js-apidiff-multi-modal-input.md | 271 | ohos.multimodalInput.keyCode | KeyCode | KEYCODE_SCROLL_LOCK = 2075 | Added|
|
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/ |
H A D | oh_input_manager.cpp | 97 …KEYCODE_CAPS_LOCK, KEYCODE_SCROLL_LOCK, KEYCODE_META_LEFT, KEYCODE_META_RIGHT, KEYCODE_SYSRQ, KEYC…
|
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/src/ |
H A D | multimodal_input_connect_proxy.cpp | 1834 specialKeysState[KeyEvent::KEYCODE_SCROLL_LOCK] = specialKeysStateTmp[SPECIAL_ARRAY_INDEX1]; in GetKeyState()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-multi-modal-input.md | 146 |新增|NA|类名:KeyCode;<br>方法or属性:KEYCODE_SCROLL_LOCK = 2075|@ohos.multimodalInput.keyCode.d.ts|
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-multi-modal-input.md | 146 |Added|NA|Class name: KeyCode;<br>Method or attribute name: KEYCODE_SCROLL_LOCK = 2075|@ohos.multim…
|