RPR kbd getCommandName

From CockosWiki

Jump to: navigation, search

Main Page > REAPER Documentation > ReaScript > ReaScript API, Functions > RPR kbd getCommandName
Main Page > REAPER Documentation > REAPER API > REAPER API Functions > RPR kbd getCommandName

Contents

kbd_getCommandName()

void kbd_getCommandName(int cmd, char *s, KbdSectionInfo *section)

get the string of a key assigned to command "cmd" in a section.

this function is poorly named (as it doesn't return the command's name -- kbd_getTextFromCmd() does that)

Parameters

int cmd,
char *s,
KbdSectionInfo *section

Returns

void 

Example


See Also


Main Page > REAPER Documentation > ReaScript > ReaScript API, Functions > RPR kbd getCommandName
Main Page > REAPER Documentation > REAPER API > REAPER API Functions > RPR kbd getCommandName