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

Add new keyboard shortcut #2023

Open
Ben8t opened this issue Sep 4, 2023 · 4 comments
Open

Add new keyboard shortcut #2023

Ben8t opened this issue Sep 4, 2023 · 4 comments
Labels
area/frontend Needs frontend code changes enhancement New feature or request

Comments

@Ben8t
Copy link
Member

Ben8t commented Sep 4, 2023

Feature description

A user asked for new shortcuts in the UI. Currently we can do :

  • move line ( already by using ALT + Up/Down Arrow )
  • duplicate line ( already by using SHIFT + ALT + Up/Down Arrow )
  • save flow ( already by using CTRL + s )
  • comment/uncomment ( already by using CTRL + / or CTRL + k + c or CTRL + k + u )
  • fold/unfold code ( already by using CTRL + k + l )

Would it possible to add ? :

  • upper/lower/capitalize selected text
  • base64 encode/decode selected text
  • URL encode/decode selected text
  • column mode selection
@Ben8t Ben8t added enhancement New feature or request area/frontend Needs frontend code changes labels Sep 4, 2023
@github-project-automation github-project-automation bot moved this to Backlog in All issues Sep 4, 2023
@Ben8t
Copy link
Member Author

Ben8t commented Sep 4, 2023

@anna-geller could be interesting to keep track of this while crafting the new editor thing

@anna-geller
Copy link
Member

Thanks for the issue, the plan is to support the typical VS Code shortcuts. Are these supported in VS Code? Can you find out how/what are equivalent shortcuts in VS Code?

@yuri1969
Copy link
Contributor

yuri1969 commented Sep 4, 2023

With increasing number of shortcuts, the editor view should IMO feature a help section listing available shortcuts.

@anna-geller
Copy link
Member

here you go @yuri1969 ;) #2026

@anna-geller anna-geller moved this from Backlog to Ready in All issues Sep 5, 2023
@anna-geller anna-geller added this to the v0.16.0 milestone Dec 4, 2023
@anna-geller anna-geller removed this from All issues Dec 12, 2023
@anna-geller anna-geller modified the milestones: v0.16.0, v0.22.0 Feb 13, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Issues Jun 10, 2024
@anna-geller anna-geller removed this from the v0.22.0 milestone Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/frontend Needs frontend code changes enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

3 participants