-
Notifications
You must be signed in to change notification settings - Fork 119
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
Simple solution to support dvorak (and other) keymap #102
Comments
I think this is the same issue as Yubico/yubico-c-client#19 which discusses doing transcoding of otps in the library used in this project. |
Yes, it appears to be the same. |
I support this issue. I just posted a duplicate which I am merging into this one. See the code below for an example of an algorithm that does this detection. Its not perfect - there are a few OTPs which will fail to auto detect, but it works over 99.9% of the time:
|
If you were to perform a translation operation on the provided input, you could support other keymaps. For instance, to support dvorak (in pseudocode):
The text was updated successfully, but these errors were encountered: