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:
2026-02-03 18:29:29 -08:00
parent 3fa31580f1
commit 353dd2d093
2 changed files with 14 additions and 6 deletions

View 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