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

feat(parse) allow direct use of 1-"char" unicode symbols in layers #840

Merged
merged 1 commit into from
Mar 17, 2024

Conversation

eugenesvk
Copy link
Contributor

Describe your changes. Use imperative present tense.

Use πŸ”£βœ— to print βœ— without having to add an alias and reference it via @βœ— or with (πŸ”£ βœ—)

Also clarifies the limitation that composed unicode chars (that still look like 1) are not accepted

Checklist

  • Add documentation to docs/config.adoc
    • [+] Yes or N/A
  • Add example and basic docs to cfg_samples/kanata.kbd
    • N/A, though docs have an example
  • Update error messages
    • N/A
  • Added tests, or did manual testing
    • manual

partically fixes #838

πŸ”£βœ— to print βœ— without having to add an alias and reference it via @βœ—

also clarifies the limitation that composed unicode chars (that still look like 1) are not accepted
@eugenesvk eugenesvk mentioned this pull request Mar 17, 2024
1 task
jtroo pushed a commit that referenced this pull request Mar 17, 2024
Use new #840 to significantly
shorten the config
This should also self-improve to print multiple symbols whenever
`unicode` command is expanded beyond a char
@jtroo jtroo merged commit ba0fb6a into jtroo:main Mar 17, 2024
4 checks passed
jtroo pushed a commit that referenced this pull request Mar 17, 2024
…840)

Use πŸ”£βœ— to print βœ— without having to add an alias and reference it via
`@βœ—` or with `(πŸ”£ βœ—)`.

Also clarifies the limitation that composed unicode chars (that still
look like 1) are not accepted.
@eugenesvk eugenesvk deleted the 1uni branch March 18, 2024 09:48
eugenesvk added a commit to eugenesvk/kanata that referenced this pull request Mar 22, 2024
feat(parser) allow direct use of 1-"char" unicode symbols in layers (jtroo#840)

Use πŸ”£βœ— to print βœ— without having to add an alias and reference it via
`@βœ—` or with `(πŸ”£ βœ—)`.

Also clarifies the limitation that composed unicode chars (that still
look like 1) are not accepted.
eugenesvk added a commit to eugenesvk/kanata that referenced this pull request Apr 15, 2024
feat(parser) allow direct use of 1-"char" unicode symbols in layers (jtroo#840)

Use πŸ”£βœ— to print βœ— without having to add an alias and reference it via
`@βœ—` or with `(πŸ”£ βœ—)`.

Also clarifies the limitation that composed unicode chars (that still
look like 1) are not accepted.
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.

Feature request: seamless input of unicode chars
2 participants