F8 resets user to default 1.0 volume.

This commit is contained in:
Storm Dragon
2025-06-12 03:01:44 -04:00
parent fac8c8bfad
commit 4947b97b1d
4 changed files with 25 additions and 0 deletions

View File

@ -68,6 +68,7 @@ func (c *Config) LoadConfig() {
Talk: key(uiterm.KeyF1),
VolumeDown: key(uiterm.KeyF5),
VolumeUp: key(uiterm.KeyF6),
VolumeReset: key(uiterm.KeyF8),
MuteToggle: key(uiterm.KeyF7), // Added mute toggle hotkey
Exit: key(uiterm.KeyF10),
ToggleTimestamps: key(uiterm.KeyF3),