-
Notifications
You must be signed in to change notification settings - Fork 34
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
Weird behavior inserting parentheses on Norwegian keyboard #235
Comments
Thanks for reporting, Teodor :) |
@teodorlu Thanks for the report! Sadly, we have had an endless struggle with different KB layouts. :/ |
I can imagine! I tried poking around a bit, but I don't feel like I'm getting anywhere. The input fields appear to be using CodeMirror. Codemirror's native Clojure mode handles parentheses on Norwegian keyboards as expected. Maria, however, appears to be using Lark for paredit. Relevant namespaces: |
Is it OK to comment on a 3 years old issue? I have exactly the same problem with Japanese layout, where the parentheses are on the same 8 and 9 keys as in Norwegian. It's great to have a good workaround; switching to a US-English keyboard layout is easy enough for me. And yes, thanks for maria.cloud! |
Hello! Could you try out 2.Maria.cloud and let us know how it behaves? It has a new key binding system |
Well, super weird, I can use æ and ø but when pressing å, I get [
Not happy with this
… On 24 Oct 2023, at 22:49, Matt Huebert ***@***.***> wrote:
Hello! Could you try out 2.Maria.cloud and let us know how it behaves? It has a new key binding system
—
Reply to this email directly, view it on GitHub <#235 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ADC5X7KNR2ZKV55U7NUPMYDYBASW7AVCNFSM4SQRXYDKU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCNZXHAYDCNJWHA4Q>.
You are receiving this because you are subscribed to this thread.
|
With pleasure. With my Japanese keyboard setting, I observed the following:
The Japanese keyboard layout is, by the way, very similar to the US English one, even when it comes to some often used symbols like slash, question mark, hyphen. Parentheses (round, square, curly) are in slightly different locations. Trying to attach a video file that documents the behaviour; hope it works: https://github.com/mhuebert/maria/assets/11023294/107f0d04-3b21-4007-b13c-acc291677463 (I just noticed that I forgot the location parameters of the I have some time right now and would be happy to do more testing. |
On 2.maria.cloud right now with a Norwegian mac keyboard, I'm seeing the following:
|
Issue: Weird behavior inserting parentheses on Norwegian keyboard
Hello! Thanks for creating Maria. Seeing how smooth the experience is has motivated me to dig into Clojurescript.
I'm observing weird behavior trying to insert parentheses on my Norwegian keyboard:
(
()
I suspect keyboard differences and keycode usage might be to blame. I haven't dug into the issue, but I thought I'd report it.
Have a nice day!
Environment:
Also observed on Chrome / Mac with a Norwegian keyboard layout.
The text was updated successfully, but these errors were encountered: