mirror of
https://github.com/aaru-dps/RedBookPlayer.git
synced 2025-12-16 19:24:41 +00:00
Change default volume change keys
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
| **[** | Previous Index |
|
||||
| **.** | Fast Forward |
|
||||
| **,** | Rewind |
|
||||
| **+** | Volume Up |
|
||||
| **-** | Volume Down |
|
||||
| **Numpad +** | Volume Up |
|
||||
| **Numpad -** | Volume Down |
|
||||
| **M** | Mute |
|
||||
| **E** | Toggle Emphasis |
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user