mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
osc.lua: cycle sub/audio down on shift+L-click / middle-click
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user