From cd19bf245e156aa8c45d7e549d17873b950a3a2c Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Wed, 9 Jul 2025 03:09:53 +0200 Subject: [PATCH] Modules/Rmpc: Update keybindings --- home/modules/rmpc/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/home/modules/rmpc/default.nix b/home/modules/rmpc/default.nix index 3c7ed19d..84533a8e 100644 --- a/home/modules/rmpc/default.nix +++ b/home/modules/rmpc/default.nix @@ -30,6 +30,7 @@ in { in { # TODO: notify-send song title or sth. # TODO: status bar colors (the thing that pops up in the progress/seeking bar sometimes) + # TODO: allow adding items to playlists not only from the queue view ".config/rmpc/config.ron".text = '' #![enable(implicit_some)] #![enable(unwrap_newtypes)] @@ -212,13 +213,13 @@ in { "6": SwitchToTab("Search (6)"), // "8": SwitchToTab("Visualizer (8)"), - "f": SeekForward, + "?": ShowHelp, "z": ToggleRepeat, "x": ToggleRandom, "c": ToggleConsumeOnOff, // Skip OneShot mode "v": ToggleSingleOnOff, // Skip OneShot mode + "f": SeekForward, "b": SeekBack, - "~": ShowHelp, "u": Update, "U": Rescan, "I": ShowCurrentSongInfo,