input.conf 309 B

12345678
  1. # keyboard shortcut to loop playlists
  2. b cycle-values loop-playlist yes no ; show-text "${?=loop-playlist==inf:Looping enabled}${?=loop-playlist==no:Looping disabled}"
  3. # keyboard shortcut to shuffle playlists
  4. # @Note: cannot undo shuffle, it is not a toggle
  5. B playlist-shuffle ; show-text "Shuffle Enabled"