mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-12-22 18:06:30 +01:00
Assign '?' key for help
Assign '?' key for viewing the help as a synonym for 'h'.
This commit is contained in:
parent
9adc21fdb0
commit
24f54a9ea6
1 changed files with 1 additions and 0 deletions
|
@ -1802,6 +1802,7 @@ mixer_iteration (void)
|
|||
break;
|
||||
case 'h':
|
||||
case 'H':
|
||||
case '?':
|
||||
case KEY_F (1):
|
||||
mixer_view = VIEW_HELP;
|
||||
key = 0;
|
||||
|
|
Loading…
Reference in a new issue