Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keyboard shortcuts in Code Editor - Especially Save (Ctrl+S) #2034

Open
MarshallRJ opened this issue Aug 19, 2024 · 1 comment
Open

Keyboard shortcuts in Code Editor - Especially Save (Ctrl+S) #2034

MarshallRJ opened this issue Aug 19, 2024 · 1 comment
Labels
enhancement New feature or request ux-configurator
Milestone

Comments

@MarshallRJ
Copy link

MarshallRJ commented Aug 19, 2024

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.

@hlayisanimazuze hlayisanimazuze added this to the Backlog milestone Aug 20, 2024
@hlayisanimazuze
Copy link
Collaborator

hlayisanimazuze commented Oct 31, 2024

There’s also another suggestion to add keyboard shortcuts to support the Enter key.

  • When a user logs in, after entering their username and password, they can press the Enter key instead of clicking the Sign In button to proceed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ux-configurator
Projects
None yet
Development

No branches or pull requests

2 participants