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

Some keyboard labels are not overridable via keyboard.yaml #121

Open
TwilightKiddy opened this issue Dec 22, 2024 · 2 comments
Open

Some keyboard labels are not overridable via keyboard.yaml #121

TwilightKiddy opened this issue Dec 22, 2024 · 2 comments

Comments

@TwilightKiddy
Copy link

TwilightKiddy commented Dec 22, 2024

Some key labels are not overridable from keyboard.yaml.
Tested with this config.
I expected it to replace each and every label with 1, but got the following:
Screenshot_20241222_234000
By the looks of it, the labels for the following keys are not overridable:

  • Oem1-Oem7, Oem102
  • N0-N9
  • A-Z
  • Minus, Plus, Comma, Period
  • KP_0-KP_9
@galister
Copy link
Owner

grab latest main and add auto_labels: false to keyboard.yaml

@TwilightKiddy
Copy link
Author

Yes, it works.

Though, I think it would be a lot more convenient if auto labels were still avaliable.
So, if there is a label in the config, it takes it from the config and if there is none, it calculates the auto label for the key, no additional config options needed.

Because, for example, num pad keys will probably never be overriden, so, having auto labels for them would be useful to not clutter the config.

But this option does fit my case, so, if it's too hard to implement, then don't bother.

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

No branches or pull requests

2 participants