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

uk keyboard layout #45

Open
insacuri opened this issue Jul 22, 2014 · 1 comment
Open

uk keyboard layout #45

insacuri opened this issue Jul 22, 2014 · 1 comment

Comments

@insacuri
Copy link

Possible feature that could be added is having a uk and us keyboard layout in the adjacency graph. At the moment doing !"£$%^&*() gets a score greater than 1 which is probably wrong because its a fairly simple sequence.

I forked it and tried to implement it myself but the graph generation script doesn't play nice with the £ sign because its a unicode character and all the other characters are ASCII (i.e., when doing len(3£) it returns 3 instead of 2 because the £ is considered by bytes.

Another workaround for this could just be to add !"£$%^&*() to one of the dictionaries of penalised words.

@lowe
Copy link
Collaborator

lowe commented Sep 24, 2015

Support for more keyboard layouts is on the roadmap, thanks for suggesting. I'll keep this open until uk keyboard layouts work as you expect.

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