Searched refs:shortkeysSize (Results 1 – 1 of 1) sorted by relevance
574 int32_t shortkeysSize = cJSON_GetArraySize(shortkeys); in ParseShortcutKeys() local575 for (int32_t i = 0; i < shortkeysSize; ++i) { in ParseShortcutKeys()