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 translation layer #588

Merged
merged 4 commits into from
Nov 20, 2022
Merged

add translation layer #588

merged 4 commits into from
Nov 20, 2022

Conversation

SeungheonOh
Copy link
Contributor

@SeungheonOh SeungheonOh commented Nov 20, 2022

Summary

Added translation layer that allows using keyboards with non-QWERTY layoutse

close #586

Note

Checklist

  • I have documented my changes properly to adequate places
  • I have updated the docs/CHANGELOG.md

Copy link
Owner

@Riey Riey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have you tested with non-QWERTY keyboard?

src/engine/config/src/lib.rs Outdated Show resolved Hide resolved
@SeungheonOh
Copy link
Contributor Author

Yes, I have tested a non-QWERTY keyboard. In fact I'm using it right now. It works as expected

@Riey Riey added the T-Engine label Nov 20, 2022
@Riey
Copy link
Owner

Riey commented Nov 20, 2022

Does this fix #586?

@SeungheonOh
Copy link
Contributor Author

Yes. It fixes my issue(#586)

@SeungheonOh
Copy link
Contributor Author

SeungheonOh commented Nov 20, 2022

Would it be helpful to make it so that users can define translation layer directly on their config file?

@Riey
Copy link
Owner

Riey commented Nov 20, 2022

Would it be helpful to make it so that users can define translation layer directly on their config file?

No it should be separated just like hangul layout file.

@SeungheonOh
Copy link
Contributor Author

Okay, so all issues are addressed now. G2G

src/tools/check/src/main.rs Outdated Show resolved Hide resolved
src/tools/check/src/main.rs Outdated Show resolved Hide resolved
@SeungheonOh
Copy link
Contributor Author

감사합니다!!

@Riey Riey merged commit d1bf171 into Riey:develop Nov 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

커스텀 레이아웃 세팅
2 participants