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 a mechanism to perform conversions such as C-m/Return and C-i/Tab in a unified manner #1697

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

cxxxr
Copy link
Member

@cxxxr cxxxr commented Dec 9, 2024

Until now, the conversion of keys was done for each frontend, but this has been changed so that it is done on the lem side.

@cxxxr cxxxr merged commit f69ae8b into main Dec 9, 2024
2 of 4 checks passed
@cxxxr cxxxr deleted the key-conversions branch December 9, 2024 14:02
@sakurawald
Copy link
Contributor

Tested, it works well.
It's a nice thing to unify the key-conversion in the core source. Making it easier to share the key-bindings between frontends. Not to mention a new way to emit the Escape key using C-[.

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.

2 participants