Modules/Rmpc: Update keybindings
This commit is contained in:
@ -30,6 +30,7 @@ in {
|
|||||||
in {
|
in {
|
||||||
# TODO: notify-send song title or sth.
|
# TODO: notify-send song title or sth.
|
||||||
# TODO: status bar colors (the thing that pops up in the progress/seeking bar sometimes)
|
# 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 = ''
|
".config/rmpc/config.ron".text = ''
|
||||||
#![enable(implicit_some)]
|
#![enable(implicit_some)]
|
||||||
#![enable(unwrap_newtypes)]
|
#![enable(unwrap_newtypes)]
|
||||||
@ -212,13 +213,13 @@ in {
|
|||||||
"6": SwitchToTab("Search (6)"),
|
"6": SwitchToTab("Search (6)"),
|
||||||
// "8": SwitchToTab("Visualizer (8)"),
|
// "8": SwitchToTab("Visualizer (8)"),
|
||||||
|
|
||||||
"f": SeekForward,
|
"?": ShowHelp,
|
||||||
"z": ToggleRepeat,
|
"z": ToggleRepeat,
|
||||||
"x": ToggleRandom,
|
"x": ToggleRandom,
|
||||||
"c": ToggleConsumeOnOff, // Skip OneShot mode
|
"c": ToggleConsumeOnOff, // Skip OneShot mode
|
||||||
"v": ToggleSingleOnOff, // Skip OneShot mode
|
"v": ToggleSingleOnOff, // Skip OneShot mode
|
||||||
|
"f": SeekForward,
|
||||||
"b": SeekBack,
|
"b": SeekBack,
|
||||||
"~": ShowHelp,
|
|
||||||
"u": Update,
|
"u": Update,
|
||||||
"U": Rescan,
|
"U": Rescan,
|
||||||
"I": ShowCurrentSongInfo,
|
"I": ShowCurrentSongInfo,
|
||||||
|
Reference in New Issue
Block a user