Fix menu routing: use input.conf to bypass UOSC's mbtn_right claim
- Remove mbtn_right keybinding from Lua (UOSC claims it globally with force flag) - Add input.conf with mbtn_right → script-message medios-show-menu routing - Add medios-show-menu handler in Lua to trigger M.show_menu() - Keep 'm' key binding as Lua keybinding for redundancy
This commit is contained in:
6
MPV/portable_config/input.conf
Normal file
6
MPV/portable_config/input.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
# Medios Macina keybindings
|
||||
# Route right-click to our menu handler (before UOSC can claim it)
|
||||
mbtn_right script-message medios-show-menu
|
||||
|
||||
# Route 'm' key (alternative to keybinding, in case keybinding doesn't work)
|
||||
m script-message medios-show-menu
|
||||
Reference in New Issue
Block a user