Struct to hold keybinding mappings. More...
#include <keymaps.hpp>
Public Attributes | |
char | scroll_up |
char | scroll_down |
char | toggle_focus |
char | show_help |
char | toggle_play |
char | play_song |
char | play_song_next |
char | play_song_prev |
char | vol_up |
char | vol_down |
char | toggle_mute |
char | quit_app |
char | seek_ahead_5 |
char | seek_behind_5 |
char | view_lyrics |
char | goto_main_screen |
char | replay_song |
char | add_song_to_queue |
char | add_artists_songs_to_queue |
char | remove_song_from_queue |
char | play_this_song_next |
char | view_song_queue |
char | view_current_song_info |
Struct to hold keybinding mappings.
This struct contains the mappings of keybinds used throughout the application.
char Keybinds::add_artists_songs_to_queue |
Key for adding an artist's songs to the queue
char Keybinds::add_song_to_queue |
Key for adding a song to the queue
char Keybinds::goto_main_screen |
Key for going to the main screen
char Keybinds::play_song |
Key for playing a song
char Keybinds::play_song_next |
Key for playing the next song
char Keybinds::play_song_prev |
Key for playing the previous song
char Keybinds::play_this_song_next |
Key for playing a song next
char Keybinds::quit_app |
Key for quitting the application
char Keybinds::remove_song_from_queue |
Key for removing a song from the queue
char Keybinds::replay_song |
Key for replaying the current song
char Keybinds::scroll_down |
Key for scrolling down
char Keybinds::scroll_up |
Key for scrolling up
char Keybinds::seek_ahead_5 |
Key for seeking ahead 5 seconds
char Keybinds::seek_behind_5 |
Key for seeking behind 5 seconds
char Keybinds::show_help |
Key for showing help
char Keybinds::toggle_focus |
Key for toggling focus
char Keybinds::toggle_mute |
Key for toggling mute
char Keybinds::toggle_play |
Key for toggling play/pause
char Keybinds::view_current_song_info |
Key for viewing in-depth song info
char Keybinds::view_lyrics |
Key for viewing lyrics
char Keybinds::view_song_queue |
Key for viewing the song queue
char Keybinds::vol_down |
Key for decreasing volume
char Keybinds::vol_up |
Key for increasing volume