John Hartman
Member
The "Hotkeys" list under Settings contains many items that would be nice to invoke from a program or script. Some seem to have API equivalents that can be called from Lua or Python. There are websockets actions for some.
But I don't see any way to invoke others, such as "Next slide" and "Previous slide" for the Slide Show source.
Since hotkeys are discrete actions, it would seem straightforward to have an enumeration or text strings for each item in the hotkey list, and pass that to a function or websockets interface. (Passing the hotkey itself would be less desirable - there are a LOT of potential actions, it can be a pain to find keys that don't conflict with other program functions)
But I don't see any way to invoke others, such as "Next slide" and "Previous slide" for the Slide Show source.
Since hotkeys are discrete actions, it would seem straightforward to have an enumeration or text strings for each item in the hotkey list, and pass that to a function or websockets interface. (Passing the hotkey itself would be less desirable - there are a LOT of potential actions, it can be a pain to find keys that don't conflict with other program functions)