I've been trying a few things to get extra buttons for djvu documents in the popup menu (1 page / 2 page toggle for now, but I'd like to add a few more options, like brightness/contrast, dithering on/off, show background or not).
Apparently it is possible to add buttons from the plugin to the popup menu (using eripc calls), but the events are then handled by uds itself, which of course doesn't know anything about the new buttons ( (ERROR)uds_view_reading.cpp:798,handle_command_eve nt() Unhandled command event: 1 ), so I'm not sure if it's possible to do anything useful with them.
|