You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The request is for a property editor, that would allow users to define a hot-key combo, and then each component can react to said hot key.
Example would be, the Button component would also have a hot-key property that would fire the actions of the Button.
Another example would be the Grid to have a hot-key property that would trigger a refresh.
If we have a generic hot-key property we could let users assign hot-keys to any part of their application
The text was updated successfully, but these errors were encountered:
The request is for a property editor, that would allow users to define a hot-key combo, and then each component can react to said hot key.
Example would be, the Button component would also have a hot-key property that would fire the actions of the Button.
Another example would be the Grid to have a hot-key property that would trigger a refresh.
If we have a generic hot-key property we could let users assign hot-keys to any part of their application
The text was updated successfully, but these errors were encountered: