-
Notifications
You must be signed in to change notification settings - Fork 468
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
Not possible to enter { }and [] in normal nodes #2423
Comments
What key combination do you need to press on your keyboard to get "[]{}"? |
I have same problem (probably) and same OS and CT version. Norwegian keyboard layout. Assume original keymap without any custom changes in CT settings: Solution is to disable the shortcuts for "increase/decrease height of codebox". However, looking at this keyboard shortcut doesn't suggest this conflict should be able to exist. That is - there shouldn't be a conflict/confusion between program shortcut Alt+] and actual user input AltGr+9. The shortcut Alt+] is not possible to press using a Scandinavian keyboard layout (possible true for other European languages like German as well) because the character ] can only be inserted by pressing AltGr+9. |
Thanks @Groberen I will investigate. Would be useful if you can confirm the exact warning messages that you get, it's surprising that are related to the table but it's disabling the codebox shortcut that fixes it |
Ok I've tested. First I renamed the config.cfg so to reset all settings. AltGr+8 (is expected to insert «[» character) But it gives this error message:
_ Likewise AltGr+9 (is expected to insert «]» character), but also gives the excact same error message. Also, the following key combinations give the same error message Hope this helps |
@Groberen your test is very useful and would be very useful if you will accept to give a try to a development build I will prepare after a proposal fix. |
Yes - but I'll be pretty busy the next days, but after that (i.e. late in next week) I may be able to find time to test the Windows. |
Apparently the offending keyboard shortcuts are Ctrl+[, Ctrl+], Ctrl+{, Ctrl+} |
I managed to add keyboard layouts to my Win11 and reproduce the issue. I'm confident with the fix (6 default keyboard shortcuts changed) but if anybody is interested in having a pre release build just write here and I'll build it |
Hello ... The ALT-GR+"backslash" issue on a german keyboard is still not "masked to another mapping", so ALT-GR+"\" is not usable in order to enter a "\" on german keyboards. For Details, see: bdd8737#commitcomment-140949469 |
Version, Operative system
1.0.4 on Windows10
Describe the bug
It is not possible, in rtf-nodes and text-nodes and code-boxes (possibly everywhere outside tables?) to enter the characters "[]{}" via keyboard:
Screenshots
The text was updated successfully, but these errors were encountered: