inLimbo
TUI Music Player that keeps you in Limbo.
 
Loading...
Searching...
No Matches
Keybinds Struct Reference

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
 

Detailed Description

Struct to hold keybinding mappings.

This struct contains the mappings of keybinds used throughout the application.

Member Data Documentation

◆ add_artists_songs_to_queue

char Keybinds::add_artists_songs_to_queue

Key for adding an artist's songs to the queue

◆ add_song_to_queue

char Keybinds::add_song_to_queue

Key for adding a song to the queue

◆ goto_main_screen

char Keybinds::goto_main_screen

Key for going to the main screen

◆ play_song

char Keybinds::play_song

Key for playing a song

◆ play_song_next

char Keybinds::play_song_next

Key for playing the next song

◆ play_song_prev

char Keybinds::play_song_prev

Key for playing the previous song

◆ play_this_song_next

char Keybinds::play_this_song_next

Key for playing a song next

◆ quit_app

char Keybinds::quit_app

Key for quitting the application

◆ remove_song_from_queue

char Keybinds::remove_song_from_queue

Key for removing a song from the queue

◆ replay_song

char Keybinds::replay_song

Key for replaying the current song

◆ scroll_down

char Keybinds::scroll_down

Key for scrolling down

◆ scroll_up

char Keybinds::scroll_up

Key for scrolling up

◆ seek_ahead_5

char Keybinds::seek_ahead_5

Key for seeking ahead 5 seconds

◆ seek_behind_5

char Keybinds::seek_behind_5

Key for seeking behind 5 seconds

◆ show_help

char Keybinds::show_help

Key for showing help

◆ toggle_focus

char Keybinds::toggle_focus

Key for toggling focus

◆ toggle_mute

char Keybinds::toggle_mute

Key for toggling mute

◆ toggle_play

char Keybinds::toggle_play

Key for toggling play/pause

◆ view_current_song_info

char Keybinds::view_current_song_info

Key for viewing in-depth song info

◆ view_lyrics

char Keybinds::view_lyrics

Key for viewing lyrics

◆ view_song_queue

char Keybinds::view_song_queue

Key for viewing the song queue

◆ vol_down

char Keybinds::vol_down

Key for decreasing volume

◆ vol_up

char Keybinds::vol_up

Key for increasing volume


The documentation for this struct was generated from the following file: