-
Notifications
You must be signed in to change notification settings - Fork 120
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
Inconsistent behaviour with carrot #512
Comments
No unusual behavior here. Are you using an unusual keyboard? On my Māori keyboard, we prefix with the backtick to add macrons, for example, which introduces unusual behavior if you're actually trying to make a backtick. |
Is there another carrot command somewhere deep in your version of caster? try find in files? |
I fiddled with Window 10 language and keyboard settings and figured this out:
|
For Windows 10 German language, German keyboard layout I could fix it using this
So this issue can be closed I think, but it should probably be added to the documentation that you have to look out for these kind of issues and might need modifications depending on which language / keyboard layout you have. |
Can we detect the keyboard and language within caster and fix up the output? Long term it would be a shame if we only supported the English / English combo. |
Yes we do need to handle alternate keyboards better. Fundamentally though is this something that's a caster issue or dragonfly? |
A KeyboardLanguageContext class from dragonfly would be great. People do change these on the fly (at least I do) so we'd want to detect last second like AppContext |
Will close this for now while we wait and see what comes from Dragonfly |
Carrot:
I'm getting inconsistent behaviour using carrot. I was just trying it and saying
carrot
yields nothing, saying it again yields^^
. Yesterday sayingcarrot
gave me^^
directly on the first try. Expected behaviour: Say it once, get^
. I tried it in Notepad++. Anyone else experiencing this?The text was updated successfully, but these errors were encountered: