I would like have fine control on events in the GUI.
For example, when pressing the Shift key, the mouse pointer should change icon.
I would like to have event connected to keybaord shortcuts.
Is the best way to go to use ReactiveHTML? is there any other tested way in pane?
I do not see good documentation on this partoculat topic but I saw a few example.
Please let me know
Ciao
Valerio
I would hesitate to build anything on ReactiveHTML these days. We created JSComponent as the replacement and would recommend it for building any custom components going forward. For more details on building these, see this series of how-to guides.