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

Custom numerical labels are displayed incorrectly #86

Open
slavenkofm opened this issue Aug 19, 2022 · 1 comment
Open

Custom numerical labels are displayed incorrectly #86

slavenkofm opened this issue Aug 19, 2022 · 1 comment

Comments

@slavenkofm
Copy link

Hey,

I set custom labels to "0123456789". Although the jumping itself works when using character (or any other mode), the highlighted character is not substituted with the custom labels, but stays the same.

For instance, if I apply character mode on the string pepper pony pricks, I see the initial string with p's highlighted, instead of expected 0e12er 3ony 4ricks.

What seems to be the problem and is there any way to fix that?

Thank you in advance.

P.S. The original reason why I opt for numerical labels rather than default ones is that I have to work with different keyboard layouts, some of them don't have latin letters on them. And the problem is that AceJump doesn't accept hitting the a key, it expects actually writing the latin letter a. If there is a solution for this initial issue, it'd be wonderful.

@stoivo
Copy link

stoivo commented Jul 26, 2023

with settings

{
  "labels": "0123456789"
}

I get the expected results

Screenshot 2023-07-26 at 16 23 55

Can you retry? which Sublime version are you at?

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