Searched refs:hotkeys (Results 1 – 1 of 1) sorted by relevance
216 int hotkeys; member1308 config.hotkeys = 1; in parseOptions()6554 sds hotkeys[HOTKEYS_SAMPLE] = {NULL}; in findHotKeys() local6604 sdsfree(hotkeys[k]); in findHotKeys()6606 sdsfree(hotkeys[0]); in findHotKeys()6608 memmove(hotkeys,hotkeys+1,sizeof(hotkeys[0])*k); in findHotKeys()6611 hotkeys[k] = sdsnew(keys->element[i]->str); in findHotKeys()6635 printf("hot key found with counter: %llu\tkeyname: %s\n", counters[k], hotkeys[k]); in findHotKeys()6636 sdsfree(hotkeys[k]); in findHotKeys()7020 config.hotkeys = 0; in main()[all …]