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
Is your feature request related to a problem? Please describe.
Using the admin portal and creating a custom form. The code editor is useful to achieve custom functionality on the from. During the development process the code editor is often accessed multiple times as the code it edits is refined and tested.
Describe the solution you'd like
A useful feature would be to allow some keyboard shortcuts in the code editor that could speed up development when using it. A great use case would be to implement a Save short cut (ctrl+s). Using this short cut would save and close the code editor. If a user wishes to use the shortcut it would assist in that the user does not have to click (and often scroll to) the ok on the code editor dialog.
Describe alternatives you've considered
There is a feature request to move to code editor to the monaco editor implementation. see #506.
Monaco already does support some shortcuts. Perhaps during the move Save could be handled as well to submit the code editor from and provide a quicker route to the submit instead of the user having to click ok every time.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Using the admin portal and creating a custom form. The code editor is useful to achieve custom functionality on the from. During the development process the code editor is often accessed multiple times as the code it edits is refined and tested.
Describe the solution you'd like
A useful feature would be to allow some keyboard shortcuts in the code editor that could speed up development when using it. A great use case would be to implement a Save short cut (ctrl+s). Using this short cut would save and close the code editor. If a user wishes to use the shortcut it would assist in that the user does not have to click (and often scroll to) the ok on the code editor dialog.
Describe alternatives you've considered
There is a feature request to move to code editor to the monaco editor implementation. see #506.
Monaco already does support some shortcuts. Perhaps during the move Save could be handled as well to submit the code editor from and provide a quicker route to the submit instead of the user having to click ok every time.
The text was updated successfully, but these errors were encountered: