From: Takashi Iwai Date: Fri, 24 Sep 2004 10:19:29 +0000 (+0000) Subject: Assign '?' key for help X-Git-Tag: v1.0.7~5 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=24f54a9ea68f46faa8ff9bba89d9e44ff8bd7de2;p=alsa-utils.git Assign '?' key for help Assign '?' key for viewing the help as a synonym for 'h'. --- diff --git a/alsamixer/alsamixer.c b/alsamixer/alsamixer.c index e07e82d..95edb2a 100644 --- a/alsamixer/alsamixer.c +++ b/alsamixer/alsamixer.c @@ -1802,6 +1802,7 @@ mixer_iteration (void) break; case 'h': case 'H': + case '?': case KEY_F (1): mixer_view = VIEW_HELP; key = 0;