Added capslock functionality

Added keyboard layout func
This commit is contained in:
2026-03-16 15:10:23 +01:00
parent f489a6e46e
commit 5e47f8a69c
5 changed files with 32 additions and 2 deletions
+3
View File
@@ -85,6 +85,9 @@ pub struct Config {
#[arg(long, action = clap::ArgAction::Set, num_args = 0..=1, default_value = "true", default_missing_value = "true")]
pub show_album_art: bool,
#[arg(long, action = clap::ArgAction::Set, num_args = 0..=1, default_value = "false", default_missing_value = "true")]
pub show_keyboard_layout: bool,
#[arg(long)]
pub image: Option<PathBuf>,