Searched refs:functionkey (Results 1 – 6 of 6) sorted by relevance
27 …unctionKey](ts-appendix-enums.md#functionkey) | 是 | 热键的单个字符(可以通过键盘输入的字符)或[FunctionKey](ts-appendix…28 …ifierkey)> | 是 | 热键组合。<br />仅当value为[FunctionKey](ts-appendix-enums.md#functionkey)的情况下可以为空。<br/> |
27 …ing \| [FunctionKey](#functionkey) | Yes| Character key (which can be entered through the keyboard…28 …This parameter can be left empty only when **value** is set to a [function key](#functionkey).<br>|
901 napi_value functionkey = nullptr; in CreateSendFunctionKey() local902 napi_create_object(env, &functionkey); in CreateSendFunctionKey()906 napi_set_named_property(env, functionkey, "enterKeyType", value); in CreateSendFunctionKey()908 return functionkey; in CreateSendFunctionKey()
577 static std::string GetFunctionKeyName(FunctionKey functionkey) in GetFunctionKeyName() argument599 auto result = keyNameMap.find(functionkey); in GetFunctionKeyName()
10153 FunctionKey functionkey = static_cast<FunctionKey>(info[0]->ToNumber<int32_t>()); in JsKeyboardShortcut() local10154 value = GetFunctionKeyName(functionkey); in JsKeyboardShortcut()
5854 …OHOS::Ace::FunctionKey functionkey = static_cast<OHOS::Ace::FunctionKey>(valueArg->Int32Value(vm)); in SetKeyBoardShortCut() local5855 stringValue = JSViewAbstract::GetFunctionKeyName(functionkey); in SetKeyBoardShortCut()