From 1500f4592060b1221abd0c71e3c647f5a1362d70 Mon Sep 17 00:00:00 2001 From: Soispha Date: Tue, 24 Oct 2023 17:13:50 +0200 Subject: feat(hm): Expose the video_pause binary --- hm/soispha/wms/river/res/moonlander.ron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hm/soispha/wms/river/res') diff --git a/hm/soispha/wms/river/res/moonlander.ron b/hm/soispha/wms/river/res/moonlander.ron index 7a0c7298..b3259f3d 100644 --- a/hm/soispha/wms/river/res/moonlander.ron +++ b/hm/soispha/wms/river/res/moonlander.ron @@ -24,7 +24,7 @@ RiverctlCommandArray( RiverctlCommand( map_mode: Map, mode: ["normal"], key: "L", mods: "Alt+Control+Super+Shift", command: "spawn", command_args: "screen_shot",), // Audio - RiverctlCommand( map_mode: Map, mode: ["normal", "locked"], key: "M", mods: "Alt+Control+Super+Shift", command: "spawn", command_args: "stop_playing_sound",), + RiverctlCommand( map_mode: Map, mode: ["normal", "locked"], key: "M", mods: "Alt+Control+Super+Shift", command: "spawn", command_args: "video_pause toggle",), RiverctlCommand( map_mode: Map, mode: ["normal", "locked"], key: "N", mods: "Alt+Control+Super+Shift", command: "spawn", command_args: "mpc toggle",), // Launcher -- cgit 1.4.1