diff --git a/README.md b/README.md index dc011b5..10ecce4 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ | **[** | Previous Index | | **.** | Fast Forward | | **,** | Rewind | -| **+** | Volume Up | -| **-** | Volume Down | +| **Numpad +** | Volume Up | +| **Numpad -** | Volume Down | | **M** | Mute | | **E** | Toggle Emphasis | \ No newline at end of file diff --git a/RedBookPlayer/Settings.cs b/RedBookPlayer/Settings.cs index 44889d9..cc2d0ff 100644 --- a/RedBookPlayer/Settings.cs +++ b/RedBookPlayer/Settings.cs @@ -102,12 +102,12 @@ namespace RedBookPlayer /// /// Key assigned to raise volume /// - public Key VolumeUpKey { get; set; } = Key.OemPlus; + public Key VolumeUpKey { get; set; } = Key.Add; /// /// Key assigned to lower volume /// - public Key VolumeDownKey { get; set; } = Key.OemMinus; + public Key VolumeDownKey { get; set; } = Key.Subtract; /// /// Key assigned to toggle mute