Change default volume change keys

This commit is contained in:
Matt Nadareski
2021-07-01 11:38:08 -07:00
parent 2156fd3b63
commit fe6b3523c3
2 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
| **[** | Previous Index |
| **.** | Fast Forward |
| **,** | Rewind |
| **+** | Volume Up |
| **-** | Volume Down |
| **Numpad +** | Volume Up |
| **Numpad -** | Volume Down |
| **M** | Mute |
| **E** | Toggle Emphasis |

View File

@@ -102,12 +102,12 @@ namespace RedBookPlayer
/// <summary>
/// Key assigned to raise volume
/// </summary>
public Key VolumeUpKey { get; set; } = Key.OemPlus;
public Key VolumeUpKey { get; set; } = Key.Add;
/// <summary>
/// Key assigned to lower volume
/// </summary>
public Key VolumeDownKey { get; set; } = Key.OemMinus;
public Key VolumeDownKey { get; set; } = Key.Subtract;
/// <summary>
/// Key assigned to toggle mute