Is it possible to create global hotkeys via javascript? Right now the hot keys are only on a few components, which is fine, but they have to be visible to work. It doesn't seem I can make a global hotkey that leverages the action framework, but can I make a hotkey in javascript?
The API documentation doesn't really provide me a lot of information:
https://docs.skuid.com/v11.2.8/en/skuid/api/skuid_hotkeys.html
The API documentation doesn't really provide me a lot of information:
https://docs.skuid.com/v11.2.8/en/skuid/api/skuid_hotkeys.html
Korey
That's essentially what I'm looking to do, since my more advanced users want faster ways to navigate and interact, but I also don't want to load up every page with dozens of buttons for one-off scenarios.
Thanks!