Skip to content

Commit

Permalink
add - Added disco mode keybinding
Browse files Browse the repository at this point in the history
---

We've added an extra keybinding to the list of keybindings that turns on the Disco mode.

---

Type: add
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Sep 18, 2024
1 parent 7f9dbc5 commit 8c8a37e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions BassBoom.Cli/CliBase/Player.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ internal static class Player
new("Seek to which lyric (when playing)", ConsoleKey.K),
new("Set repeat checkpoint", ConsoleKey.C),
new("Seek to repeat checkpoint", ConsoleKey.C, ConsoleModifiers.Shift),
new("Disco Mode!", ConsoleKey.L),
new("Open the equalizer", ConsoleKey.E),
new("Device and driver information", ConsoleKey.D),
new("Set device and driver", ConsoleKey.D, ConsoleModifiers.Control),
Expand Down
1 change: 1 addition & 0 deletions BassBoom.Cli/CliBase/Radio.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ internal static class Radio
new("Next radio station", ConsoleKey.N),
new("Remove current radio station", ConsoleKey.R),
new("Remove all radio stations", ConsoleKey.R, ConsoleModifiers.Control),
new("Disco Mode!", ConsoleKey.L),
new("Open the equalizer", ConsoleKey.E),
new("Device and driver information", ConsoleKey.D),
new("Set device and driver", ConsoleKey.D, ConsoleModifiers.Control),
Expand Down

0 comments on commit 8c8a37e

Please sign in to comment.