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 |
|
| **[** | Previous Index |
|
||||||
| **.** | Fast Forward |
|
| **.** | Fast Forward |
|
||||||
| **,** | Rewind |
|
| **,** | Rewind |
|
||||||
| **+** | Volume Up |
|
| **Numpad +** | Volume Up |
|
||||||
| **-** | Volume Down |
|
| **Numpad -** | Volume Down |
|
||||||
| **M** | Mute |
|
| **M** | Mute |
|
||||||
| **E** | Toggle Emphasis |
|
| **E** | Toggle Emphasis |
|
||||||
@@ -102,12 +102,12 @@ namespace RedBookPlayer
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Key assigned to raise volume
|
/// Key assigned to raise volume
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public Key VolumeUpKey { get; set; } = Key.OemPlus;
|
public Key VolumeUpKey { get; set; } = Key.Add;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Key assigned to lower volume
|
/// Key assigned to lower volume
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public Key VolumeDownKey { get; set; } = Key.OemMinus;
|
public Key VolumeDownKey { get; set; } = Key.Subtract;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Key assigned to toggle mute
|
/// Key assigned to toggle mute
|
||||||
|
|||||||
Reference in New Issue
Block a user