Searched refs:shortkeys (Results 1 – 1 of 1) sorted by relevance
569 cJSON* shortkeys = cJSON_GetObjectItemCaseSensitive(parser.json_, "Shortkeys"); in ParseShortcutKeys() local570 if (!cJSON_IsArray(shortkeys)) { in ParseShortcutKeys()574 int32_t shortkeysSize = cJSON_GetArraySize(shortkeys); in ParseShortcutKeys()577 cJSON *shortkey = cJSON_GetArrayItem(shortkeys, i); in ParseShortcutKeys()