Unable to control "Would you like to keep this change" dialog?
#1
I've got a script that toggles which of my monitors Kodi is displaying on, using the Settings.SetSettingsValue JSON-RPC endpoint. All works as expected, up to the point where I get a "Would you like to keep this change?" dialog box.

I've tried a ton of different variations of passing input programmatically to interact with that dialog box to no avail. Input.Select does seem to trigger the box being closed (and Kodi reverting back to my original monitor), but no combination of Input.Left/Input.Right/Input.ExecuteAction can seem to get the "YES" portion of the dialog box selected.

It appears that the only way to actually be able to select Yes or No is to at some point hover the mouse over one of the options (then left/right input works fine). But I can't seem to find a way to emulate that mouse over event...
Reply

Logout Mark Read Team Forum Stats Members Help
Unable to control "Would you like to keep this change" dialog?0