-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Unable to type parentheses with parens:swap_brackets setxkbmap option #1976
Comments
After creating the alias on my Linux Mint 22 Cinnamon pc with Italian keyboard, typing |
Weird, I have a Polish keymap. Are you testing this in online Medley? |
Yes, I'm testing in Medley Online. |
It's worth nothing that my italian keyboard is missing the |
Using setxkbmap is unlikely to ever get you the result you expect since Medley uses the X key codes (not encoded key syms), and maintains its own mapping table from the codes to the Medley physical keys. Additionally, the X keyboard mapping tools do not work as expected under macOS/XQuartz. |
(and when using Medley online, you're going through your browser and NoVNC, which adds yet another layer of mapping and/or misinterpretation) |
would Gingko help with a mapped keyboard? https://github.com/rochus-keller/Gingko/releases/tag/2024-10-13 |
Describe the bug
I am unable to type parentheses on https://online.interlisp.org/ which makes using Lisp somewhat troublesome.
To Reproduce
Steps to reproduce the behavior:
alias kb='setxkbmap -option parens:swap_brackets,ctrl:nocaps'
Expected behavior
I should be able to type parens.
Screenshots
If applicable, add screenshots to help explain your problem.
Context (please complete the following information):
IL:MAKESYSDATE
:15-Jan-2025 01:24:01
Additional context
Weirdly, I can type brackets just fine.
The text was updated successfully, but these errors were encountered: