The root cause of this problem with openscad is this upstream bug in Qt:
https://bugreports.qt.io/browse/QTBUG-95108
The symptoms are that in some keyboard layouts, the Qt::GroupSwitchModifier
is handled incorrectly, causing some keys to not respond correctly in
certain applications.
This bug
Anno domini 2022 Tue, 06 Dec 23:20:06 +0100
Kristian Nielsen scripsit:
> [...]
> The 5.15.6 version entered Unstable on November 29, so something like this
> should be a recent snapshot that contains the 5.15.4 version:
>
> http://snapshot.debian.org/archive/debian/20220928T030933Z/
>
> I'll see
"Dr. Nikolaus Klepp" writes:
> Ok, setting the keyboard layout to US makes working again. Here 3x
> :
Thanks for the additional test. That data point does suggest that the QT bug
is the root cause.
>> 3. It would be interesting to try to downgrade Qt to some 5.15.4 version and
>> see if that
Ok, setting the keyboard layout to US makes working again. Here 3x
:
$ setxkbmap -model pc105 -layout us
$ openscad --debug=scintillaeditor
scintillaeditor: KeyPress - modifiers: SHIFT ctrl alt meta keypad group
scintillaeditor: KeyRelease - modifiers: SHIFT ctrl alt meta keypad group
scintill
Thanks a lot for the additional information,
"Dr. Nikolaus Klepp" writes:
> This is what I get when I run "openscad --debug=scintillaeditor":
>
> Pressing 3 times:
> scintillaeditor: KeyRelease - modifiers: shift ctrl alt meta keypad GROUP
> scintillaeditor: KeyRelease - modifiers: shift ctrl a
Hi!
This is what I get when I run "openscad --debug=scintillaeditor":
Pressing 3 times:
scintillaeditor: KeyRelease - modifiers: shift ctrl alt meta keypad GROUP
scintillaeditor: KeyRelease - modifiers: shift ctrl alt meta keypad GROUP
scintillaeditor: KeyRelease - modifiers: shift ctrl alt meta
I did not manage to find a way to reproduce myself. But I found that
openscad has some debugging option that may provide additional information.
Can you try to run openscad with the --debug option:
openscad --debug=scintillaeditor
and then reproduce the problem with the ENTER key and note down
Kristian Nielsen writes:
> I had some problems running openscad in my unstable/sid environment to try to
> reproduce this. I will try to solve this, but meanwhile...
I managed to run the latest openscad package in unstable. I did not see the
problem, the key worked fine to insert a line break.
"Dr. Nikolaus Klepp" writes:
> Package: openscad
> Version: 2021.01-5+b2
> After yesterdays upgrade openscad ignores the -key
>
> Expected:
> - press --> editor performs linebreak.
>
> Observed:
> - press --> nothing happen, the key is ignored.
> - press + --> editor performs linebreak.
Than
Package: openscad
Version: 2021.01-5+b2
Severity: important
X-Debbugs-Cc: off...@klepp.biz
Dear Maintainer,
After yesterdays upgrade openscad ignores the -key
Expected:
- press --> editor performs linebreak.
Observed:
- press --> nothing happen, the key is ignored.
- press + --> editor perfo
10 matches
Mail list logo