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

fix(CodeEditor): add ESC to cancel selection and correct Home/End behavior #1310

Merged
merged 3 commits into from Feb 13, 2024

Conversation

ouuan
Copy link
Member

@ouuan ouuan commented Feb 13, 2024

Description

Add missing key bindings in the new code editor.

Related Issues / Pull Requests

It fixes #774 and replaces #1149

Checklist

  • If these changes are notable, they are documented in CHANGELOG.md.

@ouuan ouuan merged commit be5d73c into master Feb 13, 2024
14 checks passed
@ouuan ouuan deleted the editor-key branch February 13, 2024 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Press QKeySequence::MoveToStartOfLine, go to the first non-blank character
2 participants