Key shortcut bug!

Matic Kukovec kukovecmatic at hotmail.com
Tue May 16 10:13:32 BST 2023


Hi again,

Can somebody check this please?
It happens in any application with a QScintilla widget, just press Windows-key + / ( [cid:f3a013a8-af5a-496e-bb3e-d3cb020269f3]  + [cid:7b1fcc39-d1c1-4275-b13d-4545a96527ae] ) .
Example:
import PyQt6.QtWidgets
import PyQt6.Qsci
import sys

application = PyQt6.QtWidgets.QApplication(sys.argv)
editor = PyQt6.Qsci.QsciScintilla()
editor.show()

application.exec()

Regards,
Matic

________________________________
From: Matic Kukovec <kukovecmatic at hotmail.com>
Sent: Friday, May 12, 2023 8:26 PM
To: QScintilla <qscintilla at riverbankcomputing.com>
Subject: Key shortcut bug!

Hi,

Specs:

  *   Windows 10
  *   English keyboard layout
  *   Python 3.10
  *   QScintilla 2.14.0 (latest)

In any application with a QScintilla widget, when entering the key-combination: Windows-key + / ( [cid:074ff0a5-50e9-4df6-a1d2-1c7e885f73c9]  + [cid:416157b3-63db-442d-b0c4-4b6fe82fbc2f] )
crashes the entire application!
Note that this is on an English layout only! On my native Slovenian, it works, but it's _ instead of / on the Slovenian layout.

Regards,
Matic

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/qscintilla/attachments/20230516/a1925093/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 20435 bytes
Desc: image.png
URL: <https://www.riverbankcomputing.com/pipermail/qscintilla/attachments/20230516/a1925093/attachment-0004.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 14736 bytes
Desc: image.png
URL: <https://www.riverbankcomputing.com/pipermail/qscintilla/attachments/20230516/a1925093/attachment-0005.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 20435 bytes
Desc: image.png
URL: <https://www.riverbankcomputing.com/pipermail/qscintilla/attachments/20230516/a1925093/attachment-0006.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 14736 bytes
Desc: image.png
URL: <https://www.riverbankcomputing.com/pipermail/qscintilla/attachments/20230516/a1925093/attachment-0007.png>


More information about the QScintilla mailing list