osc.lua: cycle sub/audio down on shift+L-click / middle-click

This commit is contained in:
Kacper Michajłow
2024-11-26 21:19:26 +01:00
parent 62db90634e
commit 92a98f1ce2
3 changed files with 7 additions and 5 deletions

View File

@@ -95,13 +95,13 @@ local user_opts = {
chapter_next_mbtn_right_command = "script-binding select/select-chapter; script-message-to osc osc-hide",
audio_track_mbtn_left_command = "cycle audio",
audio_track_mbtn_mid_command = "show-text ${track-list/audio} 3000",
audio_track_mbtn_mid_command = "cycle audio down",
audio_track_mbtn_right_command = "script-binding select/select-aid; script-message-to osc osc-hide",
audio_track_wheel_down_command = "cycle audio",
audio_track_wheel_up_command = "cycle audio down",
sub_track_mbtn_left_command = "cycle sub",
sub_track_mbtn_mid_command = "show-text ${track-list/sub} 3000",
sub_track_mbtn_mid_command = "cycle sub down",
sub_track_mbtn_right_command = "script-binding select/select-sid; script-message-to osc osc-hide",
sub_track_wheel_down_command = "cycle sub",
sub_track_wheel_up_command = "cycle sub down",