Commit Graph

3 Commits

Author SHA1 Message Date
353dd2d093 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
2026-02-03 18:29:29 -08:00
3fa31580f1 Remove input.conf - UOSC controls mbtn_right 2026-02-03 18:28:33 -08:00
81b11a8517 Fix MPV menu: resolve Lua syntax error and enhance logging
- Remove extra 'end)' that caused '<eof>' expected syntax error at line 2834
- Add comprehensive logging to M.show_menu() with [MENU] prefix
- Add logging wrappers to keybindings (m and mbtn_right)
- Implement fallback menu opening methods (commandv and command)
- Fix audio-display mpv.conf setting to 'no' (was invalid 'yes')
2026-02-03 18:26:36 -08:00