We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Get the string representation of a key combination.
This function attempts to use the current locale.
void MTY_HotkeyToString( MTY_Mod mod, MTY_Key key, char * str, size_t len );
mod (MTY_Mod)
mod
MTY_Mod
Combo modifier.
key (MTY_Key)
key
MTY_Key
Combo key.
str (char *)
str
char *
Output string.
len (size_t)
len
size_t
Size in bytes of str.
Module: App