- 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
7 lines
250 B
Plaintext
7 lines
250 B
Plaintext
# 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
|