Hi
I'm tripping up somewhere but cant figure out where. I have a custom menu but cant get the assigned shortcut key (f8) to work.
def __init__(self):
MinorMode.__init__(self)
self.init("py-moonraker_menu-mode",
[ ("Key-down--f8", self.eyePublish, "Publish") ],
None,
[("Moonraker", [("Publish shot", self.eyePublish, "F8", None)] )]
)
Any pointers on where I'm going wrong appreciated.
Thanks
Steve
ps. Im running RV-6.2.7 on Windows (if needed)