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 <[email protected]> Sent: Friday, May 12, 2023 8:26 PM To: QScintilla <[email protected]> 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
