[Change] Display keybindings in uppercase.
This commit is contained in:
parent
d49064dde0
commit
9a61e0281a
@ -111,7 +111,7 @@ static void menuKeybinds_update(unsigned int wid, char* name) {
|
||||
|
||||
/* Is key. */
|
||||
if(isalnum(key))
|
||||
snprintf(bind, 32, "%s%c", pre, (char)key);
|
||||
snprintf(bind, 32, "%s%c", pre, toupper((char)key));
|
||||
else
|
||||
snprintf(bind, 32, "%s<%d>", pre, key);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user