Assign '?' key for help

Assign '?' key for viewing the help as a synonym for 'h'.
This commit is contained in:
Takashi Iwai 2004-09-24 10:19:29 +00:00
parent 9adc21fdb0
commit 24f54a9ea6

View file

@ -1802,6 +1802,7 @@ mixer_iteration (void)
break;
case 'h':
case 'H':
case '?':
case KEY_F (1):
mixer_view = VIEW_HELP;
key = 0;